[Ts2-pm-cvs-commit] ts2-pm/ts2-pm-descriptor .classpath,1.4,1.5 pom.xml,1.2,1.3
Status: Pre-Alpha
Brought to you by:
nchalumeau
From: Nicolas C. <nch...@us...> - 2005-05-17 20:07:28
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-descriptor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9936/ts2-pm-descriptor 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-descriptor/.classpath,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .classpath 13 May 2005 19:44:30 -0000 1.4 --- .classpath 17 May 2005 20:06:48 -0000 1.5 *************** *** 6,14 **** <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/junit/junit/3.7/junit-3.7.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-settings/0.1-SNAPSHOT/ts2-pm-settings-0.1-SNAPSHOT.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/net/sf/ts2/pm/ts2-pm-model/0.1-SNAPSHOT/ts2-pm-model-0.1-SNAPSHOT.jar"/> ! <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"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/Nicolas/.m2/repository/commons-lang/commons-lang/2.0/commons-lang-2.0.jar"/> </classpath> \ No newline at end of file --- 6,14 ---- <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/junit/junit/3.7/junit-3.7.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/net/sf/ts2/pm/ts2-pm-settings/0.1-SNAPSHOT/ts2-pm-settings-0.1-SNAPSHOT.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/net/sf/ts2/pm/ts2-pm-model/0.1-SNAPSHOT/ts2-pm-model-0.1-SNAPSHOT.jar"/> ! <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"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.jar"/> ! <classpathentry kind="lib" path="C:/Documents and Settings/chalumeau/.m2/repository/commons-lang/commons-lang/2.0/commons-lang-2.0.jar"/> </classpath> \ No newline at end of file Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-descriptor/pom.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pom.xml 2 May 2005 18:09:05 -0000 1.2 --- pom.xml 17 May 2005 20:06:48 -0000 1.3 *************** *** 49,51 **** --- 49,83 ---- </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> + <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> </project> \ No newline at end of file |