Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 - Removed superfluous packaging.

git-svn-id: https://svn.apache.org/repos/asf/maven/archetypes/trunk@1599339 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
khmarbaise committed Jun 2, 2014
1 parent 7b98de8 commit f88ff0d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.classpath
.project
nbactions.xml
.settings
target
test-output
*.iml
.idea
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit f88ff0d

Please sign in to comment.