Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Need to specify versions for antrun-plugin or it doesn't run
  • Loading branch information
chingor13 committed Jan 2, 2019
commit 1489170243edaf7e93baf8496278323cc47d060a
2 changes: 2 additions & 0 deletions google-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>jarjar-maven-plugin</artifactId>
<version>1.9</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -77,6 +78,7 @@
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<!-- Remove extraneous files from the jarjar'ed Apache Commons Codec
Library. -->
Expand Down