[MARCHETYPES-46]
 - Removed superfluous packaging.

git-svn-id: https://svn.apache.org/repos/asf/maven/archetypes/trunk@1599339 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b850acc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+.classpath
+.project
+nbactions.xml
+.settings
+target
+test-output
+*.iml
+.idea
diff --git a/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml b/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml
index 79536f3..77757e4 100644
--- a/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml
+++ b/maven-archetype-profiles/src/main/resources/archetype-resources/pom.xml
@@ -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 -->
diff --git a/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml b/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml
index 04d98a1..4070513 100644
--- a/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/maven-archetype-quickstart/src/main/resources/archetype-resources/pom.xml
@@ -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 -->