]
Paul Gier closed JBEE-73.
-------------------------
Resolution: Done
Created a shaded uber jar in
[
Create a uber-jar for the JBoss JavaEE APIs
-------------------------------------------
Key: JBEE-73
URL:
https://issues.jboss.org/browse/JBEE-73
Project: JBoss JavaEE Spec APIs
Issue Type: Feature Request
Components: jboss-javaee-specs
Reporter: Aslak Knutsen
Assignee: Paul Gier
Fix For: JavaEE 6 Spec APIs 3.0.0
My Windows users are having problems..
Windows has a limitation on how long the ClassPath can be, when you start to include
libraries like, jbossas-client(249 deps) and jboss-javaee-6.0 (x) windows refuse to
execute the java process.
http://community.jboss.org/message/586381#586381
Would it be possible to release a uber-jar v. of the jboss-javaee-6.0 pom? Basically
merge it into one artifact. Most users don't care about the individual specs, they use
EE. And as long as the pom is there as well, they have both options.
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-6.0-all</artifactId> <-- using a different
artifact id is probably easier to setup -->
<version>1.0.0.Final</version>
<type>jar</type> <-- a single jar -->
</dependency>
http://maven.apache.org/plugins/maven-shade-plugin/
?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: