You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2007/08/21 16:12:34 UTC

svn commit: r568135 - /felix/trunk/commons/pom/pom.xml

Author: cziegeler
Date: Tue Aug 21 07:12:33 2007
New Revision: 568135

URL: http://svn.apache.org/viewvc?rev=568135&view=rev
Log:
Configure maven-release-plugin for all profiles.

Modified:
    felix/trunk/commons/pom/pom.xml

Modified: felix/trunk/commons/pom/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/commons/pom/pom.xml?rev=568135&r1=568134&r2=568135&view=diff
==============================================================================
--- felix/trunk/commons/pom/pom.xml (original)
+++ felix/trunk/commons/pom/pom.xml Tue Aug 21 07:12:33 2007
@@ -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>
@@ -68,15 +79,6 @@
             <id>release</id>
             <build>
                 <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>