- Timestamp:
- 07/10/08 09:51:21 (5 months ago)
- Files:
-
- 1 modified
-
lang/java/postter/trunk/pom.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/java/postter/trunk/pom.xml
r15573 r15591 54 54 <groupId>org.apache.maven.plugins</groupId> 55 55 <artifactId>maven-shade-plugin</artifactId> 56 <version>1.1</version> 56 57 <executions> 57 58 <execution> … … 70 71 </executions> 71 72 </plugin> 73 <!-- reporting plugin --> 72 74 <plugin> 73 75 <groupId>org.codehaus.mojo</groupId> … … 94 96 <groupId>org.apache.maven.plugins</groupId> 95 97 <artifactId>maven-checkstyle-plugin</artifactId> 98 <version>2.2</version> 96 99 <configuration> 97 100 <consoleOutput>true</consoleOutput> 98 <!-- configLocation> 99 ${user.home}/checkstyle.xml 100 </configLocation --> 101 <!-- configLocation>${user.home}/checkstyle.xml</configLocation --> 101 102 </configuration> 102 103 </plugin> 103 104 <plugin> 105 <groupId>org.apache.maven.plugins</groupId> 104 106 <artifactId>maven-pmd-plugin</artifactId> 107 <version>2.4</version> 105 108 <configuration> 106 109 <linkXref>true</linkXref>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)