Removing pre-ASF release profile configuration

This commit is contained in:
Andrew Phillips 2013-08-05 08:45:55 -04:00
parent 29a5360d71
commit f3df06aff0
1 changed files with 0 additions and 22 deletions

View File

@ -939,28 +939,6 @@
</plugin>
</plugins>
</build>
</profile>
<!-- modifies the plugin config inherited from oss-parent -->
<profile>
<id>sonatype-release-profile-extension</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<configuration>
<executable>${gpg.command}</executable>
<passphrase>${gpg.passphrase}</passphrase>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>site</id>