mirror of https://github.com/apache/jclouds.git
JCLOUDS-24. Fixing .repository in CloudBees builds.
This commit is contained in:
parent
7c16292da4
commit
f4c70f77e5
2
pom.xml
2
pom.xml
|
@ -55,7 +55,6 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.rat</groupId>
|
<groupId>org.apache.rat</groupId>
|
||||||
<artifactId>apache-rat-plugin</artifactId>
|
<artifactId>apache-rat-plugin</artifactId>
|
||||||
<version>0.8</version>
|
|
||||||
<inherited>false</inherited>
|
<inherited>false</inherited>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
@ -85,6 +84,7 @@
|
||||||
<exclude>**/.checkstyle</exclude>
|
<exclude>**/.checkstyle</exclude>
|
||||||
<exclude>**/target/**</exclude>
|
<exclude>**/target/**</exclude>
|
||||||
<exclude>demos/getpath/src/test/resources/log4j.xml</exclude>
|
<exclude>demos/getpath/src/test/resources/log4j.xml</exclude>
|
||||||
|
<exclude>.repository/**</exclude>
|
||||||
<!-- binary -->
|
<!-- binary -->
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue