Maven Add Classpath


/ Published in: Java
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <plugin>
  2. <groupId>org.apache.maven.plugins</groupId>
  3. <artifactId>maven-jar-plugin</artifactId>
  4. <configuration>
  5. <archive>
  6. <manifest>
  7. <addClasspath>true</addClasspath>
  8. </manifest>
  9. </archive>
  10. </configuration>
  11. </plugin>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.