Author: lukaszlenart
Date: Tue Sep 20 12:58:53 2011
New Revision: 1173125

URL: http://svn.apache.org/viewvc?rev=1173125&view=rev
Log:
Cleanups poms

Modified:
    struts/struts2/trunk/plugins/convention/pom.xml
    struts/struts2/trunk/plugins/javatemplates/pom.xml
    struts/struts2/trunk/pom.xml
    struts/struts2/trunk/xwork-core/pom.xml

Modified: struts/struts2/trunk/plugins/convention/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/convention/pom.xml?rev=1173125&r1=1173124&r2=1173125&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/convention/pom.xml (original)
+++ struts/struts2/trunk/plugins/convention/pom.xml Tue Sep 20 12:58:53 2011
@@ -19,19 +19,6 @@
     <build>
         <plugins>
             <plugin>
-                <inherited>true</inherited>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-sources</id>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>

Modified: struts/struts2/trunk/plugins/javatemplates/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/javatemplates/pom.xml?rev=1173125&r1=1173124&r2=1173125&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/javatemplates/pom.xml (original)
+++ struts/struts2/trunk/plugins/javatemplates/pom.xml Tue Sep 20 12:58:53 2011
@@ -65,21 +65,4 @@
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <inherited>true</inherited>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-sources</id>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
 </project>

Modified: struts/struts2/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1173125&r1=1173124&r2=1173125&view=diff
==============================================================================
--- struts/struts2/trunk/pom.xml (original)
+++ struts/struts2/trunk/pom.xml Tue Sep 20 12:58:53 2011
@@ -547,11 +547,6 @@
             </dependency>
             <dependency>
                 <groupId>org.springframework</groupId>
-                <artifactId>spring-core</artifactId>
-                <version>${struts2.springPlatformVersion}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework</groupId>
                 <artifactId>spring-webmvc-portlet</artifactId>
                 <version>${struts2.springPlatformVersion}</version>
             </dependency>

Modified: struts/struts2/trunk/xwork-core/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/pom.xml?rev=1173125&r1=1173124&r2=1173125&view=diff
==============================================================================
--- struts/struts2/trunk/xwork-core/pom.xml (original)
+++ struts/struts2/trunk/xwork-core/pom.xml Tue Sep 20 12:58:53 2011
@@ -154,7 +154,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <configuration>
                     <instructions>
-                        
<Export-Package>org.apache.commons.lang.xwork.*,com.opensymphony.xwork2.*</Export-Package>
+                        
<Export-Package>com.opensymphony.xwork2.*</Export-Package>
                     </instructions>
                 </configuration>
                 <executions>


Reply via email to