|
From: <de...@us...> - 2012-03-24 01:18:54
|
Revision: 6987
http://fudaa.svn.sourceforge.net/fudaa/?rev=6987&view=rev
Author: deniger
Date: 2012-03-24 01:18:48 +0000 (Sat, 24 Mar 2012)
Log Message:
-----------
Modified Paths:
--------------
trunk/pom/super-pom/pom.xml
Modified: trunk/pom/super-pom/pom.xml
===================================================================
--- trunk/pom/super-pom/pom.xml 2012-03-24 01:14:30 UTC (rev 6986)
+++ trunk/pom/super-pom/pom.xml 2012-03-24 01:18:48 UTC (rev 6987)
@@ -194,10 +194,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-site-plugin</artifactId>
- </plugin>
</plugins>
</pluginManagement>
@@ -216,28 +212,5 @@
</extensions>
</build>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-report-plugin</artifactId>
- <version>2.4.2</version>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>taglist-maven-plugin</artifactId>
- <version>2.3</version>
- <configuration>
- <encoding>${projetEncoding}</encoding>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.1.1</version>
- </plugin>
- </plugins>
- </reporting>
-
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|