You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/10/09 16:11:44 UTC

svn commit: r1180620 - /james/trunk/sandbox/felixk/james-skin/pom.xml

Author: felixk
Date: Sun Oct  9 14:11:43 2011
New Revision: 1180620

URL: http://svn.apache.org/viewvc?rev=1180620&view=rev
Log:
Remove sections already defined in parent pom

Modified:
    james/trunk/sandbox/felixk/james-skin/pom.xml

Modified: james/trunk/sandbox/felixk/james-skin/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/james-skin/pom.xml?rev=1180620&r1=1180619&r2=1180620&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/james-skin/pom.xml (original)
+++ james/trunk/sandbox/felixk/james-skin/pom.xml Sun Oct  9 14:11:43 2011
@@ -23,7 +23,9 @@
         <groupId>org.apache.james</groupId>
         <artifactId>james-parent</artifactId>
         <version>2.0-SNAPSHOT</version>
+        <relativePath></relativePath>
     </parent>
+
     <artifactId>james-skin</artifactId>
     <name>Apache James Skin</name>
     <description>The Apache James Official Maven2/3 Site Skin</description>
@@ -36,45 +38,4 @@
         </site>
     </distributionManagement>
 
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>3.0-beta-3</version>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>2.3.1</version>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-site-plugin</artifactId>
-                <configuration>
-                    <reportPlugins>
-                        <plugin>
-                            <groupId>org.apache.maven.plugins</groupId>
-                            <artifactId>maven-project-info-reports-plugin</artifactId>
-                            <reports>
-                                <report>distribution-management</report>
-                                <report>index</report>
-                                <report>issue-tracking</report>
-                                <report>license</report>
-                                <report>mailing-list</report>
-                                <report>project-team</report>
-                                <report>scm</report>
-                                <report>summary</report>
-                            </reports>
-                        </plugin>
-                    </reportPlugins>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org