Skip to content

Commit

Permalink
Add a default goal to the root pom
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/aries/trunk@1600702 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dkulp committed Jun 5, 2014
1 parent e76c8de commit 7343f57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>6</version>
<version>14</version>
</parent>

<!-- This pom is for convenience in building several aries subprojects at once.
Expand Down Expand Up @@ -58,6 +58,7 @@
</modules>

<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down

0 comments on commit 7343f57

Please sign in to comment.