diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-03-01 14:24:12 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2022-03-01 15:05:15 +0100 |
commit | 143a64b64ef9c96166d7391f9655a9f0ed387b37 (patch) | |
tree | 57f7a63be5769c1c32c70f5ae642b5daa66eb185 /jgvariant-bom | |
parent | 3a42de6c88ef185ceaf107f31f42d3a2b3f036b6 (diff) |
POM: Apply Flatten Maven Plugin.
Change-Id: Ia17df13f08958a322e7fb20467e1666cd55dbe2b
Diffstat (limited to 'jgvariant-bom')
-rw-r--r-- | jgvariant-bom/pom.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/jgvariant-bom/pom.xml b/jgvariant-bom/pom.xml index b7bd93f..df83f0d 100644 --- a/jgvariant-bom/pom.xml +++ b/jgvariant-bom/pom.xml @@ -42,4 +42,20 @@ SPDX-License-Identifier: LGPL-3.0-or-later </dependencies> </dependencyManagement> + <build> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>flatten-maven-plugin</artifactId> + <configuration> + <flattenMode>bom</flattenMode> + <pomElements> + <properties>flatten</properties> + <distributionManagement>flatten</distributionManagement> + </pomElements> + </configuration> + </plugin> + </plugins> + </build> + </project> |