Skip to content

Commit

Permalink
Ejecutar maven-shade-plugin en fase package
Browse files Browse the repository at this point in the history
  • Loading branch information
josfranmc committed Jan 29, 2019
1 parent 7385f7c commit 9517405
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<executions>
<execution>
<id>copy</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ protected boolean createResource(String link) {
boolean result = false;
if (!resourceAlreadyDownloaded(link) || link.contains("harvest") || isOverwrite()) {
result = true;
} else {
result = false;
}
return result;
}
Expand Down

0 comments on commit 9517405

Please sign in to comment.