Move default goal into project.xml

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@393006 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-04-10 18:02:16 +00:00
parent 8fa22c2db3
commit a0be09b30c
2 changed files with 4 additions and 2 deletions

View File

@ -15,8 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<project default="testPlugin" <project xmlns:ant="jelly:ant"
xmlns:ant="jelly:ant"
xmlns:util="jelly:util" xmlns:util="jelly:util"
xmlns:j="jelly:core"> xmlns:j="jelly:core">

View File

@ -49,4 +49,7 @@
<timezone>-3</timezone> <timezone>-3</timezone>
</developer> </developer>
</developers> </developers>
<build>
<defaultGoal>testPlugin</defaultGoal>
</build>
</project> </project>