mirror of https://github.com/apache/archiva.git
use release plugin
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440040 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1fa628623b
commit
ca592e303a
|
@ -33,7 +33,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<version>2.1</version>
|
||||
<configuration>
|
||||
<keystore>src/keystore/keystore</keystore>
|
||||
<alias>mykey</alias>
|
||||
|
@ -62,14 +62,4 @@
|
|||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>apache.snapshots</id>
|
||||
<name>Apache Snapshot Repository</name>
|
||||
<url>http://svn.apache.org/maven-snapshot-repository</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue