Skip to content

Commit

Permalink
(enhancement) added flatten maven plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSusana committed Oct 7, 2019
1 parent b2f4e74 commit 08a4bfa
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tika.version>1.22</tika.version>
<truth.version>1.0</truth.version>
<headlessMode>false</headlessMode>
<revision>2.2.2</revision>
<revision>2.2.2-hotfix-1</revision>
</properties>

<licenses>
Expand Down Expand Up @@ -180,30 +180,6 @@
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.0.0</version>
<configuration>
<updatePomFile>true</updatePomFile>
</configuration>
<executions>
<execution>
<id>flatten</id>
<phase>process-resources</phase>
<goals>
<goal>flatten</goal>
</goals>
</execution>
<execution>
<id>flatten.clean</id>
<phase>clean</phase>
<goals>
<goal>clean</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>

</build>
Expand Down

0 comments on commit 08a4bfa

Please sign in to comment.