Re: Call a custom plugin from another project

2013-06-05 Thread alesky
what i want to do is to force to execute my plugin in a specific phase with a specific goal (my plugin will have only one goal) without declare it i mean that i don't want that the user declare the execution tag as for example i use the jar-plugin -- View this message in context:

Call a custom plugin from another project

2013-06-04 Thread alesky
Hi guys i'm try to implement my first plugin so i did just a plugin that print a log on the screen this is the code and this is the pom related to this plugin, from the pom generated from the plugin archetype i have just add the maven-plugin-plugin to add the prefix pojo to make same test

Re: Call a custom plugin from another project

2013-06-04 Thread alesky
1. Please use a propper mail agent that does not strip the code from you email ok i will do the next time sorry to all, i was supposing that in this way there was all the information to undestand my issue 2. Try `mvn it.spaghettisource.plugin:pojo:1.0:log` as Maven does not know where to look

Re: Maven Release plugin

2013-06-04 Thread alesky
Man i have your same issue i use this strategy to reduce the number manually file that i have to update when i change version in my main parent pom i added 1)in the dependencies management all the sub project 2)a property with the version of my project so at list i have reduced the manually

Re: Call a custom plugin from another project

2013-06-04 Thread alesky
ok Stephen thanks specifying an execution to the plugin it works but i would like to injects an execution in the packaging for the specified plugin project in the way that i can use the plugin in this way, and don't have to force the user to specific the execution but i didn't found any

Re: how to copy-dependencies related to one profile

2012-04-27 Thread alesky
Hi Jorg, thank for your response the dependences are different becouse i usually test the application in my machine with tomcat instead in production i use websphere 7 and soon i will have also another production envrionment for another customer with jboss enterprice edition so i would like to

Re: how to copy-dependencies related to one profile

2012-04-26 Thread alesky
I did some test and i undestant that it take always the dependences of the profile that is configured has default activation activeByDefaulttrue/activeByDefault /activation in fact if i change the activation default in the production environment are copied only that dependences

how to copy-dependencies related to one profile

2012-04-26 Thread alesky
Hi guys i have a question related to the use of the copy-dependencies plugin. with the target to copy only the dependences of a related profile. In my project i have 2 profile one used for the develop and another one used for the production the develop is configure to be active by default the