[Ts2-pm-cvs-commit] ts2-pm/ts2-pm-model .classpath,1.3,1.4 pom.xml,1.2,1.3
Status: Pre-Alpha
Brought to you by:
nchalumeau
From: Nicolas C. <nch...@us...> - 2005-05-17 20:07:00
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-model In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9936/ts2-pm-model Modified Files: .classpath pom.xml Log Message: try to enable maven rapport (pmd/checkstyle/project descriptor) add missing import Index: .classpath =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-model/.classpath,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .classpath 13 May 2005 19:44:30 -0000 1.3 --- .classpath 17 May 2005 20:06:50 -0000 1.4 *************** *** 2,5 **** <classpathentry kind="output" path="target/classes"/> <classpathentry kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB" sourcepath="JRE_SRC"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/plexus/plexus-utils/1.0-alpha-2/plexus-utils-1.0-alpha-2.jar"/> </classpath> \ No newline at end of file --- 2,5 ---- <classpathentry kind="output" path="target/classes"/> <classpathentry kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB" sourcepath="JRE_SRC"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/plexus/plexus-utils/1.0-alpha-2/plexus-utils-1.0-alpha-2.jar"/> </classpath> \ No newline at end of file Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-model/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 13 May 2005 19:44:30 -0000 1.2 --- pom.xml 17 May 2005 20:06:50 -0000 1.3 *************** *** 34,37 **** --- 34,53 ---- </dependency> </dependencies> + <reports> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-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> + </plugin> + </plugins> + </reports> <build> <plugins> |