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:
parent
8fa22c2db3
commit
a0be09b30c
@ -15,8 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
<project default="testPlugin"
|
||||
xmlns:ant="jelly:ant"
|
||||
<project xmlns:ant="jelly:ant"
|
||||
xmlns:util="jelly:util"
|
||||
xmlns:j="jelly:core">
|
||||
|
||||
|
||||
@ -49,4 +49,7 @@
|
||||
<timezone>-3</timezone>
|
||||
</developer>
|
||||
</developers>
|
||||
<build>
|
||||
<defaultGoal>testPlugin</defaultGoal>
|
||||
</build>
|
||||
</project>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user