Move default goal into project.xml

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@368176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-01-12 00:07:08 +00:00
parent 85160a8498
commit dbf79fd6bd
2 changed files with 2 additions and 1 deletions

View File

@ -56,6 +56,7 @@
</dependency>
</dependencies>
<build>
<defaultGoal>testPlugin</defaultGoal>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>

View File

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