This content has been marked as final.
Show 2 replies
-
1. Re: Jboss Developer Studio: Referenced project classes into Jar
maxandersen May 26, 2015 9:11 AM (in response to aleshiukas)The Exported part in build projects are about wether the API of those jars are exported to those that uses your project. This is mainly used for osgi projects.
About exporting jars - then no, I do not know of a way to include dependent jars into your exporting jar.
That sounds more like something to use a build script for - ie. maven jarjar plugin can do this.
-
2. Re: Jboss Developer Studio: Referenced project classes into Jar
aleshiukas May 31, 2015 4:36 AM (in response to maxandersen)For now, I marked exportable subproject, added to a Assembly Deploy as project, and Jar is automatically build every time.
Unfortunately all subproject classes are put into.