You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2012/07/15 00:46:54 UTC

svn commit: r1361603 - /incubator/deltaspike/site/trunk/pom.xml

Author: gpetracek
Date: Sat Jul 14 22:46:54 2012
New Revision: 1361603

URL: http://svn.apache.org/viewvc?rev=1361603&view=rev
Log:
DELTASPIKE-214 added comment

Modified:
    incubator/deltaspike/site/trunk/pom.xml

Modified: incubator/deltaspike/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/deltaspike/site/trunk/pom.xml?rev=1361603&r1=1361602&r2=1361603&view=diff
==============================================================================
--- incubator/deltaspike/site/trunk/pom.xml (original)
+++ incubator/deltaspike/site/trunk/pom.xml Sat Jul 14 22:46:54 2012
@@ -32,36 +32,18 @@
     <version>0.3-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
 
+    <!--
+
+        It isn't planned to add further parts to this build-file.
+        It's just used for an easier usage with IDEs (definition of content directories, ...)
+
+    -->
     <name>Apache DeltaSpike - Site</name>
     <description>Files for the DeltaSpike site (Apache CMS)</description>
 
     <url>http://incubator.apache.org/deltaspike/</url>
 
     <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-remote-resources-plugin</artifactId>
-                    <version>1.3</version>
-                    <executions>
-                        <execution>
-                            <id>process-remote-resources</id>
-                            <goals>
-                                <goal>process</goal>
-                            </goals>
-                            <configuration>
-                                <resourceBundles>
-                                    <!-- Include the Incubating disclaimer -->
-                                    <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1
-                                    </resourceBundle>
-                                </resourceBundles>
-                            </configuration>
-                        </execution>
-                    </executions>
-                </plugin>
-            </plugins>
-        </pluginManagement>
         <resources>
             <!-- Allows a separation in package-views of IDEs (root package contains template files, deltaspike package contains markdown files,...) -->
             <resource>