Merge pull request #15 from kemitix/remove-release-profile-property-activation
pom.xml: Remove release profile property activation
This commit is contained in:
commit
90e6f0ca13
1 changed files with 0 additions and 6 deletions
6
pom.xml
6
pom.xml
|
@ -53,12 +53,6 @@
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>release</id>
|
<id>release</id>
|
||||||
<activation>
|
|
||||||
<property>
|
|
||||||
<name>performRelease</name>
|
|
||||||
<value>true</value>
|
|
||||||
</property>
|
|
||||||
</activation>
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<!-- plugin sequence: javadoc, sources, gpg, deploy -->
|
<!-- plugin sequence: javadoc, sources, gpg, deploy -->
|
||||||
|
|
Loading…
Reference in a new issue