Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #24 from jglick/flatten
[JENKINS-51247] Simplified usage of flatten-maven-plugin
  • Loading branch information
jglick committed May 11, 2018
2 parents 54d6763 + e940c43 commit 3770b93
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Expand Up @@ -764,6 +764,8 @@
<version>1.0.1</version>
<configuration>
<updatePomFile>true</updatePomFile>
<outputDirectory>${project.build.directory}</outputDirectory>
<flattenedPomFilename>${project.artifactId}-${project.version}.pom</flattenedPomFilename>
</configuration>
<executions>
<execution>
Expand All @@ -776,13 +778,6 @@
<flattenMode>oss</flattenMode>
</configuration>
</execution>
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
Expand Down Expand Up @@ -826,7 +821,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit 3770b93

Please sign in to comment.