Author: thomas.diesler(a)jboss.com
Date: 2008-04-22 05:34:20 -0400 (Tue, 22 Apr 2008)
New Revision: 6607
Added:
stack/cxf/branches/tdiesler/trunk/scripts/
stack/cxf/branches/tdiesler/trunk/scripts/assembly-install-jboss422.xml
Modified:
stack/cxf/branches/tdiesler/trunk/modules/server/pom.xml
stack/cxf/branches/tdiesler/trunk/pom.xml
Log:
assembly
Modified: stack/cxf/branches/tdiesler/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/modules/server/pom.xml 2008-04-22 07:44:00 UTC (rev
6606)
+++ stack/cxf/branches/tdiesler/trunk/modules/server/pom.xml 2008-04-22 09:34:20 UTC (rev
6607)
@@ -125,7 +125,6 @@
</resources>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
Modified: stack/cxf/branches/tdiesler/trunk/pom.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/pom.xml 2008-04-22 07:44:00 UTC (rev 6606)
+++ stack/cxf/branches/tdiesler/trunk/pom.xml 2008-04-22 09:34:20 UTC (rev 6607)
@@ -35,7 +35,7 @@
<module>modules/management</module>
<module>modules/server</module>
<module>modules/client</module>
- <module>modules/testsuite</module>
+ <!--module>modules/testsuite</module-->
</modules>
<!-- DependencyManagement -->
@@ -185,6 +185,29 @@
</dependencies>
</dependencyManagement>
+ <!-- Plugins -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <descriptors>
+ <descriptor>scripts/assembly-install-jboss422.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>install</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
<!-- Repositories -->
<repositories>
<repository>
Added: stack/cxf/branches/tdiesler/trunk/scripts/assembly-install-jboss422.xml
===================================================================
--- stack/cxf/branches/tdiesler/trunk/scripts/assembly-install-jboss422.xml
(rev 0)
+++ stack/cxf/branches/tdiesler/trunk/scripts/assembly-install-jboss422.xml 2008-04-22
09:34:20 UTC (rev 6607)
@@ -0,0 +1,19 @@
+<assembly
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
+ <id>deploy-structure-jboss422</id>
+ <formats>
+ <format>dir</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+ <moduleSets>
+ <moduleSet>
+ <includes>
+ <include>org.jboss.ws:jbossws-cxf-client</include>
+ </includes>
+ <binaries>
+ <outputDirectory>modules/${artifactId}</outputDirectory>
+ <unpack>false</unpack>
+ </binaries>
+ </moduleSet>
+ </moduleSets>
+</assembly>
\ No newline at end of file
Property changes on:
stack/cxf/branches/tdiesler/trunk/scripts/assembly-install-jboss422.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF