Lines Matching +full:integ +full:- +full:tests
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
15 -->
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21 <artifactId>aws-sdk-java-pom</artifactId>
28 <artifactId>module-path-tests</artifactId>
30 <name>AWS Java SDK :: Test :: Module Path Tests</name>
31 <description>A set of tests to run v2 in module path with Java 9+.</description>
38 <artifactId>bom-internal</artifactId>
54 <artifactId>protocol-tests</artifactId>
59 <artifactId>apache-client</artifactId>
64 <artifactId>netty-nio-client</artifactId>
69 <artifactId>url-connection-client</artifactId>
74 <artifactId>slf4j-simple</artifactId>
79 <artifactId>service-test-utils</artifactId>
85 <artifactId>hamcrest-all</artifactId>
92 <!-- Skip module-info.java on Java 8 -->
100 <!-- Don't compile module-info.java, see java 9 profile -->
103 <artifactId>maven-compiler-plugin</artifactId>
106 <exclude>module-info.java</exclude>
110 <!-- Disable spotbugs speed up the build. -->
113 <artifactId>spotbugs-maven-plugin</artifactId>
118 … <!-- Skip because dependency analysis is on class path and does not apply on module path. -->
121 <artifactId>maven-dependency-plugin</artifactId>
138 <artifactId>maven-compiler-plugin</artifactId>
141 <id>default-compile</id>
157 <artifactId>maven-surefire-plugin</artifactId>
159 <!-- Disable spotbugs speed up the build. -->
162 <artifactId>spotbugs-maven-plugin</artifactId>
167 … <!-- Skip because dependency analysis is on class path and does not apply on module path. -->
170 <artifactId>maven-dependency-plugin</artifactId>
179 <id>mock-tests</id>
184 … <!-- https://www.mojohaus.org/exec-maven-plugin/examples/example-exec-for-java-programs.html -->
185 <artifactId>exec-maven-plugin</artifactId>
186 <version>${exec-maven-plugin.version}</version>
190 <argument>--module-path</argument>
192 <argument>--module</argument>
193 …<argument>software.amazon.awssdk.modulepath.tests/software.amazon.awssdk.modulepath.tests.MockTest…
203 <id>integ-tests</id>
208 … <!-- https://www.mojohaus.org/exec-maven-plugin/examples/example-exec-for-java-programs.html -->
209 <artifactId>exec-maven-plugin</artifactId>
210 <version>${exec-maven-plugin.version}</version>
214 <argument>--module-path</argument>
216 <argument>--module</argument>
217 …<argument>software.amazon.awssdk.modulepath.tests/software.amazon.awssdk.modulepath.tests.IntegTes…