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
25438a7f
Commit
25438a7f
authored
Aug 13, 2012
by
David Trott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Apache license header as part of the inclusion process in the thrift release.
parent
12bb12e2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
95 additions
and
0 deletions
+95
-0
src/main/java/org/apache/thrift/maven/AbstractThriftMojo.java
...main/java/org/apache/thrift/maven/AbstractThriftMojo.java
+19
-0
src/main/java/org/apache/thrift/maven/Thrift.java
src/main/java/org/apache/thrift/maven/Thrift.java
+19
-0
src/main/java/org/apache/thrift/maven/ThriftCompileMojo.java
src/main/java/org/apache/thrift/maven/ThriftCompileMojo.java
+19
-0
src/main/java/org/apache/thrift/maven/ThriftTestCompileMojo.java
...n/java/org/apache/thrift/maven/ThriftTestCompileMojo.java
+19
-0
src/test/java/org/apache/thrift/maven/TestThrift.java
src/test/java/org/apache/thrift/maven/TestThrift.java
+19
-0
No files found.
src/main/java/org/apache/thrift/maven/AbstractThriftMojo.java
View file @
25438a7f
package
org
.
apache
.
thrift
.
maven
;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
import
com.google.common.collect.ImmutableSet
;
import
org.apache.maven.artifact.Artifact
;
import
org.apache.maven.artifact.repository.ArtifactRepository
;
...
...
src/main/java/org/apache/thrift/maven/Thrift.java
View file @
25438a7f
package
org
.
apache
.
thrift
.
maven
;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
import
com.google.common.collect.ImmutableList
;
import
com.google.common.collect.ImmutableSet
;
import
org.codehaus.plexus.util.cli.CommandLineException
;
...
...
src/main/java/org/apache/thrift/maven/ThriftCompileMojo.java
View file @
25438a7f
package
org
.
apache
.
thrift
.
maven
;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
import
com.google.common.collect.ImmutableList
;
import
org.apache.maven.artifact.Artifact
;
...
...
src/main/java/org/apache/thrift/maven/ThriftTestCompileMojo.java
View file @
25438a7f
package
org
.
apache
.
thrift
.
maven
;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
import
com.google.common.collect.ImmutableList
;
import
org.apache.maven.artifact.Artifact
;
...
...
src/test/java/org/apache/thrift/maven/TestThrift.java
View file @
25438a7f
package
org
.
apache
.
thrift
.
maven
;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
import
org.codehaus.plexus.util.FileUtils
;
import
org.codehaus.plexus.util.cli.CommandLineException
;
import
org.junit.After
;
...
...
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