Skip to content

Commit 5f9ee56

Browse files
committed
Revert changes in dcbda80 and added javadoc plugin to codegen-generated-classes-test
1 parent dcbda80 commit 5f9ee56

File tree

9 files changed

+3
-79
lines changed

9 files changed

+3
-79
lines changed

bundle/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@
144144
</execution>
145145
</executions>
146146
<configuration>
147-
<sourcepath>${basedir}/../core/sdk-core/src</sourcepath>
147+
<sourcepath>${basedir}/../core/profiles/src/main/java/software/amazon/awssdk/profiles;${basedir}/../core/sdk-core/src/main/java/software/amazon/awssdk/core</sourcepath>
148+
<failOnError>false</failOnError>
148149
</configuration>
149150
</plugin>
150151
</plugins>

test/codegen-generated-classes-test/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>codegen-generated-classes-test</artifactId>
14-
<name>AWS Java SDK :: Codegen Generated Classes Test</name>
14+
<name>AWS Java SDK :: Test :: Codegen Generated Classes Test</name>
1515
<description>
1616
Tests for code generated classes.
1717
</description>
@@ -174,15 +174,6 @@
174174
<skip>true</skip>
175175
</configuration>
176176
</plugin>
177-
<!-- Disable maven release. -->
178-
<plugin>
179-
<groupId>org.sonatype.plugins</groupId>
180-
<artifactId>nexus-staging-maven-plugin</artifactId>
181-
<configuration>
182-
<skipStaging>true</skipStaging>
183-
</configuration>
184-
<version>${nexus-staging-maven-plugin.version}</version>
185-
</plugin>
186177
</plugins>
187178
</build>
188179

test/dynamodbdocument-v1/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@
4747
<groupId>org.codehaus.mojo</groupId>
4848
<artifactId>build-helper-maven-plugin</artifactId>
4949
</plugin>
50-
<!-- Disable maven release. -->
51-
<plugin>
52-
<groupId>org.sonatype.plugins</groupId>
53-
<artifactId>nexus-staging-maven-plugin</artifactId>
54-
<configuration>
55-
<skipStaging>true</skipStaging>
56-
</configuration>
57-
<version>${nexus-staging-maven-plugin.version}</version>
58-
</plugin>
5950
</plugins>
6051
</build>
6152

test/dynamodbmapper-v1/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@
4747
<groupId>org.codehaus.mojo</groupId>
4848
<artifactId>build-helper-maven-plugin</artifactId>
4949
</plugin>
50-
<!-- Disable maven release. -->
51-
<plugin>
52-
<groupId>org.sonatype.plugins</groupId>
53-
<artifactId>nexus-staging-maven-plugin</artifactId>
54-
<configuration>
55-
<skipStaging>true</skipStaging>
56-
</configuration>
57-
<version>${nexus-staging-maven-plugin.version}</version>
58-
</plugin>
5950
</plugins>
6051
</build>
6152

test/http-client-tests/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@
4848
<groupId>org.codehaus.mojo</groupId>
4949
<artifactId>build-helper-maven-plugin</artifactId>
5050
</plugin>
51-
<!-- Disable maven release. -->
52-
<plugin>
53-
<groupId>org.sonatype.plugins</groupId>
54-
<artifactId>nexus-staging-maven-plugin</artifactId>
55-
<configuration>
56-
<skipStaging>true</skipStaging>
57-
</configuration>
58-
<version>${nexus-staging-maven-plugin.version}</version>
59-
</plugin>
6051
</plugins>
6152
</build>
6253

test/protocol-tests-core/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,6 @@
134134
<groupId>org.codehaus.mojo</groupId>
135135
<artifactId>build-helper-maven-plugin</artifactId>
136136
</plugin>
137-
<!-- Disable maven release. -->
138-
<plugin>
139-
<groupId>org.sonatype.plugins</groupId>
140-
<artifactId>nexus-staging-maven-plugin</artifactId>
141-
<configuration>
142-
<skipStaging>true</skipStaging>
143-
</configuration>
144-
<version>${nexus-staging-maven-plugin.version}</version>
145-
</plugin>
146137
</plugins>
147138
</build>
148139
</project>

test/protocol-tests/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,6 @@
166166
</execution>
167167
</executions>
168168
</plugin>
169-
<!-- Disable maven release. -->
170-
<plugin>
171-
<groupId>org.sonatype.plugins</groupId>
172-
<artifactId>nexus-staging-maven-plugin</artifactId>
173-
<configuration>
174-
<skipStaging>true</skipStaging>
175-
</configuration>
176-
<version>${nexus-staging-maven-plugin.version}</version>
177-
</plugin>
178169
</plugins>
179170
</build>
180171

test/service-test-utils/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,6 @@
9898
</ignoredUnusedDeclaredDependencies>
9999
</configuration>
100100
</plugin>
101-
<!-- Disable maven release. -->
102-
<plugin>
103-
<groupId>org.sonatype.plugins</groupId>
104-
<artifactId>nexus-staging-maven-plugin</artifactId>
105-
<configuration>
106-
<skipStaging>true</skipStaging>
107-
</configuration>
108-
<version>${nexus-staging-maven-plugin.version}</version>
109-
</plugin>
110101
</plugins>
111102
</build>
112103
</project>

test/test-utils/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,4 @@
8787
<scope>test</scope>
8888
</dependency>
8989
</dependencies>
90-
91-
<build>
92-
<plugins>
93-
<!-- Disable maven release. -->
94-
<plugin>
95-
<groupId>org.sonatype.plugins</groupId>
96-
<artifactId>nexus-staging-maven-plugin</artifactId>
97-
<configuration>
98-
<skipStaging>true</skipStaging>
99-
</configuration>
100-
<version>${nexus-staging-maven-plugin.version}</version>
101-
</plugin>
102-
</plugins>
103-
</build>
10490
</project>

0 commit comments

Comments
 (0)