Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHOReVOLUTION
choreospec
Commits
6b3175ea
Commit
6b3175ea
authored
Jan 09, 2017
by
Francesco Chicchiriccò
Browse files
More release conf
parent
7e2c698d
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
6b3175ea
...
...
@@ -242,6 +242,38 @@ limitations under the License.
<additionalparam>
-Xdoclint:none
</additionalparam>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-release-plugin
</artifactId>
<version>
2.5.3
</version>
<configuration>
<mavenExecutorId>
forked-path
</mavenExecutorId>
<autoVersionSubmodules>
true
</autoVersionSubmodules>
<tagNameFormat>
chrospec-@{project.version}
</tagNameFormat>
</configuration>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-deploy-plugin
</artifactId>
<version>
2.8.2
</version>
</plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-gpg-plugin
</artifactId>
<version>
1.6
</version>
<executions>
<execution>
<id>
sign-artifacts
</id>
<phase>
verify
</phase>
<goals>
<goal>
sign
</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
...
@@ -270,10 +302,10 @@ limitations under the License.
<id>
ow2-releases
</id>
<url>
http://repository.ow2.org/nexus/content/repositories/releases/
</url>
<releases>
<enabled>
fals
e
</enabled>
<enabled>
tru
e
</enabled>
</releases>
<snapshots>
<enabled>
tru
e
</enabled>
<enabled>
fals
e
</enabled>
</snapshots>
</repository>
</repositories>
...
...
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