File tree Expand file tree Collapse file tree 3 files changed +23
-6
lines changed
powertools-parameters/powertools-parameters-tests Expand file tree Collapse file tree 3 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 27
27
<description >
28
28
A suite of utilities for AWS Lambda Functions that makes tracing with AWS X-Ray, structured logging and creating custom metrics asynchronously easier.
29
29
</description >
30
+ <scm >
31
+ <url >https://github.com/aws-powertools/powertools-lambda-java</url >
32
+ <connection >scm:git:git://github.com/aws-powertools/powertools-lambda-java.git</connection >
33
+ <developerConnection >scm:git:ssh://github.com:aws-powertools/powertools-lambda-java.git</developerConnection >
34
+ </scm >
35
+ <developers >
36
+ <developer >
37
+ <name >Powertools for AWS team</name >
38
+ <email >aws-powertools-maintainers@amazon.com</email >
39
+ <organization >Amazon Web Services Inc.</organization >
40
+ <organizationUrl >https://aws.amazon.com</organizationUrl >
41
+ </developer >
42
+ </developers >
30
43
<url >https://aws.amazon.com/lambda/</url >
31
44
<issueManagement >
32
45
<system >GitHub Issues</system >
Original file line number Diff line number Diff line change 180
180
<plugin >
181
181
<groupId >org.apache.maven.plugins</groupId >
182
182
<artifactId >maven-deploy-plugin</artifactId >
183
- <version >${maven.deploy.plugin.version} </version >
183
+ <version >3.1.2 </version >
184
184
<configuration >
185
185
<skip >true</skip >
186
186
</configuration >
Original file line number Diff line number Diff line change 12
12
13
13
<artifactId >powertools-parameters-tests</artifactId >
14
14
<description >Powertools parameters tests that cut across all the parameters providers</description >
15
- <properties >
16
- <!-- Don't deploy the tests -->
17
- <maven .deploy.skip>true</maven .deploy.skip>
18
- </properties >
19
15
20
16
<dependencies >
21
17
<dependency >
164
160
</buildArgs >
165
161
</configuration >
166
162
</plugin >
163
+ <plugin >
164
+ <groupId >org.apache.maven.plugins</groupId >
165
+ <artifactId >maven-deploy-plugin</artifactId >
166
+ <version >3.1.2</version >
167
+ <configuration >
168
+ <skip >true</skip >
169
+ </configuration >
170
+ </plugin >
167
171
</plugins >
168
172
</build >
169
173
</profile >
170
174
</profiles >
171
- </project >
175
+ </project >
You can’t perform that action at this time.
0 commit comments