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:
Paul Campbell 2016-01-26 11:36:27 +00:00
parent e49749c8b7
commit 6b0749d2af

View file

@ -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 -->