File tree Expand file tree Collapse file tree 9 files changed +3
-79
lines changed
codegen-generated-classes-test Expand file tree Collapse file tree 9 files changed +3
-79
lines changed Original file line number Diff line number Diff line change 144
144
</execution >
145
145
</executions >
146
146
<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 >
148
149
</configuration >
149
150
</plugin >
150
151
</plugins >
Original file line number Diff line number Diff line change 11
11
</parent >
12
12
13
13
<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 >
15
15
<description >
16
16
Tests for code generated classes.
17
17
</description >
174
174
<skip >true</skip >
175
175
</configuration >
176
176
</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 >
186
177
</plugins >
187
178
</build >
188
179
Original file line number Diff line number Diff line change 47
47
<groupId >org.codehaus.mojo</groupId >
48
48
<artifactId >build-helper-maven-plugin</artifactId >
49
49
</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 >
59
50
</plugins >
60
51
</build >
61
52
Original file line number Diff line number Diff line change 47
47
<groupId >org.codehaus.mojo</groupId >
48
48
<artifactId >build-helper-maven-plugin</artifactId >
49
49
</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 >
59
50
</plugins >
60
51
</build >
61
52
Original file line number Diff line number Diff line change 48
48
<groupId >org.codehaus.mojo</groupId >
49
49
<artifactId >build-helper-maven-plugin</artifactId >
50
50
</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 >
60
51
</plugins >
61
52
</build >
62
53
Original file line number Diff line number Diff line change 134
134
<groupId >org.codehaus.mojo</groupId >
135
135
<artifactId >build-helper-maven-plugin</artifactId >
136
136
</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 >
146
137
</plugins >
147
138
</build >
148
139
</project >
Original file line number Diff line number Diff line change 166
166
</execution >
167
167
</executions >
168
168
</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 >
178
169
</plugins >
179
170
</build >
180
171
Original file line number Diff line number Diff line change 98
98
</ignoredUnusedDeclaredDependencies >
99
99
</configuration >
100
100
</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 >
110
101
</plugins >
111
102
</build >
112
103
</project >
Original file line number Diff line number Diff line change 87
87
<scope >test</scope >
88
88
</dependency >
89
89
</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 >
104
90
</project >
You can’t perform that action at this time.
0 commit comments