Lines Matching +full:codegen +full:- +full:generated +full:- +full:classes +full:- +full:test
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">
22 <artifactId>aws-sdk-java-pom</artifactId>
28 <artifactId>codegen-generated-classes-test</artifactId>
29 <name>AWS Java SDK :: Test :: Codegen Generated Classes Test</name>
31 Tests for code generated classes.
39 <artifactId>bom-internal</artifactId>
50 <artifactId>aws-json-protocol</artifactId>
55 <artifactId>aws-xml-protocol</artifactId>
60 <artifactId>aws-query-protocol</artifactId>
65 <artifactId>protocol-core</artifactId>
75 <artifactId>http-client-spi</artifactId>
80 <artifactId>metrics-spi</artifactId>
85 <artifactId>endpoints-spi</artifactId>
90 <artifactId>sdk-core</artifactId>
100 <artifactId>identity-spi</artifactId>
105 <artifactId>http-auth-spi</artifactId>
110 <artifactId>http-auth</artifactId>
115 <artifactId>http-auth-aws</artifactId>
124 <artifactId>aws-core</artifactId>
135 <artifactId>json-utils</artifactId>
144 <artifactId>netty-nio-client</artifactId>
152 <artifactId>junit-jupiter</artifactId>
153 <scope>test</scope>
157 <artifactId>junit-vintage-engine</artifactId>
158 <scope>test</scope>
162 <artifactId>wiremock-jre8</artifactId>
163 <scope>test</scope>
166 <groupId>commons-lang</groupId>
167 <artifactId>commons-lang</artifactId>
168 <scope>test</scope>
172 <artifactId>log4j-api</artifactId>
173 <scope>test</scope>
177 <artifactId>log4j-core</artifactId>
178 <scope>test</scope>
182 <artifactId>log4j-slf4j-impl</artifactId>
183 <scope>test</scope>
187 <artifactId>test-utils</artifactId>
189 <scope>test</scope>
193 <artifactId>hamcrest-all</artifactId>
194 <scope>test</scope>
197 <groupId>commons-io</groupId>
198 <artifactId>commons-io</artifactId>
199 <scope>test</scope>
203 <artifactId>mockito-core</artifactId>
204 <scope>test</scope>
209 <scope>test</scope>
213 <artifactId>byte-buddy</artifactId>
214 <scope>test</scope>
218 <artifactId>unitils-core</artifactId>
219 <scope>test</scope>
223 <artifactId>apache-client</artifactId>
225 <scope>test</scope>
229 <artifactId>assertj-core</artifactId>
230 <scope>test</scope>
234 <artifactId>service-test-utils</artifactId>
236 <scope>test</scope>
241 <scope>test</scope>
246 <scope>test</scope>
250 <artifactId>ruleset-testing-core</artifactId>
252 <scope>test</scope>
256 <artifactId>http-auth-aws-eventstream</artifactId>
258 <scope>test</scope>
266 <artifactId>maven-compiler-plugin</artifactId>
270 <artifactId>codegen-maven-plugin</artifactId>
274 <phase>generate-sources</phase>
283 <artifactId>build-helper-maven-plugin</artifactId>
286 <phase>generate-sources</phase>
288 <goal>add-resource</goal>
293 … <directory>${project.build.directory}/generated-sources/sdk</directory>
300 <!-- Disable spotbugs for this test module to speed up the build. -->
303 <artifactId>spotbugs-maven-plugin</artifactId>