I think this is the wrong approach. Maven projects shouldn't call other Maven projects to build. Instead, the jar project should install/deploy its artifact(s) to the repository. Then the webapp project should list the artifacts it depends on and use them from the repository. It can bundle (copy) the dependency into the webapp as well.
..David.. -----Original Message----- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Thursday, September 08, 2005 9:26 AM To: Maven Users List Subject: RE: calling maven for a maven.xml On Thu, 8 Sep 2005, Matthias Wessendorf wrote: Not sure if this is what you're looking for, but the maven:maven jelly tag can 'call' maven. See the site for details. -- Kenney > from a maven.xml > ... :-) > > > -----Original Message----- > > From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] > > Sent: Thursday, September 08, 2005 4:21 PM > > To: [email protected] > > Subject: calling maven for a maven.xml > > > > > > Hi, > > > > I have a problem, related to an applet that is build w/ m1. > > The applet itself is a jar that got's signed by a maven.xml jelly > > script. > > This applet has dependencies that got also signed w/ this maven.xml > > file. > > > > After this, I have four signed JARs in $project/target. > > this is nice, and works as expected. > > > > the problem is, that I have currently no idea, how to > > *include* this applet > > and its jars into my web app (also maven based). > > > > So let's say for simplicity, that I'd like to do a "mavencall" of > > that applet project and *after* that call, I'd like to copy its jar > > files (from target directory) into a folder of my web app. > > > > Is there any plugin, or jelly script, that allows me to do something > > like that ? > > > > Thanks in advice, > > Matthias > > > > -------------------------------------------------------------------- > > - 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] > > -- Kenney Westerhof http://www.neonics.com GPG public key: http://www.gods.nl/~forge/kenneyw.key --------------------------------------------------------------------- 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]
