You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/09/09 23:19:11 UTC

svn commit: r813124 - in /maven/plugins/trunk/maven-checkstyle-plugin: pom.xml src/main/assembly/

Author: olamy
Date: Wed Sep  9 21:19:09 2009
New Revision: 813124

URL: http://svn.apache.org/viewvc?rev=813124&view=rev
Log:
remove release profile which is now in parent pom.

Removed:
    maven/plugins/trunk/maven-checkstyle-plugin/src/main/assembly/
Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=813124&r1=813123&r2=813124&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Wed Sep  9 21:19:09 2009
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>13</version>
+    <version>14-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-checkstyle-plugin</artifactId>
@@ -259,34 +259,6 @@
       </build>
     </profile>
     <profile>
-      <id>release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <!-- Using this plugin configuration to produce a buildable project source distro,
-                 per the discussion on members@ASF regarding what constitutes a valid release.
-            -->
-            <artifactId>maven-assembly-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>make-project-src-distro</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>single</goal>
-                </goals>
-                <configuration>
-                  <descriptors>
-                   <descriptor>src/main/assembly/source-release.xml</descriptor>
-                  </descriptors>
-                  <tarLongFileMode>gnu</tarLongFileMode>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
       <id>reporting</id>
       <reporting>
         <plugins>