Skip to content

Commit

Permalink
[JENKINS-73663] Fix pom flattening so that parent deps are included now.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 9, 2024
1 parent 17346df commit c230306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
<goal>flatten</goal>
</goals>
<configuration>
<flattenMode>oss</flattenMode>
<flattenMode>ossrh</flattenMode>
<flattenDependencyMode>all</flattenDependencyMode>
<outputDirectory>${project.build.directory}</outputDirectory>
<flattenedPomFilename>${project.artifactId}-${project.version}.pom</flattenedPomFilename>
</configuration>
Expand Down

0 comments on commit c230306

Please sign in to comment.