Author: aheritier Date: Wed Dec 21 21:17:37 2005 New Revision: 358500 URL: http://svn.apache.org/viewcvs?rev=358500&view=rev Log: Remove unused elements
Modified: maven/maven-1/plugins/trunk/project.xml Modified: maven/maven-1/plugins/trunk/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/project.xml?rev=358500&r1=358499&r2=358500&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/project.xml (original) +++ maven/maven-1/plugins/trunk/project.xml Wed Dec 21 21:17:37 2005 @@ -16,8 +16,7 @@ * limitations under the License. */ --> -<project> - <!-- TODO: Make it inherit from plugin-parent? --> +<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> <pomVersion>3</pomVersion> <id>maven-master</id> <name>Maven Plugins</name> @@ -174,36 +173,7 @@ </dependency> </dependencies> <build> - <nagEmailAddress>dev@maven.apache.org</nagEmailAddress> - <sourceDirectory>src/main</sourceDirectory> - <unitTestSourceDirectory>src/test</unitTestSourceDirectory> - <unitTest> - <includes> - <include>**/*Test.java</include> - </includes> - </unitTest> - <resources> - <resource> - <directory>..</directory> - <targetPath>META-INF</targetPath> - <includes> - <include>NOTICE.txt</include> - </includes> - </resource> - <resource> - <directory>src/plugin-resources</directory> - <targetPath>plugin-resources</targetPath> - </resource> - <resource> - <directory>.</directory> - <includes> - <include>plugin.jelly</include> - <include>plugin.properties</include> - <include>project.properties</include> - <include>project.xml</include> - </includes> - </resource> - </resources> + <defaultGoal>plugins:site</defaultGoal> </build> <reports> <report>maven-jdepend-plugin</report> @@ -212,13 +182,6 @@ <report>maven-changelog-plugin</report> <report>maven-file-activity-plugin</report> <report>maven-developer-activity-plugin</report> - <report>maven-javadoc-plugin</report> - <report>maven-jxr-plugin</report> - <report>maven-junit-report-plugin</report> - <report>maven-tasklist-plugin</report> - <report>maven-jellydoc-plugin</report> - <report>maven-pmd-plugin</report> - <report>maven-simian-plugin</report> <report>maven-faq-plugin</report> <report>maven-multiproject-plugin</report> <report>maven-multichanges-plugin</report>