Author: wsmoak Date: Sun Feb 10 20:21:22 2008 New Revision: 620406 URL: http://svn.apache.org/viewvc?rev=620406&view=rev Log: Add a ci profile with the docck plugin configured.
Modified: maven/archetype/trunk/archetype-plugin/pom.xml Modified: maven/archetype/trunk/archetype-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-plugin/pom.xml?rev=620406&r1=620405&r2=620406&view=diff ============================================================================== --- maven/archetype/trunk/archetype-plugin/pom.xml (original) +++ maven/archetype/trunk/archetype-plugin/pom.xml Sun Feb 10 20:21:22 2008 @@ -78,6 +78,34 @@ </plugin> </plugins> </reporting> + + <profiles> + <profile> + <id>ciProfile</id> + <activation> + <property> + <name>enableCiProfile</name> + <value>true</value> + </property> + </activation> + <build> + <plugins> + <plugin> + <artifactId>maven-docck-plugin</artifactId> + <version>1.0-beta-2</version> + <executions> + <execution> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> + <distributionManagement> <site> <id>apache.website</id>