Author: hboutemy
Date: Mon Nov  1 16:22:29 2010
New Revision: 1029732

URL: http://svn.apache.org/viewvc?rev=1029732&view=rev
Log:
prepared configuration for one global release of all archetypes instead of 
separate releases for each one

Modified:
    maven/archetypes/trunk/pom.xml

Modified: maven/archetypes/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archetypes/trunk/pom.xml?rev=1029732&r1=1029731&r2=1029732&view=diff
==============================================================================
--- maven/archetypes/trunk/pom.xml (original)
+++ maven/archetypes/trunk/pom.xml Mon Nov  1 16:22:29 2010
@@ -77,33 +77,4 @@ under the License.
       </plugins>
     </pluginManagement>
   </build>
-
-  <profiles>
-    <profile>
-      <id>parent-release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-release-plugin</artifactId>
-            <configuration>
-              <arguments>-N -Papache-release</arguments>
-            </configuration>
-          </plugin>
-          <plugin>
-            <artifactId>maven-assembly-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>source-release-assembly</id>
-                <configuration>
-                  <descriptorRefs>
-                    <descriptorRef>src</descriptorRef>
-                  </descriptorRefs>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>


Reply via email to