[m2] How to have "target/classes" in the plugin classpath?

2007-03-06 Thread Alessio Pace
endencyResolution runtime * @execute phase="compile" * @phase process-classes * */ public class LauncherMojo extends AbstractMojo { // ... } Any suggestion? Thanks a lot in advance, Alessio Pace.

[m2] plugin dependencies and

2007-03-30 Thread Alessio Pace
plugin should be "guided" by the "project-xxx" JDK used for the build (1.4 or >= 5.0). How would you then do this? Or would you remove the "project-zzz.jar" dependencies from the "plugin-yyy" and put them in the "project-xxx" pom.xml? Thanks in advance, Regards, -- Alessio Pace.

[m2] transitive dependencies and : profiles or sub-modularization?

2007-03-30 Thread Alessio Pace
modules (depending on B-jdk15) ? Or can I just use build profiles? (if so, which is the cleanest way?) In the future from A will be extracted other modules probaby, as it has been done now for B, so I would like to choose a long term good strategy. Thanks in advance, -- Alessio Pace.

[m2] Problem extending a MOJO: incongruency in default @parameter value

2007-05-17 Thread Alessio Pace
dencies; has value *false* when it is evaluated in mysubclass!! No manipulations are made on that field by the super class, it's only read in order to do something or something else. I can't really explain what happens, can someone give me a clue? Thanks in advance, -- Alessio Pace.

"Un-mavenize" a Maven2 project ?

2009-02-26 Thread Alessio Pace
lso with the Eclipse .project and .classpath files already configured (ok ok, this is optional). Thanks in advance for any suggestion on how to achieve that, or with comments if you ever had to deal with such a situation (and possibly if you want me to discourage to go with the un-mavenize process) Regards, Alessio Pace.

Re: "Un-mavenize" a Maven2 project ?

2009-02-26 Thread Alessio Pace
ks for your answer. I was wondering, but what about dependency resolution? Regards, Alessio Pace. > > > On Fri, Feb 27, 2009 at 12:49 PM, Alessio Pace >wrote: > > > Hi, > > > > a project I'm working on is built by Maven2. It is a single module, it > uses

Re: "Un-mavenize" a Maven2 project ?

2009-02-26 Thread Alessio Pace
ource tree, but I was wondering only if there was a more custom solution for this. Thank you anyway. Regards, Alessio Pace. > > > > On Fri, Feb 27, 2009 at 1:03 PM, Alessio Pace >wrote: > > > On Fri, Feb 27, 2009 at 8:24 AM, Ketan Khairnar < > ketan.khair...@gmail.

Re: "Un-mavenize" a Maven2 project ?

2009-02-27 Thread Alessio Pace
so I can't afford introducing Maven or asking users to install it inside Eclipse (you always have someone encountering errors, etc..). Otherwise, surely I would have done it! Regards, Alessio Pace. > > > --- Alessio Pace schrieb am Fr, 27.2.2009: > > > Von: Alessio Pace &g

Re: Re : Re: "Un-mavenize" a Maven2 project ?

2009-02-27 Thread Alessio Pace
Hi, good point indeed, I'll give it a try! Thank you. Regards, Alessio Pace. On Fri, Feb 27, 2009 at 8:56 AM, Jean-François Mathiot < jmath...@servebox.com> wrote: > Hello Alessio, > Why don't you use assembly plugin to create the second project ? > Hope this help

Maven multi-module build order in presence of plugin modules ?

2008-01-23 Thread Alessio Pace
sh version number installation would work without raising errors such "unable to find the module A (the plugin) in any repository" ? Thanks in advance, -- Alessio Pace.

[m2] How to prevent transitive dependencies from a given dependency?

2006-01-11 Thread Alessio Pace
Hi, is there a way in maven2 to specify in my pom.xml that, for a given dependency, I want to get it alone and not all the dependencies it requires? Thanks in advance for any help -- Alessio Pace. - To unsubscribe, e-mail

Re: [m2] How to prevent transitive dependencies from a given dependency?

2006-01-12 Thread Alessio Pace
Thanks, that solves my problem :) On 1/11/06, Yann Le Du <[EMAIL PROTECTED]> wrote: > http://docs.codehaus.org/display/MAVENUSER/FAQs#FAQs-CanIdisabletransitivedependencies%3F > > 2006/1/11, Alessio Pace <[EMAIL PROTECTED]>: > > > > Hi, > > > > is t

[m2] Disable transitive dependency / Globally exclude some artifact ?

2006-01-18 Thread Alessio Pace
ifact. I saw the tag, but it forces me to be very verbose and have exact control on what is required by a dependency. I hope I have been clear, and thanks in advance for any help, -- Alessio Pace.

Re: [m2] Disable transitive dependency / Globally exclude some artifact ?

2006-01-18 Thread Alessio Pace
Thanks for the interest, so it seems you can just do what is documented in that URL, as I suspected If you submit a feature request to JIRA let me know :) bye alessio On 1/18/06, Kees de Kooter <[EMAIL PROTECTED]> wrote: > > On 1/18/06, Alessio Pace <[EMAIL PROTECTED]>

Re: [m2] Disable transitive dependency / Globally exclude some artifact ?

2006-01-18 Thread Alessio Pace
gt; accurately) > > Kees > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Alessio Pace.

[m2] How to know which artifact ships a given resource?

2006-07-01 Thread Alessio Pace
d by the tropical weather in Rome)? Or is it an already existing service? Well, let me know something :-) -- Alessio Pace. http://www.jroller.com/page/alessiopace

Re: [m2] How to know which artifact ships a given resource?

2006-07-03 Thread Alessio Pace
Thanks, MRM is what I was looking for. On 7/2/06, Edwin Punzalan <[EMAIL PROTECTED]> wrote: Repository indexing is a known feature and there are apps (i.e. MRM) and websites (www.mavenregistry.com) that provide them. Alessio Pace wrote: > Hi, > > does anybody ever had th