File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1010 <name >aws-cloudformation-local-test</name >
1111 <version >1.0.0</version >
1212 <packaging >jar</packaging >
13+ <description >This provides an easier foundation for testing handlers for CRUD</description >
14+ <url >https://github.com/aws-cloudformation/cloudformation-cli-java-plugin-testing-support</url >
15+ <licenses >
16+ <license >
17+ <name >Apache License, Version 2.0</name >
18+ <url >https://aws.amazon.com/apache2.0</url >
19+ <distribution >repo</distribution >
20+ </license >
21+ </licenses >
22+
23+ <developers >
24+ <developer >
25+ <id >aws-cloudformation-developers</id >
26+ <organization >Amazon Web Services</organization >
27+ <organizationUrl >https://aws.amazon.com</organizationUrl >
28+ <roles >
29+ <role >developer</role >
30+ </roles >
31+ </developer >
32+ </developers >
33+
34+ <scm >
35+ <connection >scm:git:https://github.com/aws-cloudformation/cloudformation-cli-java-plugin-testing-support.git</connection >
36+ <developerConnection >scm:git:git@github.com:aws-cloudformation/cloudformation-cli-java-plugin-testing-support.git</developerConnection >
37+ <url >https://github.com/aws-cloudformation/cloudformation-cli-java-plugin-testing-support</url >
38+ </scm >
1339
1440 <properties >
1541 <maven .compiler.source>1.8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments