[Apps Plugin] Add build props to apps pom.xml template

This commit is contained in:
Chris Bono
2023-10-18 15:17:02 -05:00
parent 089a3fd0b7
commit e2bb30c572

View File

@@ -41,6 +41,9 @@
{{this}}
{{/app-binder.maven.properties}}
<!-- (end) maven properties -->
<buildName>${env.BUILD_NAME}</buildName>
<buildNumber>${env.BUILD_NUMBER}</buildNumber>
<revision>${env.BUILD_REVISION}</revision>
</properties>
<dependencyManagement>