Author: olamy
Date: Mon Jul 2 20:26:40 2012
New Revision: 1356466
URL: http://svn.apache.org/viewvc?rev=1356466&view=rev
Log:
exclude file produced by bamboo build
Modified:
archiva/trunk/pom.xml
Modified: archiva/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1356466&r1=1356465&r2=1356466&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Mon Jul 2 20:26:40 2012
@@ -1774,6 +1774,7 @@
<exclude>.git/**</exclude>
<exclude>src/test/resources/projects/compile/goal.txt</exclude>
<exclude>**/*.iml</exclude>
+ <exclude>build-number.txt</exclude>
</excludes>
</configuration>
</plugin>