Guest User

Untitled

a guest
Jun 12th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. Class-Path: lib/log4j-1.2.16.jar
  2.  
  3. Class-Path: lib/log4j/log4j/1.2.16/log4j-1.2.16.jar
  4.  
  5. <plugin>
  6. <groupId>org.apache.maven.plugins</groupId>
  7. <artifactId>maven-jar-plugin</artifactId>
  8. <version>3.0.1</version>
  9. <configuration>
  10. <archive>
  11. <index>true</index>
  12. <manifest>
  13. <addClasspath>true</addClasspath>
  14. <classpathPrefix>lib/</classpathPrefix>
  15. </manifest>
  16. <manifestEntries>
  17. <mode>development</mode>
  18. <url>${project.url}</url>
  19. <key>value</key>
  20. </manifestEntries>
  21. </archive>
  22. </configuration>
  23. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment