[jboss-dev-forums] [JBoss Build System Development] New message: "JBEE-15 - Break all EE apis into separately versioned subprojects"
Shelly McGowan
do-not-reply at jboss.com
Mon Jan 11 21:45:24 EST 2010
JBoss development,
A new message was posted in the thread "JBEE-15 - Break all EE apis into separately versioned subprojects":
http://community.jboss.org/message/519420#519420
Author : Shelly McGowan
Profile : http://community.jboss.org/people/smcgowan@redhat.com
Message:
--------------------------------------------------------------
I've started working on https://jira.jboss.org/jira/browse/JBEE-15 to implement versioning changes to the JAVA EE API set intending to equate the version of the artifact to the specification version. Discussions on the proposal can be seen in the referenced JIRA. Using JTA APIs as an example, the structure would be:
org/jboss/javaee/javax/transaction/transaction-api_1.1_spec/1.0-SNAPSHOT/transaction-api_1.1_spec-1.0-SNAPSHOT.jar
which would be consumed using:
<dependency>
<groupId>org.jboss.javaee.javax.transaction</groupId>
<artifactId>transaction-api_1.1_spec</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
I'd like to publish a release for JBoss AS 6.0.0.M2 but want to see if there are there other suggestions to above to be considered for project consumption before doing so?
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/519420#519420
More information about the jboss-dev-forums
mailing list