Author: raminder
Date: Wed Oct 30 13:51:58 2013
New Revision: 1537088
URL: http://svn.apache.org/r1537088
Log:
added exclude for integration test log
Modified:
airavata/trunk/pom.xml
Modified: airavata/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/airavata/trunk/pom.xml?rev=1537088&r1=1537087&r2=1537088&view=diff
==============================================================================
--- airavata/trunk/pom.xml (original)
+++ airavata/trunk/pom.xml Wed Oct 30 13:51:58 2013
@@ -476,6 +476,7 @@
<exclude>**/*.jks</exclude>
<exclude>**/*.pem</exclude>
<exclude>**/*.pk8</exclude>
+
<exclude>modules/integration-tests/integration-tests.log</exclude>
</excludes>
</configuration>
<executions>