[Lutinbuilder-commits] r137 - trunk/lutinproject
Author: chatellier Date: 2008-09-09 16:45:34 +0000 (Tue, 09 Sep 2008) New Revision: 137 Modified: trunk/lutinproject/pom.xml Log: Use "supported" maven2 plugins. Re-enabled jrst on all profile. Modified: trunk/lutinproject/pom.xml =================================================================== --- trunk/lutinproject/pom.xml 2008-09-09 08:54:09 UTC (rev 136) +++ trunk/lutinproject/pom.xml 2008-09-09 16:45:34 UTC (rev 137) @@ -237,15 +237,6 @@ <!--Ressources--> <resources> - <!--resource> - <directory>${maven.src.dir}/java</directory> - <includes> - <include>**/*.properties</include> - <include>**/*.xml</include> - <include>**/*.jdo</include> - </includes> - </resource--> - <resource> <directory>${maven.src.dir}/main/resources</directory> <includes> @@ -493,6 +484,7 @@ </configuration> <executions> <execution> + <id>jrst-pre-site</id> <phase>pre-site</phase> <goals> <goal>jrst</goal> @@ -582,13 +574,11 @@ </executions> </plugin> - <!--jpox--> - <!--<plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jpox-plugin</artifactId> - <version>1.0</version> - <configuration/> - </plugin>--> + <!-- Always process jrst files, but only called on pre-site phase --> + <plugin> + <groupId>lutinplugin</groupId> + <artifactId>maven-jrst-plugin</artifactId> + </plugin> </plugins> </build> @@ -646,18 +636,11 @@ </reportSets> </plugin> - <!-- This plugin produces a nicely formatted metrics report based on your project <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin>--> - - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> @@ -679,30 +662,9 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> </plugin> - - <!-- The Taglist Maven Plugin generates a report on various tags found in the code, like @todo or //TODO tags. - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>taglist-maven-plugin</artifactId> - </plugin> --> - - <plugin> - <groupId>com.atlassian.maven.plugins</groupId> - <artifactId>maven-clover2-plugin</artifactId> - </plugin> + <!-- Not official report plugins --> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-doap-plugin</artifactId> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-docck-plugin</artifactId> - </plugin> - - <!--Other--> - <plugin> <groupId>net.sf</groupId> <artifactId>stat-scm</artifactId> <version>1.2.0</version> @@ -820,7 +782,7 @@ </activation> <properties> <maven.test.skip>true</maven.test.skip> - <maven.reports.generate>false</maven.reports.generate> + <maven.reports.generate>true</maven.reports.generate> </properties> </profile> <profile> @@ -833,7 +795,7 @@ <maven.reports.generate>false</maven.reports.generate> </properties> </profile> - <profile> + <!-- <profile> <id>site</id> <activation> <activeByDefault>false</activeByDefault> @@ -842,7 +804,7 @@ <maven.test.skip>false</maven.test.skip> <maven.reports.generate>true</maven.reports.generate> </properties> - </profile> + </profile> --> <profile> <id>license</id> <activation>
participants (1)
-
chatellierï¼ users.labs.libre-entreprise.org