Skip to content

Commit

Permalink
Merge pull request #1087 from jenkinsci/fix-flattening
Browse files Browse the repository at this point in the history
[JENKINS-73663] Fix pom flattening so that parent deps are included now
  • Loading branch information
uhafner authored Sep 10, 2024
2 parents e5754ea + 3fb44ba commit 90d4c03
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 90d4c03

Please sign in to comment.