mirror of
https://github.com/nicolabs/script-realm-plugin.git
synced 2026-04-13 01:42:14 +02:00
deactivate "hpi:upload and hpi:announce" goals
This commit is contained in:
parent
809ea78ef5
commit
118c5397fd
5
pom.xml
5
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue