Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
119 changes: 60 additions & 59 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,56 +66,58 @@
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<!-- read integration test properties -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-1</version>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>read-project-properties</goal>
</goals>
<configuration>
<files>
<file>${integrationtest.properties}</file>
</files>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<configuration>
<argLine>-Dfile.encoding=UTF-8</argLine>
<systemPropertyVariables>
<libra_server>${libra_server}</libra_server>
<default_rhlogin>${default_rhlogin}</default_rhlogin>
<rhpassword>${rhpassword}</rhpassword>
<https.proxyHost>${proxyHost}</https.proxyHost>
<https.proxyPort>${proxyPort}</https.proxyPort>
<http.proxyHost>${proxyHost}</http.proxyHost>
<http.proxyPort>${proxyPort}</http.proxyPort>
</systemPropertyVariables>
<excludes>
<exclude>**/OpenShiftIntegrationTestSuite.java</exclude>
</excludes>
<includes>
<include>**/OpenShiftTestSuite.java</include>
</includes>
<!--excludes> <exclude>**/OpenShiftTestSuite.java</exclude> </excludes>
<includes> <include>**/OpenShiftIntegrationTestSuite.java</include> </includes -->
<!--jvm>/usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java</jvm -->
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<!-- read integration test properties -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0-alpha-1</version>
<executions>
<execution>
<phase>initialize</phase>
<goals>
<goal>read-project-properties</goal>
</goals>
<configuration>
<files>
<file>${integrationtest.properties}</file>
</files>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12</version>
<configuration>
<argLine>-Dfile.encoding=UTF-8</argLine>
<systemPropertyVariables>
<libra_server>${libra_server}</libra_server>
<default_rhlogin>${default_rhlogin}</default_rhlogin>
<rhpassword>${rhpassword}</rhpassword>
<https.proxyHost>${proxyHost}</https.proxyHost>
<https.proxyPort>${proxyPort}</https.proxyPort>
<http.proxyHost>${proxyHost}</http.proxyHost>
<http.proxyPort>${proxyPort}</http.proxyPort>
</systemPropertyVariables>
<excludes>
<exclude>**/OpenShiftIntegrationTestSuite.java</exclude>
</excludes>
<includes>
<include>**/OpenShiftTestSuite.java</include>
</includes>
<!--excludes> <exclude>**/OpenShiftTestSuite.java</exclude> </excludes>
<includes> <include>**/OpenShiftIntegrationTestSuite.java</include> </includes -->
<!--jvm>/usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java</jvm -->
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>2.4</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<dependencies>
Expand Down Expand Up @@ -253,20 +255,20 @@
<libra_server>${libra_server}</libra_server>
<default_rhlogin>${default_rhlogin}</default_rhlogin>
<rhpassword>${rhpassword}</rhpassword>
<https.proxyHost>${proxyHost}</https.proxyHost>
<https.proxyPort>${proxyPort}</https.proxyPort>
<http.proxyHost>${proxyHost}</http.proxyHost>
<http.proxyPort>${proxyPort}</http.proxyPort>
<proxyHost>${proxyHost}</proxyHost>
<proxyPort>${proxyPort}</proxyPort>
</systemPropertyVariables>
<https.proxyHost>${proxyHost}</https.proxyHost>
<https.proxyPort>${proxyPort}</https.proxyPort>
<http.proxyHost>${proxyHost}</http.proxyHost>
<http.proxyPort>${proxyPort}</http.proxyPort>
<proxyHost>${proxyHost}</proxyHost>
<proxyPort>${proxyPort}</proxyPort>
</systemPropertyVariables>
<excludes>
<exclude>**/OpenShiftSuite.java</exclude>
</excludes>
<includes>
<include>**/OpenShiftIntegrationTestSuite.java</include>
</includes>
<forkMode>none</forkMode>
<forkMode>none</forkMode>
</configuration>
<executions>
<execution>
Expand All @@ -290,6 +292,5 @@
</plugins>
</build>
</profile>

</profiles>
</project>