[jboss-dev-forums] [Design of EJB 3.0] - EJB3 Artifact Assemblies
ALRubinger
do-not-reply at jboss.com
Tue Apr 29 01:37:37 EDT 2008
Under jbossas/trunk/ejb3/src/assembly are a series of Maven2 Assembly Configurations:
jboss-ejb3.xml
jboss-ejb3-client.xml
hibernate-client.xml
Looks like "jboss-ejb3-client" is duplicated from the config of same name located in EJB3 Core. EJB3 Core has no notion of "hibernate-client", and I imagine jboss-ejb3 is there to contain most org.jboss.ejb3 classes.
How do we want to handle unifying these with projects/trunk/ejb3? At the very least, jboss-ejb3-client is a duplicate; perhaps the other two are AS-specific?
First thought that comes to mind is a new artifact under EJB3, "assembly" to contain these. Then the dependency plugin can bring these in, unpack under "target", and let them be used by the assembly plugin to create custom artifacts.
S,
ALR
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147417#4147417
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147417
More information about the jboss-dev-forums
mailing list