Author: olamy
Date: Thu Oct 13 20:05:03 2011
New Revision: 1183060
URL: http://svn.apache.org/viewvc?rev=1183060&view=rev
Log:
exclude .repository for jenkins jobs with repo
Modified:
incubator/directmemory/trunk/pom.xml
Modified: incubator/directmemory/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1183060&r1=1183059&r2=1183060&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Thu Oct 13 20:05:03 2011
@@ -287,6 +287,7 @@ under the License.
<exclude>.git/**</exclude>
<exclude>.idea/**</exclude>
<exclude>*.bat</exclude>
+ <exclude>.repository/**</exclude>
</excludes>
</configuration>
</execution>