Hello,

 I search a way to fetch all packages (with dependencies) and write it into a 
ressource file (txt) before creating the final jar.

 For exemple my project is :

 org.myproject.view

 with a dependency to org.apache.log4j

 and the maven plugin would fetch and export this :

org.myproject.view.main,
org.myproject.view.panels.log,
 org.apache.log4j,
 org.apache.log4j.filter,

 Thank you

Reply via email to