mirror of https://github.com/apache/maven.git
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:
parent
ccb49439ee
commit
dd48e05bb0
|
@ -207,7 +207,7 @@ under the License.
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<defaultGoal>jar</defaultGoal>
|
<defaultGoal>jar:install</defaultGoal>
|
||||||
<sourceDirectory>${maven.build.dir}/generated-src/main/modello</sourceDirectory>
|
<sourceDirectory>${maven.build.dir}/generated-src/main/modello</sourceDirectory>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue