Ok, thanks Vincent,
I'll try and let you know.
Edgar
----- Original Message -----
From: "Vincent Massol" <[EMAIL PROTECTED]>
To: "'Turbine Maven Users List'" <[EMAIL PROTECTED]>
Sent: Monday, August 19, 2002 5:37 PM
Subject: RE: Problem with WAR goals and dependencies named xxx:yyyy
Sorry Edgar, but the POM structure is still undecided about where do we
tell that the dependencies should be included in the WAR.
Anyway, I'll fix this in the CVS head, once we get a decision on that.
If you want a quick fix, simply edit the plugin.jelly file for the war
plugin in your MAVEN_HOME/plugins/maven-war-plugin-* and modify the
forEach loop to be:
<j:forEach var="dep" items="${pom.dependencies}">
<j:if test="${dep.getMetaEntry('j2ee.war.bundle.jar')=='true'}">
<lib dir="${maven.repo.local}/${dep.getProjectId()}/jars">
<include name="${dep.getArtifact()}"/>
</lib>
</j:if>
</j:forEach>
Hopefully this will work in maven b5.
Thanks
-Vincent
> -----Original Message-----
> From: Edgar Gonz�lez [mailto:[EMAIL PROTECTED]]
> Sent: 19 August 2002 19:52
> To: Turbine Maven Users List
> Subject: Problem with WAR goals and dependencies named xxx:yyyy
>
> Hi,
>
> I think there is a bug with the WAR goals and dependencies named
xxx:yyyy
> like jaf:activation
>
> At compile time the depency is found but the WAR goal doesn't found it
> when you want to bundle it in the war file.
>
> Edgar
--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>