Author: robbie
Date: Mon May 16 10:14:35 2016
New Revision: 1744012

URL: http://svn.apache.org/viewvc?rev=1744012&view=rev
Log:
QPID-7266: skip check of the generated DEPENDENCIES file included in source 
release

Modified:
    qpid/java/trunk/pom.xml

Modified: qpid/java/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/qpid/java/trunk/pom.xml?rev=1744012&r1=1744011&r2=1744012&view=diff
==============================================================================
--- qpid/java/trunk/pom.xml (original)
+++ qpid/java/trunk/pom.xml Mon May 16 10:14:35 2016
@@ -445,6 +445,7 @@
           <excludes>
             <exclude>test-profiles/test_resources/ssl/**</exclude>
             <exclude>specs/**</exclude>
+            <exclude>DEPENDENCIES</exclude>
           </excludes>
         </configuration>
       </plugin>
@@ -525,6 +526,7 @@
             <exclude>build/**</exclude>
             <exclude>lib/**</exclude>
             <exclude>test-profiles/test_resources/ssl/**</exclude>
+            <exclude>DEPENDENCIES</exclude>
           </excludes>
         </configuration>
       </plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to