[seam-commits] Seam SVN: r12080 - in modules/remoting/trunk: dist and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Feb 26 00:25:16 EST 2010


Author: shane.bryzak at jboss.com
Date: 2010-02-26 00:25:15 -0500 (Fri, 26 Feb 2010)
New Revision: 12080

Added:
   modules/remoting/trunk/dist/
   modules/remoting/trunk/dist/pom.xml
Log:
add dist project


Added: modules/remoting/trunk/dist/pom.xml
===================================================================
--- modules/remoting/trunk/dist/pom.xml	                        (rev 0)
+++ modules/remoting/trunk/dist/pom.xml	2010-02-26 05:25:15 UTC (rev 12080)
@@ -0,0 +1,64 @@
+<project 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/maven-4.0.0.xsd">
+   <modelVersion>4.0.0</modelVersion>
+
+   <parent>
+      <artifactId>seam-remoting-parent</artifactId>
+      <groupId>org.jboss.seam.remoting</groupId>
+      <version>3.0.0-SNAPSHOT</version>
+   </parent>
+
+   <groupId>org.jboss.seam.remoting</groupId>
+   <artifactId>seam-remoting-parent</artifactId>
+   <packaging>pom</packaging>
+   <version>3.0-SNAPSHOT</version>
+   <name>Seam Remoting Parent</name>
+
+   <modules>
+      <module>seam-remoting-core</module>
+      <module>seam-remoting-docs</module>
+   </modules>
+
+   <!-- Snapshots repo to get parent -->
+   <repositories>
+      <repository>
+         <id>oss.sonatype.org/jboss-snapshots</id>
+         <name>JBoss (Nexus) Snapshots Repository</name>
+         <url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
+         <releases>
+            <enabled>false</enabled>
+         </releases>
+         <snapshots>
+            <enabled>true</enabled>
+            <updatePolicy>never</updatePolicy>
+         </snapshots>
+      </repository>
+   </repositories>
+
+   <build>
+      <plugins>
+         <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <version>2.2-beta-5</version>
+            <configuration>
+               <descriptorRefs>
+                  <descriptorRef>jar-with-dependencies</descriptorRef>
+               </descriptorRefs>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+
+   <properties>
+      <seam.version>3.0.0-SNAPSHOT</seam.version>
+   </properties>
+
+   <scm>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/seam/modules/remoting/trunk</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/seam/modules/remoting/trunk</developerConnection>
+      <url>http://fisheye.jboss.org/browse/Seam/modules/remoting/trunk</url>
+   </scm>
+
+</project>



More information about the seam-commits mailing list