Author: lfryc(a)redhat.com
Date: 2010-09-09 06:07:04 -0400 (Thu, 09 Sep 2010)
New Revision: 19139
Modified:
modules/tests/metamer/trunk/application/pom.xml
Log:
checkstyle moved to own profile to allow build in Maven3 (resp. Eclipse)
Modified: modules/tests/metamer/trunk/application/pom.xml
===================================================================
--- modules/tests/metamer/trunk/application/pom.xml 2010-09-09 09:17:57 UTC (rev 19138)
+++ modules/tests/metamer/trunk/application/pom.xml 2010-09-09 10:07:04 UTC (rev 19139)
@@ -109,9 +109,6 @@
<plugins>
<plugin>
- <artifactId>maven-checkstyle-plugin</artifactId>
- </plugin>
- <plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
@@ -226,6 +223,21 @@
<profiles>
<profile>
+ <id>checkstyle</id>
+ <activation>
+ <property>
+ <name>!eclipse</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
<id>mojarra</id>
<activation>
<property>