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:
parent
85160a8498
commit
dbf79fd6bd
@ -56,6 +56,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
|
<defaultGoal>testPlugin</defaultGoal>
|
||||||
<sourceDirectory>src/java</sourceDirectory>
|
<sourceDirectory>src/java</sourceDirectory>
|
||||||
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
|
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
|
||||||
<unitTest>
|
<unitTest>
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
<project default="testPlugin"
|
<project
|
||||||
xmlns:util="jelly:util"
|
xmlns:util="jelly:util"
|
||||||
xmlns:j="jelly:core"
|
xmlns:j="jelly:core"
|
||||||
xmlns:ant="jelly:ant"
|
xmlns:ant="jelly:ant"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user