You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by vk...@apache.org on 2009/04/03 14:58:02 UTC

svn commit: r761659 - /portals/applications/applications-pom/trunk/pom.xml

Author: vkumar
Date: Fri Apr  3 12:58:02 2009
New Revision: 761659

URL: http://svn.apache.org/viewvc?rev=761659&view=rev
Log:
Adding/Removing maven plugin information

Modified:
    portals/applications/applications-pom/trunk/pom.xml

Modified: portals/applications/applications-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/applications-pom/trunk/pom.xml?rev=761659&r1=761658&r2=761659&view=diff
==============================================================================
--- portals/applications/applications-pom/trunk/pom.xml (original)
+++ portals/applications/applications-pom/trunk/pom.xml Fri Apr  3 12:58:02 2009
@@ -91,9 +91,6 @@
                         <source>1.5</source>
                         <target>1.5</target>
                         <debug>true</debug>
-                        <showDeprecation>true</showDeprecation>
-                        <showWarnings>true</showWarnings>
-                        <optimize>false</optimize>
                     </configuration>
                 </plugin>
                 <plugin>
@@ -103,14 +100,6 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-eclipse-plugin</artifactId>
-                    <version>2.4</version>
-                    <configuration>
-                        <addVersionToProjectName>true</addVersionToProjectName>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
                     <version>2.0.4</version>
                     <inherited>true</inherited>
@@ -126,34 +115,6 @@
 
             </plugins>
         </pluginManagement>
-        <resources>
-            <resource>
-                <!-- default from Super POM -->
-                <directory>${basedir}/src/main/resources</directory>
-            </resource>
-            <resource>
-                <directory>${basedir}/src/main/java</directory>
-                <includes>
-                    <include>**/*.xml</include>
-                    <include>**/*.properties</include>
-                    <include>**/*.dtd</include>
-                    <include>**/*.vm</include>
-                    <include>**/*.conf</include>
-                </includes>
-            </resource>
-        </resources>
-        <testResources>
-            <!-- default from Super POM -->
-            <testResource>
-                <directory>src/test/resources</directory>
-            </testResource>
-            <testResource>
-                <directory>src/test/java</directory>
-                <excludes>
-                    <exclude>**/*.java</exclude>
-                </excludes>
-            </testResource>
-        </testResources>
     </build>
 
     <profiles>