You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2010/06/12 11:05:48 UTC

svn commit: r953967 - in /webservices/commons/trunk/modules/axiom: distribution/ pom.xml src/main/assembly/ src/main/assembly/bin.xml src/main/assembly/filter.properties src/main/assembly/jar.xml src/main/assembly/src.xml

Author: veithen
Date: Sat Jun 12 09:05:48 2010
New Revision: 953967

URL: http://svn.apache.org/viewvc?rev=953967&view=rev
Log:
WSCOMMONS-547: Reverted r953422; trying to find a better solution.

Added:
    webservices/commons/trunk/modules/axiom/src/main/assembly/
      - copied from r953421, webservices/commons/trunk/modules/axiom/src/main/assembly/
    webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml
      - copied unchanged from r953421, webservices/commons/trunk/modules/axiom/src/main/assembly/bin.xml
    webservices/commons/trunk/modules/axiom/src/main/assembly/filter.properties
      - copied unchanged from r953421, webservices/commons/trunk/modules/axiom/src/main/assembly/filter.properties
    webservices/commons/trunk/modules/axiom/src/main/assembly/jar.xml
      - copied unchanged from r953421, webservices/commons/trunk/modules/axiom/src/main/assembly/jar.xml
    webservices/commons/trunk/modules/axiom/src/main/assembly/src.xml
      - copied unchanged from r953421, webservices/commons/trunk/modules/axiom/src/main/assembly/src.xml
Removed:
    webservices/commons/trunk/modules/axiom/distribution/
Modified:
    webservices/commons/trunk/modules/axiom/pom.xml

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=953967&r1=953966&r2=953967&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sat Jun 12 09:05:48 2010
@@ -396,6 +396,19 @@
                     </configuration>
                 </plugin>
                 <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-assembly-plugin</artifactId>
+                    <version>2.2-beta-2</version>
+                    <configuration>
+                        <descriptors>
+                            <descriptor>src/main/assembly/jar.xml</descriptor>
+                            <descriptor>src/main/assembly/bin.xml</descriptor>
+                            <descriptor>src/main/assembly/src.xml</descriptor>
+                        </descriptors>
+                        <tarLongFileMode>gnu</tarLongFileMode>
+                    </configuration>
+                </plugin>
+                <plugin>
                     <artifactId>maven-source-plugin</artifactId>
                     <version>2.0.4</version>
                 </plugin>
@@ -744,7 +757,6 @@
         <module>modules/axiom-tests</module>
         <module>modules/axiom-osgi</module>
         <module>modules/axiom-parser-tests</module>
-        <module>distribution</module>
     </modules>
     <properties>
         <axiom.version>${project.version}</axiom.version>