Re: [LOADING CLASS]

2008-12-21 Thread João Kreuzberg
maven, maybe maven already has something like this and I can just enable one property? Thanks, Joao On Sat, Dec 20, 2008 at 11:59 PM, João Kreuzberg ivanirj...@gmail.comwrote: Hello Martin, could you give me a hint on how that would look like? I'm not sure how this would look like on the plugin

[EXECUTING MULTIPLE GOALS ON MOJO]

2008-12-21 Thread João Kreuzberg
the pom.xml so I can have something like virtual goals (similar to antcall target on ant) so I can reuse the same goal but with different parmaeters? Thanks a lot, -- Ivanir João Kreuzberg

Re: [LOADING CLASS]

2008-12-20 Thread João Kreuzberg
within maven built-in libraries? Regards, Joao On Sat, Dec 20, 2008 at 7:26 AM, Barrie Treloar baerr...@gmail.com wrote: On Sat, Dec 20, 2008 at 4:39 PM, João Kreuzberg ivanirj...@gmail.com wrote: Hello Guys, I have a maven plugin that needs to load classes from the project, but when I

Re: [LOADING CLASS]

2008-12-20 Thread João Kreuzberg
, Dec 21, 2008 at 12:58 AM, João Kreuzberg ivanirj...@gmail.com wrote: Thanks for the quick response, This is what I have on my mojo: * * @goal model-to-files * * @phase compile * * @requiresDependencyResolution compile I tried all compile/runtime but I can't still load classes

[LOADING CLASS]

2008-12-19 Thread João Kreuzberg
reflection will extract some metadata via reflection from these classes to generate a couple of XML files. How can configure my mojo to include the classes from src/main/java (the actual compiled ones in target/classes/... )? -- Ivanir João Kreuzberg

Re: Need help with installation (Windows)

2008-09-10 Thread João Kreuzberg
how to verify if maven has been correctly installed. Thanks, Prajakta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Ivanir João Kreuzberg

[MAVEN EMBEDDER]

2007-11-28 Thread João Kreuzberg
! --- Best Regards, -- Ivanir João Kreuzberg

[ARCHETYPE - CUSTOM PARAMETERS]

2007-11-09 Thread João Kreuzberg
Hello guys, is there anyway to add custom parameters on archetype:create and recover them within the velocity context? ex.: -DuserName=ivanirjoao and then on velocity $userName Any help is appreciated. Best regards, -- Ivanir João Kreuzberg

Re: [MAVEN CHECKOUT]

2007-11-09 Thread João Kreuzberg
of those various jar files to provide corresponding pom files. Once Maven has the pom files, it will stop trying to download them. Wayne On 11/7/07, João Kreuzberg [EMAIL PROTECTED] wrote: Hello guys, I'm having some problems regarding maven checking out dependencies every single time I

[MAVEN CHECKOUT]

2007-11-07 Thread João Kreuzberg
Is there anything I could make to not have maven looking for this every time besides the -o option? In theory, maven should download the dependencies and only check SNAPSHOTs once a day, right? Any help is appreciated. Best regards, João Kreuzberg

[CREATE:ARCHETYPE - MAVEN EMBEDDER BUG]

2007-08-09 Thread João Kreuzberg
Hi I actually don't have a pom.xml yet, cause I'm running archetype:create for creating the new project and the pom.xml Embedder doesn't care about user.dir or basedir parameters. You guys think that is a bug? Regards, João Kreuzberg On 8/9/07, Brett Porter [EMAIL PROTECTED] wrote: I

[CREATE:ARCHETYPE - MAVEN EMBEDDER]

2007-08-07 Thread João Kreuzberg
from generated POM *** It's ignoring the user.dir parameter I also tried basedir instead, but does not work Am I missing something? Best Regards, João Kreuzberg On 8/7/07, João Kreuzberg [EMAIL PROTECTED] wrote: YES, that works :) Thanks so much, Best regards, João

[CREATE:ARCHETYPE]

2007-08-06 Thread João Kreuzberg
any thoughts? Best regards, -- João Kreuzberg

Re: [CREATE:ARCHETYPE]

2007-08-06 Thread João Kreuzberg
YES, that works :) Thanks so much, Best regards, João Kreuzberg On 8/7/07, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi, You've got the wrong parameter name.. it should be user.dir instead of basedir. HTH, Deng João Kreuzberg wrote: Hello guys, I'm having a problem

Re: [JETTY PLUGIN]

2007-08-04 Thread João Kreuzberg
Ok, Will try again the MAVEN_OPTS Thanks for your response, Regards, João Kreuzberg On 8/3/07, Craig Ching [EMAIL PROTECTED] wrote: Hi Joao Maybe I'm wrong about this, but I don't think there would be a way to set those in the pom as the jetty plugin runs inside the same JVM that maven

[JETTY PLUGIN]

2007-08-02 Thread João Kreuzberg
that allow me to configure the memory just for running jetty will be ok. Best Regards, -- João Kreuzberg

Re: [BUG]

2007-07-18 Thread João Kreuzberg
Regards, João Kreuzberg On 7/18/07, Stephane Nicoll [EMAIL PROTECTED] wrote: It won't. The issue is fixed and the fix for version is 2.1-alpha-1. Cheers, Stéphane On 7/18/07, João Kreuzberg [EMAIL PROTECTED] wrote: Hey guys http://jira.codehaus.org/browse/MNG-2347 I notice this bug