use jar:install as default goal.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@521492 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arnaud Heritier 2007-03-22 22:05:00 +00:00
parent ccb49439ee
commit dd48e05bb0
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ under the License.
</dependencies>
<build>
<defaultGoal>jar</defaultGoal>
<defaultGoal>jar:install</defaultGoal>
<sourceDirectory>${maven.build.dir}/generated-src/main/modello</sourceDirectory>
</build>