deactivate "hpi:upload and hpi:announce" goals

This commit is contained in:
imod 2011-01-16 11:12:05 +01:00
parent 809ea78ef5
commit 118c5397fd

View file

@ -9,7 +9,7 @@
</parent>
<artifactId>script-realm</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.4-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>Security Realm by custom script</name>
<description>Supports authentication by exeuting a custom script, to resolve groups for a user, a second script can be defined.</description>
@ -23,6 +23,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<configuration>
<goals>deploy</goals>
</configuration>
<dependencies>
<dependency>
<groupId>org.apache.maven.scm</groupId>