Advertisement
moreiramota

Untitled

May 16th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. # This patch file was generated by NetBeans IDE
  2. # It uses platform neutral UTF-8 encoding and \n newlines.
  3. --- a/<html>pom.xml (<b>c33f170</b>)</html>
  4. +++ b/<html><b>Current File</b></html>
  5. @@ -43,29 +43,10 @@
  6. <build>
  7. <plugins>
  8. <plugin>
  9. + <!-- Build an executable JAR -->
  10. <groupId>org.apache.maven.plugins</groupId>
  11. - <artifactId>maven-dependency-plugin</artifactId>
  12. - <version>3.1.1</version>
  13. - <executions>
  14. - <execution>
  15. - <id>copy-dependencies</id>
  16. - <phase>prepare-package</phase>
  17. - <goals>
  18. - <goal>copy-dependencies</goal>
  19. - </goals>
  20. - <configuration>
  21. - <outputDirectory>${project.build.directory}/lib</outputDirectory>
  22. - <overWriteReleases>false</overWriteReleases>
  23. - <overWriteSnapshots>false</overWriteSnapshots>
  24. - <overWriteIfNewer>true</overWriteIfNewer>
  25. - </configuration>
  26. - </execution>
  27. - </executions>
  28. - </plugin>
  29. - <plugin>
  30. - <groupId>org.apache.maven.plugins</groupId>
  31. <artifactId>maven-jar-plugin</artifactId>
  32. - <version>3.1.2</version>
  33. \ No newline at end of file
  34. + <version>3.1.0</version>
  35. \ No newline at end of file
  36. <configuration>
  37. <archive>
  38. <manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement