Lines Matching +full:auth +full:- +full:tests
2 <!--
15 -->
17 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.…
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
22 <artifactId>aws-sdk-java-pom</artifactId>
27 for building software on AWS' cost-effective, scalable, and reliable
53 <module>aws-sdk-java</module>
56 <module>services-custom</module>
58 <module>bom-internal</module>
60 <module>http-client-spi</module>
61 <module>http-clients</module>
62 <module>codegen-maven-plugin</module>
64 <module>bundle-sdk</module>
65 <module>bundle-logging-bridge</module>
66 <module>build-tools</module>
67 <module>metric-publishers</module>
68 <module>release-scripts</module>
70 <module>codegen-lite</module>
71 <module>codegen-lite-maven-plugin</module>
73 <module>third-party</module>
74 <module>test/http-client-tests</module>
75 <module>test/protocol-tests</module>
76 <module>test/protocol-tests-core</module>
77 <module>test/service-test-utils</module>
78 <module>test/test-utils</module>
79 <module>test/codegen-generated-classes-test</module>
80 <module>test/sdk-benchmarks</module>
81 <module>test/module-path-tests</module>
82 <module>test/tests-coverage-reporting</module>
83 <module>test/stability-tests</module>
84 <module>test/sdk-native-image-test</module>
85 <module>test/s3-benchmarks</module>
86 <module>test/auth-tests</module>
87 <module>test/region-testing</module>
88 <module>test/ruleset-testing-core</module>
89 <module>test/old-client-version-compatibility-test</module>
90 <module>test/bundle-logging-bridge-binding-test</module>
109 <!-- Update netty-open-ssl-version accordingly whenever we update netty version-->
110 <!-- https://github.com/netty/netty/blob/4.1/pom.xml search "tcnative.version" -->
114 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
120 <commons-codec.verion>1.15</commons-codec.verion>
124 <!--Test dependencies -->
127 …<junit4.version>4.13.2</junit4.version> <!-- Used to resolve conflicts in transitive dependencies …
131 <guava.version>29.0-jre</guava.version>
133 <testng.version>7.1.0</testng.version> <!-- TCK Tests -->
134 <commons-lang.verson>2.6</commons-lang.verson>
135 <netty-open-ssl-version>2.0.61.Final</netty-open-ssl-version>
136 <dynamodb-local.version>1.25.0</dynamodb-local.version>
142 <!-- build plugin dependencies-->
144 <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
145 <maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
146 <maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
147 <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
148 <maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
150 <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
151 <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
153 <jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
154 <nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
155 <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
156 <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
157 <build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
158 <japicmp-maven-plugin.version>0.15.6</japicmp-maven-plugin.version>
159 <versions-maven-plugin.version>2.13.0</versions-maven-plugin.version>
160 <maven-archetype-plugin.version>3.2.1</maven-archetype-plugin.version>
161 …!-- Whenever we update maven-wrapper-plugin version, we need to run mvn wrapper:wrapper to update …
162 <maven-wrapper-plugin.version>3.2.0</maven-wrapper-plugin.version>
165 <!-- These properties are used by Step functions for its dependencies -->
166 <json-path.version>2.4.0</json-path.version>
168 <!-- These properties are used by SWF for its dependencies -->
177 <!-- Reactive Streams version -->
178 <reactive-streams.version>1.0.4</reactive-streams.version>
180 <!-- S3 Access Grants plugin version -->
183 <skip.unit.tests>${skipTests}</skip.unit.tests>
186 <scm.github.url>https://github.com/aws/aws-sdk-java-v2</scm.github.url>
187 … <scm.github.connection>scm:git:git://github.com/aws/aws-sdk-java-v2.git</scm.github.connection>
191 <!-- Internal dependencies are managed in the bom-internal module. -->
195 <!-- Internal dependencies are managed in the bom-internal module. -->
199 <finalName>aws-sdk-java-${project.artifactId}-${awsjavasdk.version}</finalName>
204 <exclude>codegen-resources/**</exclude>
213 <artifactId>maven-compiler-plugin</artifactId>
214 <version>${maven-compiler-plugin.version}</version>
218 <encoding>UTF-8</encoding>
220 <compilerArgument>-proc:none</compilerArgument>
222 <compilerArgument>-proc:none</compilerArgument>
236 <artifactId>maven-javadoc-plugin</artifactId>
237 <version>${maven-javadoc-plugin.version}</version>
240 <id>generate-javadocs</id>
250 <!-- Exclude service packages to accelerate build -->
259 <artifactId>maven-dependency-plugin</artifactId>
260 <version>${maven-dependency-plugin.version}</version>
265 <artifactId>maven-surefire-plugin</artifactId>
281 <include>**/*Tests.java</include>
285 <skipTests>${skip.unit.tests}</skipTests>
287 … <!-- Have to explicitly set surefire provider because reactivestreamsTCK is using TestNG-->
291 <artifactId>surefire-junit-platform</artifactId>
298 <artifactId>build-helper-maven-plugin</artifactId>
299 <version>${build-helper-maven-plugin.version}</version>
302 <id>add-integ-sources</id>
303 <phase>generate-sources</phase>
305 <goal>add-test-source</goal>
314 <id>add-integ-resources</id>
315 <phase>generate-sources</phase>
317 <goal>add-test-resource</goal>
328 <id>add-generated-sources</id>
329 <phase>generate-sources</phase>
331 <goal>add-source</goal>
335 <source>${basedir}/target/generated-sources/sdk</source>
340 <id>add-generated-resources</id>
341 <phase>generate-sources</phase>
343 <goal>add-resource</goal>
348 … <directory>${basedir}/target/generated-resources/sdk-resources</directory>
354 <id>add-license-notice</id>
355 <phase>generate-sources</phase>
357 <goal>add-resource</goal>
367 <targetPath>META-INF</targetPath>
376 <artifactId>spotbugs-maven-plugin</artifactId>
381 <artifactId>build-tools</artifactId>
393 <phase>process-classes</phase>
403 … <excludeFilterFile>software/amazon/awssdk/spotbugs-suppressions.xml</excludeFilterFile>
409 <artifactId>build-tools</artifactId>
417 <artifactId>maven-checkstyle-plugin</artifactId>
418 <version>${maven-checkstyle-plugin.version}</version>
427 <artifactId>build-tools</artifactId>
442 … <suppressionsLocation>software/amazon/awssdk/checkstyle-suppressions.xml</suppressionsLocation>
449 <excludes>**/module-info.java</excludes>
454 <artifactId>maven-jar-plugin</artifactId>
455 <version>${maven-jar-plugin.version}</version>
463 <artifactId>maven-archetype-plugin</artifactId>
464 <version>${maven-archetype-plugin.version}</version>
469 <artifactId>versions-maven-plugin</artifactId>
470 <version>${versions-maven-plugin.version}</version>
475 <artifactId>build-helper-maven-plugin</artifactId>
476 <version>${build-helper-maven-plugin.version}</version>
481 <artifactId>maven-compiler-plugin</artifactId>
482 <version>${maven-compiler-plugin.version}</version>
487 <artifactId>maven-javadoc-plugin</artifactId>
488 <version>${maven-javadoc-plugin.version}</version>
493 <artifactId>maven-dependency-plugin</artifactId>
494 <version>${maven-dependency-plugin.version}</version>
498 <goal>analyze-only</goal>
506 <!--Ignore used undeclared test dependencies -->
509 …<ignoredUsedUndeclaredDependency>software.amazon.awssdk:test-utils</ignoredUsedUndeclaredDependenc…
517 … <!-- TODO: fix this once we start to generate pom.xml for individual services -->
518 …<ignoredUsedUndeclaredDependency>org.reactivestreams:reactive-streams</ignoredUsedUndeclaredDepend…
520 … <ignoredUsedUndeclaredDependency>org.slf4j:slf4j-api</ignoredUsedUndeclaredDependency>
523 … <ignoredUnusedDeclaredDependency>commons-codec:commons-codec</ignoredUnusedDeclaredDependency>
527 …<ignoredUnusedDeclaredDependency>software.amazon.awssdk:aws-sdk-java</ignoredUnusedDeclaredDepende…
528 …<!-- Declared by the codegen maven plugins (lite and normal). Not used directly but used to overri…
529 …<ignoredUnusedDeclaredDependency>org.codehaus.plexus:plexus-utils</ignoredUnusedDeclaredDependency>
531 … <!-- TODO(post-sra-identity-auth): Once everything is switched to useSraAuth=true, remove this-->
532 …<ignoredUnusedDeclaredDependency>software.amazon.awssdk:http-auth</ignoredUnusedDeclaredDependency>
534 <!-- TODO(post-sra-identity-auth): With move to SRA Identity & Auth, most clients won't need a
535 … dependency on auth module. But cannot remove it from services/pom.xml until all services
536 … have switched. Some service modules may still need it, because they have tests that use the
538 And the line below removed. -->
539 … <ignoredUnusedDeclaredDependency>software.amazon.awssdk:auth</ignoredUnusedDeclaredDependency>
541 …<!-- Ignoring any unused declared dependency warnings for access grants plugin across the bundle -…
549 <artifactId>maven-checkstyle-plugin</artifactId>
550 <version>${maven-checkstyle-plugin.version}</version>
555 <artifactId>jacoco-maven-plugin</artifactId>
556 <version>${jacoco-maven-plugin.version}</version>
559 <id>default-prepare-agent</id>
561 <goal>prepare-agent</goal>
565 <id>jacoco-site</id>
571 <!--
574 -->
576 <id>pre-integration-test</id>
577 <phase>integration-test</phase>
579 <goal>prepare-agent</goal>
583 <id>post-integration-test</id>
584 <phase>post-integration-test</phase>
592 <exclude>software/amazon/awssdk/modulepath/tests/**/*.class</exclude>
602 <artifactId>spotbugs-maven-plugin</artifactId>
606 <!-- https://siom79.github.io/japicmp/MavenPlugin.html -->
609 <artifactId>japicmp-maven-plugin</artifactId>
610 <version>${japicmp-maven-plugin.version}</version>
622 …<path>${project.build.directory}/aws-sdk-java-${project.artifactId}-${project.version}.${project.p…
630 <includeModule>auth</includeModule>
631 <includeModule>auth-crt</includeModule>
632 <includeModule>aws-core</includeModule>
633 <includeModule>crt-core</includeModule>
634 <includeModule>http-auth</includeModule>
635 <includeModule>http-auth-spi</includeModule>
636 <includeModule>http-auth-aws</includeModule>
637 <includeModule>http-auth-aws-crt</includeModule>
638 <includeModule>http-auth-aws-eventstream</includeModule>
639 <includeModule>endpoints-spi</includeModule>
640 <includeModule>identity-spi</includeModule>
641 <includeModule>json-utils</includeModule>
642 <includeModule>metrics-spi</includeModule>
646 <includeModule>sdk-core</includeModule>
647 <includeModule>http-client-spi</includeModule>
648 <includeModule>apache-client</includeModule>
649 <includeModule>netty-nio-client</includeModule>
650 <includeModule>url-connection-client</includeModule>
651 <includeModule>cloudwatch-metric-publisher</includeModule>
655 <!-- High level libraries -->
656 <includeModule>dynamodb-enhanced</includeModule>
657 <includeModule>s3-transfer-manager</includeModule>
658 <includeModule>iam-policy-builder</includeModule>
660 <!-- Service modules that are heavily customized should be included -->
662 <includeModule>s3-control</includeModule>
712 <artifactId>maven-wrapper-plugin</artifactId>
713 <version>${maven-wrapper-plugin.version}</version>
720 <id>sonar-generate</id>
736 <artifactId>maven-gpg-plugin</artifactId>
737 <version>${maven-gpg-plugin.version}</version>
740 <id>sign-artifacts</id>
749 <arg>--batch</arg>
750 <arg>--pinentry-mode</arg>
757 <artifactId>nexus-staging-maven-plugin</artifactId>
758 <version>${nexus-staging-maven-plugin.version}</version>
761 <serverId>sonatype-nexus-staging</serverId>
770 <id>disable-java8-doclint</id>
775 <additionalparam>-Xdoclint:none</additionalparam>
780 <id>jdk-11-plus</id>
790 <id>jdk-13-plus</id>
795 …<!-- Blockhound doesn't support Java 13+ without flags: https://github.com/reactor/BlockHound/issu…
796 <argLine>-XX:+AllowRedefinitionToAddDeleteMethods</argLine>
805 <skip.unit.tests>true</skip.unit.tests>
813 <id>integration-tests</id>
822 <skip.unit.tests>true</skip.unit.tests>
831 <artifactId>maven-failsafe-plugin</artifactId>
832 <version>${maven-failsafe-plugin.version}</version>
835 <phase>integration-test</phase>
837 <goal>integration-test</goal>
841 … <!-- Sets the VM argument line used when integration tests are run. -->
863 <id>endpoint-tests</id>
872 <skip.unit.tests>true</skip.unit.tests>
881 <artifactId>maven-failsafe-plugin</artifactId>
882 <version>${maven-failsafe-plugin.version}</version>
885 <phase>integration-test</phase>
887 <goal>integration-test</goal>
891 … <!-- Sets the VM argument line used when endpoint tests are run. -->
908 <id>stability-tests</id>
917 <skip.unit.tests>true</skip.unit.tests>
926 <artifactId>maven-failsafe-plugin</artifactId>
927 <version>${maven-failsafe-plugin.version}</version>
930 <phase>integration-test</phase>
932 <goal>integration-test</goal>
936 <argLine>-Dio.netty.leakDetection.level=advanced</argLine>
952 <id>crt-tests</id>
956 <skip.unit.tests>true</skip.unit.tests>
965 <artifactId>maven-failsafe-plugin</artifactId>
966 <version>${maven-failsafe-plugin.version}</version>
969 <phase>integration-test</phase>
971 <goal>integration-test</goal>
993 <id>simple-method-integration-tests</id>
1002 <skip.unit.tests>true</skip.unit.tests>
1011 <artifactId>maven-failsafe-plugin</artifactId>
1012 <version>${maven-failsafe-plugin.version}</version>
1015 <phase>integration-test</phase>
1017 <goal>integration-test</goal>
1035 <id>public-javadoc</id>
1040 <artifactId>maven-javadoc-plugin</artifactId>
1041 <version>${maven-javadoc-plugin.version}</version>
1049 <!-- Whether to enable search button -->
1056 <additionalJOption>--allow-script-in-comments</additionalJOption>
1058 <windowtitle>AWS SDK for Java - ${awsjavasdk.version}</windowtitle>
1059 <encoding>UTF-8</encoding>
1060 <docencoding>UTF-8</docencoding>
1061 … <doctitle>AWS SDK for Java API Reference - ${awsjavasdk.version}</doctitle>
1065 … <javadocDirectory>${javadoc.resourcesDir}/javadoc-resources</javadocDirectory>
1067 <addStylesheet>aws-sdk-java-v2-javadoc.css</addStylesheet>
1132 <!-- TODO: Unify Packages -->
1141 <!-- TODO: Unify Packages -->
1381 <title>X-Ray</title>
1394 <!-- TODO: Unify Packages -->
1447 <h2>AWS SDK for Java API Reference - ${project.version}</h2>
1452 <span id="awsdocs-legal-zone-copyright"></span>
1456 … a.name="guide-name",a.content="API Reference";b.name="service-name",b.content="AWS SDK for Java";
1458 … "https://docs.aws.amazon.com/assets/js/awsdocs-boot.js");h.appendChild(a);h.appendChild(b);
1460 … "https://docs-feedback.aws.amazon.com/feedback.jsp?hidden_service_name="+