mirror of https://github.com/apache/jclouds.git
Ensured work dirs are not created under version-controlled directories (mvn clean package works for me - sorry if it breaks for someone else!)
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2416 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
2d17f39086
commit
9b3de58cea
|
@ -90,11 +90,11 @@
|
|||
<systemProperties>
|
||||
<property>
|
||||
<name>test.basedir</name>
|
||||
<value>src/test/resources/test-data</value>
|
||||
<value>target/test-data</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>test.basedir.res</name>
|
||||
<value>test-data</value>
|
||||
<value>target/test-data</value>
|
||||
</property>
|
||||
</systemProperties>
|
||||
</configuration>
|
||||
|
@ -111,6 +111,12 @@
|
|||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<descriptorRefs>
|
||||
<descriptorRef>jar-with-dependencies</descriptorRef>
|
||||
|
@ -121,13 +127,6 @@
|
|||
</manifest>
|
||||
</archive>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>make-assembly</id>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>single</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
|
@ -145,7 +144,7 @@
|
|||
<systemProperties>
|
||||
<property>
|
||||
<name>test.basedir</name>
|
||||
<value>src/test/resources/test-data</value>
|
||||
<value>target/test-data</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>test.blobstore.uri</name>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
|
||||
<!--
|
||||
$HeadURL$
|
||||
$Revision$
|
||||
$Date$
|
||||
|
||||
Copyright (C) 2009 Cloud Conscious, LLC.
|
||||
<info@cloudconscious.com>
|
||||
|
@ -21,9 +23,8 @@
|
|||
See the License for the specific language governing permissions
|
||||
and limitations under the License.
|
||||
====================================================================
|
||||
-->
|
||||
-->
|
||||
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
|
||||
|
||||
<!--
|
||||
For more configuration infromation and examples see the Apache
|
||||
Log4j website: http://logging.apache.org/log4j/
|
||||
|
|
Loading…
Reference in New Issue