Author: lindner
Date: Fri Apr 1 02:19:52 2011
New Revision: 1087558
URL: http://svn.apache.org/viewvc?rev=1087558&view=rev
Log:
move reporting to profile
Modified:
shindig/trunk/php/pom.xml
Modified: shindig/trunk/php/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/php/pom.xml?rev=1087558&r1=1087557&r2=1087558&view=diff
==============================================================================
--- shindig/trunk/php/pom.xml (original)
+++ shindig/trunk/php/pom.xml Fri Apr 1 02:19:52 2011
@@ -134,14 +134,20 @@
</plugin>
</plugins>
</build>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- </plugin>
- </plugins>
- </reporting>
+
+ <profiles>
+ <profile>
+ <id>reporting</id>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </reporting>
+ </profile>
+ </profiles>
</project>