Author: rfscholte Date: Thu Jul 2 18:29:39 2015 New Revision: 1688876 URL: http://svn.apache.org/r1688876 Log: See MDOAP-47, move maven-doap-plugin to proper profile
Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=1688876&r1=1688875&r2=1688876&view=diff ============================================================================== --- maven/plugins/trunk/pom.xml (original) +++ maven/plugins/trunk/pom.xml Thu Jul 2 18:29:39 2015 @@ -69,7 +69,6 @@ under the License. <module>maven-clean-plugin</module> <module>maven-compiler-plugin</module> <module>maven-deploy-plugin</module> - <module>maven-doap-plugin</module> <module>maven-docck-plugin</module> <module>maven-ear-plugin</module> <module>maven-ejb-plugin</module> @@ -107,6 +106,7 @@ under the License. <!-- For plugins that require at least Java 6 to build --> <id>java-6</id> <modules> + <module>maven-doap-plugin</module> <module>maven-pmd-plugin</module> <module>maven-invoker-plugin</module> </modules>