[vlma-devel] commit: Add checkstyle reporting plugin. (Adrien Grand )
git version control
git at videolan.org
Thu Apr 10 18:05:27 CEST 2008
vlma | branch: master | Adrien Grand <jpountz at videolan.org> | Thu Apr 10 18:05:30 2008 +0200| [de3dcb8d6d49ab0c7ed3c2857297f5bc0a9dcedb]
Add checkstyle reporting plugin.
> http://git.videolan.org/gitweb.cgi/vlma.git/?a=commit;h=de3dcb8d6d49ab0c7ed3c2857297f5bc0a9dcedb
---
pom.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index b77b4e3..d31a1bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,13 @@
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+ <headerLocation>COPYING</headerLocation>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
</plugin>
<plugin>
More information about the vlma-devel
mailing list