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
ec58ea7d
Commit
ec58ea7d
authored
Aug 12, 2013
by
David Trott
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17 from eincs/apply-maven-central-requirements
add maven central sync requirements on pom.xml
parents
25438a7f
5f82f3df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
pom.xml
pom.xml
+19
-0
No files found.
pom.xml
View file @
ec58ea7d
...
...
@@ -6,15 +6,34 @@
<packaging>
maven-plugin
</packaging>
<name>
Maven Thrift Plugin
</name>
<version>
0.1.12-SNAPSHOT
</version>
<description>
Maven Thrift Plugin that executes the thrift code generator
</description>
<url>
https://github.com/dtrott/maven-thrift-plugin
</url>
<prerequisites>
<maven>
2.0.6
</maven>
</prerequisites>
<licenses>
<license>
<name>
The Apache Software License, Version 2.0
</name>
<url>
http://www.apache.org/licenses/LICENSE-2.0.txt
</url>
<distribution>
repo
</distribution>
</license>
</licenses>
<scm>
<url>
https://github.com/dtrott/maven-thrift-plugin
</url>
<connection>
scm:git:git://github.com/dtrott/maven-thrift-plugin.git
</connection>
</scm>
<developers>
<developer>
<id>
drott
</id>
<name>
David Trott
</name>
<email>
github@davidtrott.com
</email>
</developer>
</developers>
<distributionManagement>
<downloadUrl>
http://maven.davidtrott.com/repository
</downloadUrl>
<repository>
...
...
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