tuscany-sca bundle jar clean up
-------------------------------
Key: TUSCANY-1568
URL: https://issues.apache.org/jira/browse/TUSCANY-1568
Project: Tuscany
Issue Type: Bug
Components: Build System
Affects Versions: Java-SCA-Next
Reporter: ant elder
Fix For: Java-SCA-Next
Clean up the tuscany-sca bundle jar built by thats built in the distribution.
For example:
- fix the dependencies so you can do something like:
<dependency>
<groupId>org.apache.tuscany</groupId>
<artifactId>tuscany-sca</artifactId>
<version>1.0-incubating</version>
</dependency>
and that would cause including all all the necessary transitive dependencies to
have a minimal runtime work. Other dependencies for non-essential extensions
would be optional so if you want to use those extensions then you add more
<dependency> elements for them.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]