Re: New car-maven-plugin issue

2006-08-17 Thread Jason Dillon
I have seen this problem happen only when a m1 repo is in the mix... something about m2 getting confused about metadata.xml bits...Do you have an m1 repo in your build?--jasonOn Aug 15, 2006, at 4:13 PM, Guillaume Nodet wrote:Trying to build a plugin to integrate ServiceMix in G 1.1,i' ve just seen

Re: New car-maven-plugin issue

2006-08-15 Thread Guillaume Nodet
Trying to build a plugin to integrate ServiceMix in G 1.1,i' ve just seen that the deployer is unable to handle snapshots in m2 repo, as they are deployed with a timestamped name and notwith the SNAPSHOT version. For example,   http://people.apache.org/maven-snapshot-repository/org/apache/servicemi

Re: New car-maven-plugin issue

2006-08-15 Thread Aaron Mulder
On 8/15/06, Jason Dillon <[EMAIL PROTECTED]> wrote: Did you get this resolved with the jar scope == provided? The problem with this one appears to be that the car-maven-plugin class loader can't access JARs inside CARs, so it can't load a proper class loader for WARs (with WEB-INF/lib/*.jar), R

Re: New car-maven-plugin issue

2006-08-15 Thread Jason Dillon
Did you get this resolved with the jar scope == provided? --jason On Aug 13, 2006, at 6:17 AM, Aaron Mulder wrote: So I can build Plugin A (quartz-scheduler). But the build for Plugin B (quartz-deployer) which depends on Plugin A fails to create the CAR with an error like this: INFO]

New car-maven-plugin issue

2006-08-13 Thread Aaron Mulder
So I can build Plugin A (quartz-scheduler). But the build for Plugin B (quartz-deployer) which depends on Plugin A fails to create the CAR with an error like this: INFO] [ERROR] FATAL ERROR [INFO] --