Configure maven-release-plugin for all profiles.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@568135 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/commons/pom/pom.xml b/commons/pom/pom.xml
index 9e914a3..30c9ed1 100644
--- a/commons/pom/pom.xml
+++ b/commons/pom/pom.xml
@@ -61,6 +61,17 @@
</plugin>
</plugins>
</pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://svn.apache.org/repos/asf/felix/releases</tagBase>
+ <useReleaseProfile>false</useReleaseProfile>
+ <goals>deploy</goals>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
<profiles>
@@ -70,15 +81,6 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://svn.apache.org/repos/asf/felix/releases</tagBase>
- <useReleaseProfile>false</useReleaseProfile>
- <goals>deploy</goals>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>