Skip to content

Commit

Permalink
Eliminate some pointless inconsistency (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Jan 20, 2023
1 parent 76c6477 commit 2998767
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
</properties>
</profile>
<profile>
<!-- see JEP-305 -->
<!-- JEP-305 -->
<id>consume-incrementals</id>
<repositories>
<repository>
Expand Down Expand Up @@ -763,8 +763,6 @@
<version>1.3.0</version>
<configuration>
<updatePomFile>true</updatePomFile>
<outputDirectory>${project.build.directory}</outputDirectory>
<flattenedPomFilename>${project.artifactId}-${project.version}.pom</flattenedPomFilename>
</configuration>
<executions>
<execution>
Expand All @@ -775,6 +773,8 @@
<phase>process-resources</phase>
<configuration>
<flattenMode>oss</flattenMode>
<outputDirectory>${project.build.directory}</outputDirectory>
<flattenedPomFilename>${project.artifactId}-${project.version}.pom</flattenedPomFilename>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -826,6 +826,7 @@
</distributionManagement>
<build>
<plugins>
<!-- Copied from jenkins-release: -->
<plugin>
<artifactId>maven-source-plugin</artifactId>
<executions>
Expand Down

0 comments on commit 2998767

Please sign in to comment.