You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/07/30 10:14:54 UTC

svn commit: r1367023 - /archiva/redback/redback-components/trunk/redback-components-parent/pom.xml

Author: olamy
Date: Mon Jul 30 08:14:54 2012
New Revision: 1367023

URL: http://svn.apache.org/viewvc?rev=1367023&view=rev
Log:
execution already defined

Modified:
    archiva/redback/redback-components/trunk/redback-components-parent/pom.xml

Modified: archiva/redback/redback-components/trunk/redback-components-parent/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-components/trunk/redback-components-parent/pom.xml?rev=1367023&r1=1367022&r2=1367023&view=diff
==============================================================================
--- archiva/redback/redback-components/trunk/redback-components-parent/pom.xml (original)
+++ archiva/redback/redback-components/trunk/redback-components-parent/pom.xml Mon Jul 30 08:14:54 2012
@@ -322,37 +322,6 @@
         </plugins>
       </reporting>
     </profile>
-    <profile>
-      <id>release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-source-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>attach-sources</id>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-javadoc-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>attach-javadocs</id>
-                <goals>
-                  <goal>jar</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
 
 </project>