mirror of https://github.com/apache/jclouds.git
Removed jenkins profile
This commit is contained in:
parent
4ffe56c979
commit
2f6e25e4e1
|
@ -229,84 +229,5 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
|
||||||
<id>jenkins</id>
|
|
||||||
<build>
|
|
||||||
<filters>
|
|
||||||
<filter>src/test/resources/filters/filters_jenkins.properties</filter>
|
|
||||||
</filters>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>integration</id>
|
|
||||||
<phase>integration-test</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>test</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<threadCount>1</threadCount>
|
|
||||||
<excludes>
|
|
||||||
<exclude>none</exclude>
|
|
||||||
</excludes>
|
|
||||||
<includes>
|
|
||||||
<include>**/*Live*.java</include>
|
|
||||||
</includes>
|
|
||||||
<systemPropertyVariables>
|
|
||||||
<test.abiquo.identity>${test.abiquo.idenfity}</test.abiquo.identity>
|
|
||||||
<test.abiquo.credential>${test.abiquo.credential}</test.abiquo.credential>
|
|
||||||
<test.abiquo.api-version>${test.abiquo.api-version}</test.abiquo.api-version>
|
|
||||||
<test.abiquo.build-version>${test.abiquo.build-version}</test.abiquo.build-version>
|
|
||||||
</systemPropertyVariables>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</profile>
|
|
||||||
<!--
|
|
||||||
<profile>
|
|
||||||
<id>ucs</id>
|
|
||||||
<build>
|
|
||||||
<filters>
|
|
||||||
<filter>src/test/resources/filters/filters.properties</filter>
|
|
||||||
</filters>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>integration</id>
|
|
||||||
<phase>integration-test</phase>
|
|
||||||
<goals>
|
|
||||||
<goal>test</goal>
|
|
||||||
</goals>
|
|
||||||
<configuration>
|
|
||||||
<threadCount>1</threadCount>
|
|
||||||
<excludes>
|
|
||||||
<exclude>none</exclude>
|
|
||||||
</excludes>
|
|
||||||
<includes>
|
|
||||||
<include>**/*LiveApiTest.java</include>
|
|
||||||
<include>**/*LiveUcsTest.java</include>
|
|
||||||
</includes>
|
|
||||||
<systemPropertyVariables>
|
|
||||||
<test.abiquo.identity>${test.abiquo.idenfity}</test.abiquo.identity>
|
|
||||||
<test.abiquo.credential>${test.abiquo.credential}</test.abiquo.credential>
|
|
||||||
<test.abiquo.api-version>${test.abiquo.api-version}</test.abiquo.api-version>
|
|
||||||
<test.abiquo.build-version>${test.abiquo.build-version}</test.abiquo.build-version>
|
|
||||||
</systemPropertyVariables>
|
|
||||||
</configuration>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</profile>
|
|
||||||
-->
|
|
||||||
</profiles>
|
</profiles>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue