Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
maven-thrift-plugin
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
maven-thrift-plugin
Commits
c95e8791
Commit
c95e8791
authored
Mar 02, 2011
by
David Trott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Optimized Imports
parent
b9e45594
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
12 deletions
+7
-12
src/main/java/org/apache/thrift/maven/Thrift.java
src/main/java/org/apache/thrift/maven/Thrift.java
+7
-10
src/main/java/org/apache/thrift/maven/ThriftCompileMojo.java
src/main/java/org/apache/thrift/maven/ThriftCompileMojo.java
+0
-1
src/main/java/org/apache/thrift/maven/ThriftTestCompileMojo.java
...n/java/org/apache/thrift/maven/ThriftTestCompileMojo.java
+0
-1
No files found.
src/main/java/org/apache/thrift/maven/Thrift.java
View file @
c95e8791
package
org
.
apache
.
thrift
.
maven
;
import
static
com
.
google
.
common
.
base
.
Preconditions
.
checkArgument
;
import
static
com
.
google
.
common
.
base
.
Preconditions
.
checkNotNull
;
import
static
com
.
google
.
common
.
base
.
Preconditions
.
checkState
;
import
static
com
.
google
.
common
.
collect
.
Lists
.
newLinkedList
;
import
static
com
.
google
.
common
.
collect
.
Sets
.
newHashSet
;
import
com.google.common.collect.ImmutableList
;
import
com.google.common.collect.ImmutableSet
;
import
org.codehaus.plexus.util.cli.CommandLineException
;
import
org.codehaus.plexus.util.cli.CommandLineUtils
;
import
org.codehaus.plexus.util.cli.Commandline
;
import
org.codehaus.plexus.util.cli.DefaultConsumer
;
import
org.codehaus.plexus.util.cli.StreamConsumer
;
import
java.io.File
;
import
java.util.List
;
import
java.util.Set
;
import
static
com
.
google
.
common
.
base
.
Preconditions
.
checkArgument
;
import
static
com
.
google
.
common
.
base
.
Preconditions
.
checkNotNull
;
import
static
com
.
google
.
common
.
base
.
Preconditions
.
checkState
;
import
static
com
.
google
.
common
.
collect
.
Lists
.
newLinkedList
;
import
static
com
.
google
.
common
.
collect
.
Sets
.
newHashSet
;
/**
* This class represents an invokable configuration of the {@code thrift}
* compiler. The actual executable is invoked using the plexus
...
...
@@ -198,7 +195,7 @@ final class Thrift {
/**
* Adds the option string for the Thrift executable's {@code --gen} parameter.
*
*
* @param generator
* @return The builder
* @throws NullPointerException If {@code generator} is {@code null}.
...
...
src/main/java/org/apache/thrift/maven/ThriftCompileMojo.java
View file @
c95e8791
package
org
.
apache
.
thrift
.
maven
;
import
com.google.common.collect.ImmutableList
;
import
org.apache.maven.artifact.Artifact
;
import
java.io.File
;
...
...
src/main/java/org/apache/thrift/maven/ThriftTestCompileMojo.java
View file @
c95e8791
package
org
.
apache
.
thrift
.
maven
;
import
com.google.common.collect.ImmutableList
;
import
org.apache.maven.artifact.Artifact
;
import
java.io.File
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment