If you add attachclasses to the maven war plugin you can use the classifier
classes to get them as dependency normally.

Well, ill probably look soon but i think ill simply make this path(s)
configurable.

- Romain
Le 11 mai 2012 21:06, "Nestor Urquiza" <nestor.urqu...@gmail.com> a écrit :

> The war as dependency won't work. First it will ignore the type and will
> append just jar to the artifactId, then it will ignore the version and will
> use the plugin version (in this case 0.0.1-SNAPSHOT) which is most likely
> another bug.
>
> I think ${basedir}/target/classes is the correct default because you are
> adding the plugin to a specific project just to generate the routes for
> that
> project which are in that project target/classes folder. To correctly
> reference that project you will use ${basedir} as it "represents the
> directory containing pom.xml"
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/diagram-generator-tp4375588p5703889.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to