diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-06-30 10:10:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-30 10:10:24 +0000 |
commit | c1b318088e122b705816a48f2943f3aa556d74aa (patch) | |
tree | 567c3ea830da4c85477a2d275626b8cc936c0212 /packages/policy-clamp-docker/pom.xml | |
parent | d2d765bc9b41e3600f1c63a441657821f90ce837 (diff) | |
parent | 54c12ddf361bb2e44d4bd288caa987799ac282a1 (diff) |
Merge "OCI image spec labels for ACM and participants"
Diffstat (limited to 'packages/policy-clamp-docker/pom.xml')
-rw-r--r-- | packages/policy-clamp-docker/pom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/policy-clamp-docker/pom.xml b/packages/policy-clamp-docker/pom.xml index 5d3f0af16..96d1ec0d9 100644 --- a/packages/policy-clamp-docker/pom.xml +++ b/packages/policy-clamp-docker/pom.xml @@ -67,6 +67,30 @@ </plugin> <plugin> + <groupId>io.github.git-commit-id</groupId> + <artifactId>git-commit-id-maven-plugin</artifactId> + <version>5.0.0</version> + <executions> + <execution> + <id>get-the-git-infos</id> + <goals> + <goal>revision</goal> + </goals> + <phase>initialize</phase> + </execution> + </executions> + <configuration> + <skipPoms>false</skipPoms> + <generateGitPropertiesFile>true</generateGitPropertiesFile> + <includeOnlyProperties> + <includeOnlyProperty>^git.build.(time|version)$</includeOnlyProperty> + <includeOnlyProperty>^git.commit.id.abbrev$</includeOnlyProperty> + </includeOnlyProperties> + <commitIdGenerationMode>full</commitIdGenerationMode> + </configuration> + </plugin> + + <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> |