Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
9a20b8de
Commit
9a20b8de
authored
Feb 19, 2014
by
gmessner
Browse files
Various tweaks for distribution.
parent
224f5529
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
9a20b8de
...
@@ -41,7 +41,8 @@
...
@@ -41,7 +41,8 @@
<url>
git@github.com:gmessner/gitlab-api.git
</url>
<url>
git@github.com:gmessner/gitlab-api.git
</url>
<connection>
scm:git:git@github.com:gmessner/gitlab-api.git
</connection>
<connection>
scm:git:git@github.com:gmessner/gitlab-api.git
</connection>
<developerConnection>
scm:git:git@github.com:gmessner/gitlab-api.git
</developerConnection>
<developerConnection>
scm:git:git@github.com:gmessner/gitlab-api.git
</developerConnection>
</scm>
<tag>
gitlab-api-1.0.0
</tag>
</scm>
<build>
<build>
<defaultGoal>
package
</defaultGoal>
<defaultGoal>
package
</defaultGoal>
...
@@ -68,6 +69,19 @@
...
@@ -68,6 +69,19 @@
<tag>
${project.artifactId}-${project.version}
</tag>
<tag>
${project.artifactId}-${project.version}
</tag>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-gpg-plugin
</artifactId>
<executions>
<execution>
<id>
sign-artifacts
</id>
<phase>
verify
</phase>
<goals>
<goal>
sign
</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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