Author: ltheussl Date: Wed Jul 26 15:50:46 2006 New Revision: 425893 URL: http://svn.apache.org/viewvc?rev=425893&view=rev Log: Move default goal into project.xml.
Removed: maven/maven-1/plugins/trunk/examples/maven.xml Modified: maven/maven-1/plugins/trunk/examples/project.xml Modified: maven/maven-1/plugins/trunk/examples/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/examples/project.xml?rev=425893&r1=425892&r2=425893&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/examples/project.xml (original) +++ maven/maven-1/plugins/trunk/examples/project.xml Wed Jul 26 15:50:46 2006 @@ -88,6 +88,7 @@ <!-- build information for the project --> <build> + <defaultGoal>plugin</defaultGoal> <resources> <resource> <directory>${basedir}</directory>