Author: hboutemy
Date: Sun Apr 11 20:27:10 2010
New Revision: 932987

URL: http://svn.apache.org/viewvc?rev=932987&view=rev
Log:
added a description

Modified:
    maven/archetype/trunk/archetype-packaging/pom.xml

Modified: maven/archetype/trunk/archetype-packaging/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-packaging/pom.xml?rev=932987&r1=932986&r2=932987&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-packaging/pom.xml (original)
+++ maven/archetype/trunk/archetype-packaging/pom.xml Sun Apr 11 20:27:10 2010
@@ -20,7 +20,6 @@ under the License.
 -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -32,12 +31,5 @@ under the License.
   <artifactId>archetype-packaging</artifactId>
 
   <name>Maven Archetype Packaging</name>
-
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <scope>test</scope>
-    </dependency>
-  </dependencies>
+  <description>'maven-archetype' packaging configuration for 
archetypes.</description>
 </project>
\ No newline at end of file


Reply via email to