File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 10
10
<name >aws-cloudformation-local-test</name >
11
11
<version >1.0.0</version >
12
12
<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:
[email protected] :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 >
13
39
14
40
<properties >
15
41
<maven .compiler.source>1.8</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments