Thanks a million. you have help me a lot, if it possible I will treat you a
dinner :-) .
2008/9/26 Simone Gianni <[EMAIL PROTECTED]>
> Hi 陈思淼,
> I'm not a Maven developer but I did a custom packaging. You have to
> follow these steps :
> - Create a plugin (mojo) project
> - In this plugin project
Hi 陈思淼,
I'm not a Maven developer but I did a custom packaging. You have to
follow these steps :
- Create a plugin (mojo) project
- In this plugin project, define your plugins, with their goals. For
example, one of them could be jcar-compile
- In the src/main/resources of your plugin, create the fo
I want to define a new packaging type called jcar to package my own project.
I traced the source core of maven and that the Maven-core will look up for
componentManagerManager by the key
"org.apache.maven.lifecycle.mapping.LifecycleMapping"+packaging_type,
Im sure the default packaging type "jar,ea