Author: manaRH
Date: 2012-04-12 07:26:42 -0400 (Thu, 12 Apr 2012)
New Revision: 14554

Added:
   branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/src.xml
Modified:
   branches/enterprise/WFK_2_0_PRE/distribution/pom.xml
   branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/demo.xml
   branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/dist.xml
Log:
reworked distribution files for WFK

Modified: branches/enterprise/WFK_2_0_PRE/distribution/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/distribution/pom.xml        2012-04-12 
11:25:47 UTC (rev 14553)
+++ branches/enterprise/WFK_2_0_PRE/distribution/pom.xml        2012-04-12 
11:26:42 UTC (rev 14554)
@@ -28,13 +28,14 @@
                                                        <descriptors>
                                                                
<descriptor>src/main/assembly/dist.xml</descriptor>
                                 
<descriptor>src/main/assembly/demo.xml</descriptor>
+                                
<descriptor>src/main/assembly/src.xml</descriptor>
                                                        </descriptors>  
                                                        
<appendAssemblyId>true</appendAssemblyId>
                                                </configuration>                
                                
                                        </execution>
                                </executions>
                        </plugin>
-                       <plugin>
+<!--                   <plugin>
                         <artifactId>maven-dependency-plugin</artifactId>
                         <configuration>
                          <includeGroupIds>org.jboss.seam</includeGroupIds>
@@ -54,25 +55,25 @@
                         </configuration>
                     </execution>
                         </executions>
-                       </plugin>
+                       </plugin>-->
                </plugins>
        </build>
 
        <dependencies>
        
-        <dependency>
-            <groupId>org.jboss.seam</groupId>
-            <artifactId>seam-integration-tests</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+<!--         <dependency> -->
+<!--             <groupId>org.jboss.seam</groupId> -->
+<!--             <artifactId>seam-integration-tests</artifactId> -->
+<!--             <version>${project.version}</version> -->
+<!--         </dependency> -->
         
-        <dependency>
-            <groupId>org.jboss.seam</groupId>
-            <artifactId>jboss-seam-parent</artifactId>
-            <type>zip</type>
-            <version>${project.version}</version>
-            <classifier>project</classifier>
-        </dependency>
+<!--         <dependency> -->
+<!--             <groupId>org.jboss.seam</groupId> -->
+<!--             <artifactId>jboss-seam-parent</artifactId> -->
+<!--             <type>zip</type> -->
+<!--             <version>${project.version}</version> -->
+<!--             <classifier>project</classifier> -->
+<!--         </dependency> -->
 
                <dependency>
                        <groupId>org.jboss.seam</groupId>
@@ -206,11 +207,11 @@
             <artifactId>jboss-seam-gen</artifactId>
             <version>${project.version}</version>
         </dependency>
-               <dependency>
-            <groupId>org.jboss.seam</groupId>
-            <artifactId>functional-tests</artifactId>
-            <version>${project.version}</version>
-        </dependency>
+<!--           <dependency> -->
+<!--             <groupId>org.jboss.seam</groupId> -->
+<!--             <artifactId>functional-tests</artifactId> -->
+<!--             <version>${project.version}</version> -->
+<!--         </dependency> -->
        
        <dependency>
             <groupId>org.jboss.seam</groupId>
@@ -224,13 +225,6 @@
        <dependency>
             <groupId>org.jboss.seam</groupId>
             <artifactId>jboss-seam-ui</artifactId>
-       </dependency>                
-       <dependency>
-            <groupId>org.jboss.seam</groupId>
-            <artifactId>examples-ee6</artifactId>
-            <classifier>project</classifier>
-            <version>${project.version}</version>
-            <type>zip</type>
-       </dependency>                
+       </dependency>                              
        </dependencies>
 </project>

Modified: 
branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/demo.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/demo.xml     
2012-04-12 11:25:47 UTC (rev 14553)
+++ branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/demo.xml     
2012-04-12 11:26:42 UTC (rev 14554)
@@ -13,8 +13,13 @@
    <fileSets>
       <!-- Examples only -->
       <fileSet>
-        <directory>target/dependency/examples-ee6</directory>
+        <directory>../examples-ee6</directory>
         <outputDirectory>./examples</outputDirectory>
+        <useDefaultExcludes>true</useDefaultExcludes>
+        <excludes>
+            <exclude>**/*.log</exclude>
+            <exclude>**/${project.build.directory}/**</exclude>
+        </excludes>        
       </fileSet>
     </fileSets>      
 </assembly>

Modified: 
branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/dist.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/dist.xml     
2012-04-12 11:25:47 UTC (rev 14553)
+++ branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/dist.xml     
2012-04-12 11:26:42 UTC (rev 14554)
@@ -12,15 +12,6 @@
    <!-- Add distribution files -->
    <fileSets>
    
-      <!--  All module sources defined in dependencies except examples -->
-      <fileSet>
-        <directory>target/dependency</directory>
-        <outputDirectory>src</outputDirectory>
-        <excludes>
-            <exclude>examples-ee6/</exclude>
-        </excludes>
-      </fileSet>
-      
       <!-- Distribution related files -->
       <fileSet>
          <directory>src/main/assembly</directory>

Added: branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/src.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/src.xml      
                        (rev 0)
+++ branches/enterprise/WFK_2_0_PRE/distribution/src/main/assembly/src.xml      
2012-04-12 11:26:42 UTC (rev 14554)
@@ -0,0 +1,28 @@
+<assembly
+   xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.2";
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+   
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/2.2
 http://maven.apache.org/xsd/assembly-2.2.xsd";>
+
+   <id>src</id>
+   <formats>
+       <format>zip</format>
+   </formats>
+   <includeBaseDirectory>true</includeBaseDirectory>   
+   
+   <!-- Add sources files -->
+   <fileSets>
+   
+      <!--  All module sources defined in dependencies except examples -->
+      <fileSet>
+        <directory>../</directory>
+        <useDefaultExcludes>true</useDefaultExcludes>
+        <excludes>
+            <exclude>**/*.log</exclude>
+            <exclude>**/${project.build.directory}/**</exclude>
+            <exclude>**/jar-dependencies/**</exclude>
+        </excludes>
+      </fileSet>
+      
+   </fileSets>    
+
+</assembly>

_______________________________________________
seam-commits mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-commits

Reply via email to