You're on the right track here.

1. http://jira.codehaus.org/browse/MWAR-39  Fixed but not released yet.
You can use the older version of the WAR plugin but that version does
not contain the war:manifest goal which will autogenerate
WebContent/META-INF/MANIFEST.MF for you.

2. I don't know of an easy solution here.  We modified the EAR plugin
directly.

mike

-----Original Message-----
From: ArneD [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 31, 2006 9:54 AM
To: users@maven.apache.org
Subject: Maven 2 and RAD 6


I am trying to integrate my Mavenized web projects with RAD6. Even
though I was searching the list archives up and down, I still find this
difficult, because the information on the list is very fragmented and
partly outdated.
I believe a kind of "How-To" documentation would be very helpful.

I tried to follow the instructions at:
http://www.nabble.com/Best+Practice+-+Maven+with+WSAD+or+RAD6-t966147.ht
ml#a2509735

All the JARs should be located in the EAR project's lib dir - not in the
WAR project's WEB-INF/lib.

Questions:
1. Even though I specified
<warSourceExcludes>WEB-INF/lib/*</warSourceExcludes> in the pom.xml as
described in the thread above, all the JARs are still copied to
WEB-INF/lib.

2. How can I achieve that during the build of the EAR project, all the
JARs are automatically copied to the EAR's *source* directory, so that
RAD can find the JARs thereafter. I am searching for something like mvn
war:inplace, but for the EAR project.

Any help would greatly be appreciated!

Thanks,
Arne

--
View this message in context:
http://www.nabble.com/Maven+2+and+RAD+6-t1711035.html#a4645535
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to