Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #105 from jglick/flatten
[JENKINS-51247] Simplified usage of flatten-maven-plugin
  • Loading branch information
jglick committed May 11, 2018
2 parents f8a5e37 + e4689b8 commit 753d085
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pom.xml
Expand Up @@ -1317,15 +1317,10 @@
</goals>
<configuration>
<flattenMode>oss</flattenMode>
<outputDirectory>${project.build.directory}</outputDirectory>
<flattenedPomFilename>${project.artifactId}-${project.version}.pom</flattenedPomFilename>
</configuration>
</execution>
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
Expand Down Expand Up @@ -1370,7 +1365,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
<goal>jar-no-fork</goal>
</goals>
</execution>
<execution>
Expand Down

0 comments on commit 753d085

Please sign in to comment.