Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
Please see an attached project. It is basically have dependency to the actual rar code in external jar. That jar is shared between connector and other components (EJB, web, etc) in the same EAR. Rigth now I have to use jar goal and rename result jar to rar in the postgoal (see maven.xml). I believe rar plugin should support such configuration.
Actually Sun's blackbox connectors are built this way too. Basic idea is that JCA 1.0 allow only one connector per rar, so I have to create multiple projects with only rar deployment descriptors and build all of them using reactor.
There is no project attached. Could you please attach an example?