no problem with multiproject targets redefinition

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2004-04-29 00:10:33 +00:00
parent 2b547963ce
commit 186973817b

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven" default="complex:build">
<goal name="complex:build">
<attainGoal name="complex:ejb-install" />
<attainGoal name="complex:war-install" />
<attainGoal name="complex:ear" />
<project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven" default="multiproject:build">
<goal name="multiproject:build">
<attainGoal name="multiproject:ejb-install" />
<attainGoal name="multiproject:war-install" />
<attainGoal name="multiproject:ear" />
</goal>
<goal name="complex:war">
<goal name="multiproject:war">
<maven:reactor
basedir="."
banner="Creating WAR files"
@ -16,7 +16,7 @@
ignoreFailures="${maven.multiproject.ignoreFailures}"
/>
</goal>
<goal name="complex:ear">
<goal name="multiproject:ear">
<maven:reactor
basedir="."
banner="Creating EAR files"
@ -27,7 +27,7 @@
ignoreFailures="${maven.multiproject.ignoreFailures}"
/>
</goal>
<goal name="complex:ejb">
<goal name="multiproject:ejb">
<maven:reactor
basedir="."
banner="Creating EJB files"
@ -38,7 +38,7 @@
ignoreFailures="${maven.multiproject.ignoreFailures}"
/>
</goal>
<goal name="complex:war-install">
<goal name="multiproject:war-install">
<maven:reactor
basedir="."
banner="Installing WAR files"
@ -49,7 +49,7 @@
ignoreFailures="${maven.multiproject.ignoreFailures}"
/>
</goal>
<goal name="complex:ejb-install">
<goal name="multiproject:ejb-install">
<maven:reactor
basedir="."
banner="Installing EJB files"
@ -60,8 +60,8 @@
ignoreFailures="${maven.multiproject.ignoreFailures}"
/>
</goal>
<goal name="complex:cactus">
<!-- <attainGoal name="complex:build" />-->
<goal name="multiproject:cactus">
<!-- <attainGoal name="multiproject:build" />-->
<!-- <maven:maven descriptor="components/ears/ear/project.xml" goals="cactus:test-ear" />-->
<maven:reactor
basedir="."