diff --git a/pom.xml b/pom.xml index 83a4cdf9..b6412551 100644 --- a/pom.xml +++ b/pom.xml @@ -228,6 +228,15 @@ + + + ${basedir}/src/main/resources/com/amazonaws/cloudformation + true + + package.properties + + + diff --git a/src/main/resources/com/amazonaws/cloudformation/package.properties b/src/main/resources/com/amazonaws/cloudformation/package.properties new file mode 100644 index 00000000..05778ac4 --- /dev/null +++ b/src/main/resources/com/amazonaws/cloudformation/package.properties @@ -0,0 +1 @@ +package.version=${project.version}