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 2005/10/15 06:39:56 UTC

svn commit: r321290 - in /maven/maven-1/plugins/trunk: jira/maven.xml linkcheck/maven.xml plugin-parent/project.xml simian/maven.xml

Author: ltheussl
Date: Fri Oct 14 21:39:54 2005
New Revision: 321290

URL: http://svn.apache.org/viewcvs?rev=321290&view=rev
Log:
Move default goal into <build>

Removed:
    maven/maven-1/plugins/trunk/jira/maven.xml
    maven/maven-1/plugins/trunk/linkcheck/maven.xml
Modified:
    maven/maven-1/plugins/trunk/plugin-parent/project.xml
    maven/maven-1/plugins/trunk/simian/maven.xml

Modified: maven/maven-1/plugins/trunk/plugin-parent/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin-parent/project.xml?rev=321290&r1=321289&r2=321290&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin-parent/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugin-parent/project.xml Fri Oct 14 21:39:54 2005
@@ -144,6 +144,7 @@
   </developers>
 
   <build>
+    <defaultGoal>plugin:plugin</defaultGoal>
     <sourceDirectory>src/main</sourceDirectory>
     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
     <nagEmailAddress>dev@maven.apache.org</nagEmailAddress>

Modified: maven/maven-1/plugins/trunk/simian/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/maven.xml?rev=321290&r1=321289&r2=321290&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/simian/maven.xml (original)
+++ maven/maven-1/plugins/trunk/simian/maven.xml Fri Oct 14 21:39:54 2005
@@ -18,8 +18,7 @@
  -->
 
 
-<project 
-  default="jar:install"
+<project
   xmlns:ant="jelly:ant"
   xmlns:j="jelly:core"
   xmlns:maven="jelly:maven">
@@ -65,4 +64,4 @@
     <copy file="${pom.getDependencyPath('redhill:simian')}" todir="${maven.dist.bin.assembly.dir}"/>
   </postGoal>
 
-</project>
\ No newline at end of file
+</project>