RE: Is possible to create another packaging like pom

2006-09-26 Thread Laura Hinojosa
me: < 1 second [INFO] Finished at: Tue Sep 26 10:13:01 CDT 2006 [INFO] Final Memory: 1M/2M [INFO] From: Philippe Faes [mailto:[EMAIL PROTECTED] Sent: Tue 9/26/2006 8:32 AM To: Maven Develop

Re: Is possible to create another packaging like pom

2006-09-26 Thread Philippe Faes
Laura, Only "pom" projects can have sub-modules. If you want to activate your plugin in such a project, you can add something like: com.your-company your-maven-plugin 0.1 your-indentifier package

Is possible to create another packaging like pom

2006-09-25 Thread Laura Hinojosa
is it possible to create another packaging like the pom packaging?? I need to execute a plugin that I'm working on but it fails with artifacts that have the pom packaging (multimodules) I added a new packaging that does the same as the pom packaging but added a new phase to call the mojo I ne