[hibernate-commits] Hibernate SVN: r16148 - validator/trunk/hibernate-validator/src/main/assembly.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Mar 12 14:41:53 EDT 2009


Author: hardy.ferentschik
Date: 2009-03-12 14:41:53 -0400 (Thu, 12 Mar 2009)
New Revision: 16148

Modified:
   validator/trunk/hibernate-validator/src/main/assembly/dist.xml
Log:
HV-90 Updated the dist assembly to work with the shading of jtype.

Modified: validator/trunk/hibernate-validator/src/main/assembly/dist.xml
===================================================================
--- validator/trunk/hibernate-validator/src/main/assembly/dist.xml	2009-03-12 18:21:01 UTC (rev 16147)
+++ validator/trunk/hibernate-validator/src/main/assembly/dist.xml	2009-03-12 18:41:53 UTC (rev 16148)
@@ -31,6 +31,9 @@
             <useProjectArtifact>false</useProjectArtifact>
             <outputDirectory>lib</outputDirectory>
             <scope>runtime</scope>
+            <excludes>
+                <exclude>com.googlecode.jtype:jtype</exclude>
+            </excludes>
         </dependencySet>
     </dependencySets>
 
@@ -49,13 +52,13 @@
     <fileSets>
         <fileSet>
             <directory>target</directory>
-            <outputDirectory></outputDirectory>
+            <outputDirectory/>
             <excludes>
                 <exclude>*-javadoc.jar</exclude>
                 <exclude>*-sources.jar</exclude>
             </excludes>
             <includes>
-                <include>*.jar</include>
+                <include>hibernate-*.jar</include>
             </includes>
         </fileSet>
         <fileSet>
@@ -68,9 +71,10 @@
         </fileSet>
         <fileSet>
             <directory>.</directory>
-            <outputDirectory></outputDirectory>
+            <outputDirectory/>
             <useDefaultExcludes>true</useDefaultExcludes>
             <excludes>
+                <exclude>dependency-reduced-pom.xml</exclude>
                 <exclude>*.txt</exclude>
                 <exclude>**/target/**</exclude>
                 <exclude>*.iml</exclude>




More information about the hibernate-commits mailing list