Guest User

Untitled

a guest
Jan 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <plugin>
  2. <groupId>org.apache.maven.plugins</groupId>
  3. <artifactId>maven-jar-plugin</artifactId>
  4. <version>3.0.0</version>
  5. <configuration>
  6. <archive>
  7. <manifest>
  8. <addClasspath>true</addClasspath>
  9. <classpathPrefix>lib/</classpathPrefix>
  10. </manifest>
  11. </archive>
  12. </configuration>
  13. </plugin>
  14.  
  15. Class-Path: lib/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar lib/com/google/code/gson/gson/2.8.2/gson-2.8.2.jar
  16.  
  17. Class-Path: lib/commons-logging-1.1.1.jar lib/gson-2.8.2.jar
  18.  
  19. <classpathLayoutType>simple</classpathLayoutType>
  20.  
  21. <classpathLayoutType>custom</classpathLayoutType>
  22. <customClasspathLayout>lib/$${artifact.artifactId}-$${artifact.version}$${dashClassifier?}.$${artifact.extension}</customClasspathLayout>
Add Comment
Please, Sign In to add comment