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 e5754ea commit 3fb44ba
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 @@ -479,7 +479,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 3fb44ba

Please sign in to comment.