You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/01/12 01:07:10 UTC

svn commit: r368176 - in /maven/maven-1/plugins/trunk/dashboard/src/plugin-test: common/project.xml maven.xml

Author: ltheussl
Date: Wed Jan 11 16:07:08 2006
New Revision: 368176

URL: http://svn.apache.org/viewcvs?rev=368176&view=rev
Log:
Move default goal into project.xml

Modified:
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml

Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml?rev=368176&r1=368175&r2=368176&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.xml Wed Jan 11 16:07:08 2006
@@ -56,6 +56,7 @@
     </dependency>
   </dependencies>
   <build>
+    <defaultGoal>testPlugin</defaultGoal>
     <sourceDirectory>src/java</sourceDirectory>
     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
     <unitTest>

Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml?rev=368176&r1=368175&r2=368176&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml Wed Jan 11 16:07:08 2006
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
  -->
-<project default="testPlugin"
+<project
   xmlns:util="jelly:util"
   xmlns:j="jelly:core"
   xmlns:ant="jelly:ant"