You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ke...@apache.org on 2007/01/06 04:54:40 UTC

svn commit: r493293 - /maven/components/trunk/maven-core/pom.xml

Author: kenney
Date: Fri Jan  5 19:54:40 2007
New Revision: 493293

URL: http://svn.apache.org/viewvc?view=rev&rev=493293
Log:
remove assembly-plugin configuration as there's no assembly in maven-core; that has been moved to maven-cli way back

Modified:
    maven/components/trunk/maven-core/pom.xml

Modified: maven/components/trunk/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/pom.xml?view=diff&rev=493293&r1=493292&r2=493293
==============================================================================
--- maven/components/trunk/maven-core/pom.xml (original)
+++ maven/components/trunk/maven-core/pom.xml Fri Jan  5 19:54:40 2007
@@ -26,17 +26,6 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-core</artifactId>
   <name>Maven Core</name>
-  <build>
-    <plugins>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <descriptor>src/assemble/bin.xml</descriptor>
-          <finalName>maven-${version}</finalName>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>