[jboss-cvs] Repository SVN: r11077 - in maven2/org/resteasy/resteasy-jaxrs-dist: 1.0-beta-5 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jun 14 09:26:13 EDT 2008


Author: bill.burke at jboss.com
Date: 2008-06-14 09:26:13 -0400 (Sat, 14 Jun 2008)
New Revision: 11077

Added:
   maven2/org/resteasy/resteasy-jaxrs-dist/1.0-beta-5/
   maven2/org/resteasy/resteasy-jaxrs-dist/1.0-beta-5/resteasy-jaxrs-dist-1.0-beta-5.pom
Log:
import


Added: maven2/org/resteasy/resteasy-jaxrs-dist/1.0-beta-5/resteasy-jaxrs-dist-1.0-beta-5.pom
===================================================================
--- maven2/org/resteasy/resteasy-jaxrs-dist/1.0-beta-5/resteasy-jaxrs-dist-1.0-beta-5.pom	                        (rev 0)
+++ maven2/org/resteasy/resteasy-jaxrs-dist/1.0-beta-5/resteasy-jaxrs-dist-1.0-beta-5.pom	2008-06-14 13:26:13 UTC (rev 11077)
@@ -0,0 +1,48 @@
+<project>
+   <parent>
+      <groupId>org.resteasy</groupId>
+      <artifactId>resteasy-jaxrs-all</artifactId>
+      <version>1.0</version>
+   </parent>
+   <name>Resteasy JAX-RS Distribution</name>
+   <url>http://www.attainware.com/</url>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.resteasy</groupId>
+   <artifactId>resteasy-jaxrs-dist</artifactId>
+   <version>${resteasy-version}</version>
+   <packaging>pom</packaging>
+
+   <build>
+      <plugins>
+         <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <version>2.2-beta-1</version>
+            <executions>
+               <execution>
+                  <id>assemble</id>
+                  <phase>install</phase>
+                  <goals>
+                     <goal>attached</goal>
+                  </goals>
+                  <configuration>
+                     <descriptors>
+                        <descriptor>assembly.xml</descriptor>
+                     </descriptors>
+                     <outputDirectory>target/distribution</outputDirectory>
+                     <workDirectory>target/assembly/work</workDirectory>
+                     <finalName>resteasy-jaxrs-${resteasy-version}</finalName>
+                  </configuration>
+               </execution>
+            </executions>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-install-plugin</artifactId>
+            <configuration>
+               <createChecksum>true</createChecksum>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+
+</project>




More information about the jboss-cvs-commits mailing list