[seam-commits] Seam SVN: r14331 - in branches/community/Seam_2_3/distribution: src/main/assembly and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Feb 21 18:00:10 EST 2012


Author: manaRH
Date: 2012-02-21 18:00:09 -0500 (Tue, 21 Feb 2012)
New Revision: 14331

Modified:
   branches/community/Seam_2_3/distribution/pom.xml
   branches/community/Seam_2_3/distribution/src/main/assembly/dist-jsf2.xml
Log:
distribution polishing

Modified: branches/community/Seam_2_3/distribution/pom.xml
===================================================================
--- branches/community/Seam_2_3/distribution/pom.xml	2012-02-21 23:00:00 UTC (rev 14330)
+++ branches/community/Seam_2_3/distribution/pom.xml	2012-02-21 23:00:09 UTC (rev 14331)
@@ -7,7 +7,7 @@
 		<version>2.3.0-SNAPSHOT</version>
 		<relativePath>../jboss-seam-parent/pom.xml</relativePath>
 	</parent>
-	<groupId>org.jboss.seam</groupId>
+
 	<artifactId>distribution</artifactId>
 	<name>Distribution</name>
 	<packaging>pom</packaging>
@@ -60,14 +60,6 @@
 
 	<dependencies>
 	
-	   <dependency>
-            <groupId>org.jboss.seam</groupId>
-            <artifactId>examples</artifactId>
-            <classifier>project</classifier>
-            <version>${project.version}</version>
-            <type>zip</type>
-        </dependency>
-        
         <dependency>
             <groupId>org.jboss.seam</groupId>
             <artifactId>seam-integration-tests</artifactId>
@@ -86,11 +78,6 @@
 			<groupId>org.jboss.seam</groupId>
 			<artifactId>jboss-seam</artifactId>
 			<type>ejb</type>
-		</dependency>
-		<dependency>
-			<groupId>org.jboss.seam</groupId>
-			<artifactId>jboss-seam</artifactId>
-			<type>ejb</type>
 			<version>${project.version}</version>
 			<classifier>sources</classifier>
 		</dependency>
@@ -279,9 +266,9 @@
 	
 	</dependencies>
 
-<profiles>
-    <profile>
-        <id>jsf2</id>
+    <profiles>
+        <profile>
+            <id>jsf2</id>
                 <properties>
                     <assembly-config>dist-jsf2.xml</assembly-config>                    
                 </properties>
@@ -298,26 +285,44 @@
                     <dependency>
                         <groupId>org.jboss.seam</groupId>
                         <artifactId>jboss-seam-ui-jsf2</artifactId>
-                    </dependency>                
+                    </dependency>
+	               <dependency>
+	                    <groupId>org.jboss.seam</groupId>
+	                    <artifactId>examples-ee6</artifactId>
+	                    <classifier>project</classifier>
+	                    <version>${project.version}</version>
+	                    <type>zip</type>
+	                </dependency>                                    
                 </dependencies>
-                
         </profile>
+        
         <profile>
-        <id>jsf12</id>
+            <id>jsf12</id>
                 <properties>
                     <assembly-config>dist-jsf12.xml</assembly-config>                    
                 </properties>
                 <dependencies>
 			        <dependency>
 			            <groupId>org.jboss.seam</groupId>
+			            <artifactId>jboss-seam</artifactId>
+			            <type>ejb</type>
+			        </dependency>                
+			        <dependency>
+			            <groupId>org.jboss.seam</groupId>
 			            <artifactId>jboss-seam-debug</artifactId>
 			        </dependency>
 			             <dependency>
 				            <groupId>org.jboss.seam</groupId>
 				            <artifactId>jboss-seam-ui</artifactId>
 				        </dependency>                
-                </dependencies>
-                
+				       <dependency>
+				            <groupId>org.jboss.seam</groupId>
+				            <artifactId>examples</artifactId>
+				            <classifier>project</classifier>
+				            <version>${project.version}</version>
+				            <type>zip</type>
+				        </dependency>                
+                </dependencies>		        
         </profile> 
         
 </profiles>

Modified: branches/community/Seam_2_3/distribution/src/main/assembly/dist-jsf2.xml
===================================================================
--- branches/community/Seam_2_3/distribution/src/main/assembly/dist-jsf2.xml	2012-02-21 23:00:00 UTC (rev 14330)
+++ branches/community/Seam_2_3/distribution/src/main/assembly/dist-jsf2.xml	2012-02-21 23:00:09 UTC (rev 14331)
@@ -5,9 +5,9 @@
 
    <id>distribution-jsf2</id>
    <formats>
-<!--        <format>dir</format> -->
-       <format>zip</format>
-       <format>tar.gz</format>
+       <format>dir</format>
+<!--        <format>zip</format> -->
+<!--        <format>tar.gz</format> -->
    </formats>
    <includeBaseDirectory>false</includeBaseDirectory>
   
@@ -122,6 +122,9 @@
          <excludes>
             <exclude>org.jboss.seam:jboss-seam-gen:*:sources</exclude>
             <exclude>org.jboss.seam:jboss-seam-jul:*:sources</exclude>
+            <exclude>org.jboss.seam:jboss-seam-ui:*:sources</exclude>
+            <exclude>org.jboss.seam:jboss-seam:*:sources</exclude>
+            <exclude>org.jboss.seam:jboss-seam-debug:*:sources</exclude>
          </excludes>
          <outputFileNameMapping>${artifact.artifactId}-sources.${artifact.extension}</outputFileNameMapping>
       </dependencySet>
@@ -146,6 +149,11 @@
             <include>org.jboss.seam:jboss-seam-ioc:jar</include>
             <include>org.jboss.seam.embedded:jboss-embedded-api:jar</include>
          </includes>
+         <excludes>
+            <exclude>org.jboss.seam:jboss-seam:ejb:jar</exclude>
+            <exclude>org.jboss.seam:jboss-seam-ui:jar</exclude>
+            <exclude>org.jboss.seam:jboss-seam-debug:jar</exclude>
+         </excludes>
          <outputFileNameMapping>${artifact.artifactId}.${artifact.extension}</outputFileNameMapping>
       </dependencySet>
       
@@ -278,10 +286,11 @@
 			 </excludes>
 		 </unpackOptions>
          <includes>
-            <include>org.jboss.seam:jboss-seam-ui:*:javadoc</include>
+            <include>org.jboss.seam:jboss-seam-ui-jsf2:*:javadoc</include>
          </includes>
          <outputFileNameMapping>${artifact.artifactId}-${artifact.version}${dashClassifier?}.${artifact.extension}</outputFileNameMapping>
       </dependencySet>
 
    </dependencySets>
 </assembly>
+



More information about the seam-commits mailing list