mirror of https://github.com/apache/jclouds.git
Removing pre-ASF release profile configuration
This commit is contained in:
parent
29a5360d71
commit
f3df06aff0
|
@ -939,28 +939,6 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</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>
|
||||||
<profile>
|
<profile>
|
||||||
<id>site</id>
|
<id>site</id>
|
||||||
|
|
Loading…
Reference in New Issue