Hi,
I am trying to come out with a plugin to detect and process JEE
application clients.
I created a new packaging type called 'car' through
META-INF/plexus/components.xml
(http://maven-car-plugin.googlecode.com/svn/trunk/maven-car-plugin/src/main/resources/META-INF/plexus/components.xml)
and a corresponding mojo for JEE app clients. I have pretty much
followed the same steps as the maven-ejb-plugin.
The behaviour i want is the same as the maven-ejb-plugin: Defines an ejb
packaging type but the artifact gets installed in the repo as a .jar and
gets bundled in the ear as .jar too.
I believe must be configurable some how because ejb packaging type gets
installed as .jar but war packaging type produces a .war.
The problem in my case is that a .car file gets installed in the repo
and a .car file gets bundled in the ear.
Does anyone know how to make sure it gets installed in the repo as a
.jar file?
*//*
Regards,
Pablo.