Author: khmarbaise
Date: Mon Jun  2 20:08:01 2014
New Revision: 1599339

URL: http://svn.apache.org/r1599339
Log:
[MARCHETYPES-46]
 - Removed superfluous packaging.

Added:
    maven/archetypes/trunk/.gitignore
Modified:
    
maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml
    
maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml

Added: maven/archetypes/trunk/.gitignore
URL: 
http://svn.apache.org/viewvc/maven/archetypes/trunk/.gitignore?rev=1599339&view=auto
==============================================================================
--- maven/archetypes/trunk/.gitignore (added)
+++ maven/archetypes/trunk/.gitignore Mon Jun  2 20:08:01 2014
@@ -0,0 +1,8 @@
+.classpath
+.project
+nbactions.xml
+.settings
+target
+test-output
+*.iml
+.idea

Modified: 
maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml?rev=1599339&r1=1599338&r2=1599339&view=diff
==============================================================================
--- 
maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
maven/archetypes/trunk/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml
 Mon Jun  2 20:08:01 2014
@@ -5,7 +5,6 @@
   <groupId>${groupId}</groupId>
   <artifactId>${artifactId}</artifactId>
   <version>${version}</version>
-  <packaging>jar</packaging>
 
   <name>Maven Quick Start Archetype</name>
   <!-- FIXME change it to the project's website -->

Modified: 
maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml?rev=1599339&r1=1599338&r2=1599339&view=diff
==============================================================================
--- 
maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
maven/archetypes/trunk/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml
 Mon Jun  2 20:08:01 2014
@@ -5,7 +5,6 @@
   <groupId>${groupId}</groupId>
   <artifactId>${artifactId}</artifactId>
   <version>${version}</version>
-  <packaging>jar</packaging>
 
   <name>${artifactId}</name>
   <!-- FIXME change it to the project's website -->


Reply via email to