pom.xml: Remove release profile property activation
Profile should be activated from the maven command line, e.g.: mvn -P release clean deploy Signed-off-by: Paul Campbell <paulcampbell@fife.ac.uk>
This commit is contained in:
parent
e49749c8b7
commit
6b0749d2af
1 changed files with 0 additions and 6 deletions
6
pom.xml
6
pom.xml
|
@ -53,12 +53,6 @@
|
|||
<profiles>
|
||||
<profile>
|
||||
<id>release</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>performRelease</name>
|
||||
<value>true</value>
|
||||
</property>
|
||||
</activation>
|
||||
<build>
|
||||
<plugins>
|
||||
<!-- plugin sequence: javadoc, sources, gpg, deploy -->
|
||||
|
|
Loading…
Reference in a new issue