Skip to content

Commit

Permalink
Flatten <repositories> part of deployed POM when using JEP-229 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe committed Jul 12, 2023
1 parent d85cce0 commit d3a23bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -856,6 +856,10 @@
<flattenMode>oss</flattenMode>
<outputDirectory>${project.build.directory}</outputDirectory>
<flattenedPomFilename>${project.artifactId}-${project.version}.pom</flattenedPomFilename>
<!-- TODO https://github.com/mojohaus/flatten-maven-plugin/issues/362 -->
<pomElements>
<repositories>flatten</repositories>
</pomElements>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit d3a23bb

Please sign in to comment.