Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Andreas Janning
a > écrit : > > > Hello maven users, > > > > I have just released a new open source maven plugin: The Go Offline Maven > > Plugin. > > > > It can be used to download all dependencies and plugins required in a > Maven > > build, so th

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Thomas Broyer
How about, say, maven-compiler-plugin's annotationProcessorPaths? Le mer. 17 oct. 2018 12:29, Andreas Janning a écrit : > Hello maven users, > > I have just released a new open source maven plugin: The Go Offline Maven > Plugin. > > It can be used to download all depend

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Andreas Janning
ч. Oliver B. Fischer < > o.b.fisc...@swe-blog.net> > написа: > > > Sounds great. I will test it! > > > > Am 17.10.18 um 12:28 schrieb Andreas Janning: > > > Hello maven users, > > > > > > I have just released a new open source maven plugin:

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Petar Tahchiev
est it! > > Am 17.10.18 um 12:28 schrieb Andreas Janning: > > Hello maven users, > > > > I have just released a new open source maven plugin: The Go Offline Maven > > Plugin. > > > > It can be used to download all dependencies and plugins required in a >

Re: New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Oliver B. Fischer
Sounds great. I will test it! Am 17.10.18 um 12:28 schrieb Andreas Janning: Hello maven users, I have just released a new open source maven plugin: The Go Offline Maven Plugin. It can be used to download all dependencies and plugins required in a Maven build, so the build can be run without

New (unofficial) Maven Plugin: Go Offline Maven Plugin

2018-10-17 Thread Andreas Janning
Hello maven users, I have just released a new open source maven plugin: The Go Offline Maven Plugin. It can be used to download all dependencies and plugins required in a Maven build, so the build can be run without an internet connection afterwards. This is especially relevant with modern CI

New to Maven Question

2013-07-24 Thread John Dix
Hello all, I am a new user to Maven and was given the task at my work to come up with a utility in order to output the build order of our products based on the poms. It made sense to me that I would want to do basically the same thing that the Reactor does except output the tree rather than do

Re: New to Maven Question

2013-07-24 Thread Mark Eggers
On 7/24/2013 9:53 AM, John Dix wrote: Hello all, I am a new user to Maven and was given the task at my work to come up with a utility in order to output the build order of our products based on the poms. It made sense to me that I would want to do basically the same thing that the Reactor does

Re: New to Maven Question

2013-07-24 Thread Curtis Rueden
all into a single reactor, then run mvn validate to get the build order. That assumes that all the POMs have matching versions across the projects though, of course. Regards, Curtis On Wed, Jul 24, 2013 at 11:53 AM, John Dix john@amdocs.com wrote: Hello all, I am a new user to Maven

RE: New to Maven Question

2013-07-24 Thread John Dix
Thanks Curtis. I'll take a look at the validate cmd. -Original Message- From: ctrueden.w...@gmail.com [mailto:ctrueden.w...@gmail.com] On Behalf Of Curtis Rueden Sent: Wednesday, July 24, 2013 10:15 AM To: Maven Users List Subject: Re: New to Maven Question Hi John, output the build

Re: New to Maven Question

2013-07-24 Thread Ron Wheeler
This may be too simplistic but can't you just run the build and parse the log output? Ron On 24/07/2013 1:05 PM, Mark Eggers wrote: On 7/24/2013 9:53 AM, John Dix wrote: Hello all, I am a new user to Maven and was given the task at my work to come up with a utility in order to output

[ANN] New Reflow Maven skin released

2013-01-17 Thread Andrius Velykis
I am pleased to announce the first release of a new Maven skin: Reflow Maven skin! The new skin allows generating a Maven site that builds on Bootstrap and offers responsive design, modern web components, JavaScript goodies and wide customisation options. See it in action and read

Re: What's new in maven-compiler-plugin 3.0?

2012-12-14 Thread Olivier Lamy
Hi, 2012/12/12 Jeff Care car...@gmail.com: Is there any documentation about what's new in maven-compiler-plugin 3.0 over the 2.5.1 version? I scoured the project site found nothing; various Google searches have also found nothing. After switching to maven-compiler-plugin 3.0 I'm seeing

Re: What's new in maven-compiler-plugin 3.0?

2012-12-14 Thread Jeff Care
is that there's some combination of things that is messing up the compiler. I will be experimenting with single threading on 3.0 to see if I can replicate the problem that way on the real build. -- View this message in context: http://maven.40175.n5.nabble.com/What-s-new-in-maven-compiler-plugin-3-0

Re: What's new in maven-compiler-plugin 3.0?

2012-12-14 Thread Jeff Care
this message in context: http://maven.40175.n5.nabble.com/What-s-new-in-maven-compiler-plugin-3-0-tp5738129p5738297.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: What's new in maven-compiler-plugin 3.0?

2012-12-14 Thread Jeff Care
: http://maven.40175.n5.nabble.com/What-s-new-in-maven-compiler-plugin-3-0-tp5738129p5738298.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: What's new in maven-compiler-plugin 3.0?

2012-12-14 Thread Anders Hammar
://maven.40175.n5.nabble.com/What-s-new-in-maven-compiler-plugin-3-0-tp5738129p5738298.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional

Re: What's new in maven-compiler-plugin 3.0?

2012-12-14 Thread Wayne Fay
These were errors, not warnings. I've since switched back to 2.5.1 so I don't have the exact messages but the one I specifically remember was a purported syntax error (class, interface or enum expected) on the same line (or one previous to) as the location of the package declaration. As I

Re: What's new in maven-compiler-plugin 3.0?

2012-12-14 Thread Jeff Care
in context: http://maven.40175.n5.nabble.com/What-s-new-in-maven-compiler-plugin-3-0-tp5738129p5738310.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: What's new in maven-compiler-plugin 3.0?

2012-12-14 Thread Jeff Care
that a small sample wouldn't expose. -- View this message in context: http://maven.40175.n5.nabble.com/What-s-new-in-maven-compiler-plugin-3-0-tp5738129p5738311.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: What's new in maven-compiler-plugin 3.0?

2012-12-14 Thread Olivier Lamy
processor | wc -l* 24 -- View this message in context: http://maven.40175.n5.nabble.com/What-s-new-in-maven-compiler-plugin-3-0-tp5738129p5738310.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: What's new in maven-compiler-plugin 3.0?

2012-12-14 Thread Anders Hammar
* uname -a* Linux REDACTED 2.6.32-220.7.1.el6.x86_64 #1 SMP Fri Feb 10 15:22:22 EST 2012 x86_64 x86_64 x86_64 GNU/Linux * cat /proc/cpuinfo | grep processor | wc -l* 24 -- View this message in context: http://maven.40175.n5.nabble.com/What-s-new-in-maven-compiler-plugin-3-0

What's new in maven-compiler-plugin 3.0?

2012-12-13 Thread Jeff Care
Is there any documentation about what's new in maven-compiler-plugin 3.0 over the 2.5.1 version? I scoured the project site found nothing; various Google searches have also found nothing. After switching to maven-compiler-plugin 3.0 I'm seeing compilation problems that do not show up when using

Re: What's new in maven-compiler-plugin 3.0?

2012-12-13 Thread Wayne Fay
Is there any documentation about what's new in maven-compiler-plugin 3.0 over the 2.5.1 version? I scoured the project site found nothing; various Google searches have also found nothing. -- Forwarded message -- From: Olivier Lamy ol...@apache.org Date: Mon, Nov 19, 2012 at 2

Re: What's new in maven-compiler-plugin 3.0?

2012-12-13 Thread Anders Hammar
After switching to maven-compiler-plugin 3.0 I'm seeing compilation problems that do not show up when using the 2.5.1 version, nor do they show up in Eclipse. Do you mean compilation errors or warnings? There's some major changes in the the underlying plexus-compiler that will provide

New to Maven

2011-10-10 Thread niyasmansoor
Hi , I am new to Maven . I have an existing eclipse project which is dependent on a lot of libraries . I would like to use maven to download this for me [ using local repository ]. i would like to know how to write a pom.xml for that. Any working example will be of great help

Re: New to Maven

2011-10-10 Thread Barrie Treloar
On Tue, Oct 11, 2011 at 2:51 PM, niyasmansoor niyas.mans...@gmail.com wrote:  Hi ,  I am new to Maven .  I have an existing eclipse project which is dependent on a lot of libraries .  I would like to use maven to download this for me [ using local repository ].  i would like to know

Re: New to Maven

2011-10-10 Thread niyasmansoor
solution. -- Regards, Niyas -- View this message in context: http://maven.40175.n5.nabble.com/New-to-Maven-tp4890634p4890678.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: New to Maven

2011-10-10 Thread Brian Topping
project is having dependency and is using maven repository concept . I do not have much time to go through maven extensively , that was the reason why i asked for a quick solution. -- Regards, Niyas -- View this message in context: http://maven.40175.n5.nabble.com/New-to-Maven

Brand new to Maven, first build, didn't go well.

2011-02-03 Thread Amy
Hi all, I'm a QA tester who is researching functional testing tools for an upcoming Agile project. One of the projects I want to build requires Maven. I have some intermittent experience building from source. I will add that I'm at work and behind a firewall. I believe there is also a proxy

Re: Brand new to Maven, first build, didn't go well.

2011-02-03 Thread Wendy Smoak
On Thu, Feb 3, 2011 at 10:28 AM, Amy o627m...@yahoo.com wrote: I will add that I'm at work and behind a firewall. I believe there is also a proxy through which all of my HTTP requests go. Here is some information about configuring Maven to go through your http proxy:

AW: Brand new to Maven, first build, didn't go well.

2011-02-03 Thread Stadelmann Josef
the firewall. Not required from a PC wich does NTLM by default. Josef -Ursprüngliche Nachricht- Von: Wendy Smoak [mailto:wsm...@gmail.com] Gesendet: Donnerstag, 3. Februar 2011 16:34 An: Maven Users List; Amy Betreff: Re: Brand new to Maven, first build, didn't go well. On Thu, Feb 3, 2011

pom.xml clarification; new to Maven

2010-06-08 Thread Chris24300
Hello, As stated I'm new to Maven and have been reading a getting started guide. I'm trying to learn Maven because I want to use i-Jetty (for Android webapps). At first I had no idea what the provided pom.xml file meant but I think I understand it so if I'm not correct then please correct me

Re: pom.xml clarification; new to Maven

2010-06-08 Thread Wayne Fay
I'm trying to learn Maven because I want to use i-Jetty (for Android webapps).  At first I had no idea what the provided pom.xml file meant but I Please join the Maven Android Developers Google Group for these discussions: To post to this group, send email to

New to maven and loving it :) Need a little help please...

2010-03-12 Thread Yucca Nel
Hello, google has helped me fantastically up to now and I am in a little need of further info. I am in the process of changing my development environment (JEE5 + JEE6) and have started to utilise Maven. I am looking for a xml pom snippet that can help me deploy directly to Jboss6 or glassfish

Re: New to maven and loving it :) Need a little help please...

2010-03-12 Thread Anders Hammar
Try the cargo plugin or the jboss specific one: http://cargo.codehaus.org/Maven2+plugin http://mojo.codehaus.org/jboss-maven-plugin/ /Anders On Fri, Mar 12, 2010 at 14:06, Yucca Nel yucca...@live.co.za wrote: Hello, google has helped me fantastically up to now and I am in a little need of

[archetype] Creating a new archetype Maven

2009-08-12 Thread NGUYEN Cong Kinh
Hello, I want to write a new archetype Maven. But I have a problem. Here is my top pom: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd

Re: [archetype] Creating a new archetype Maven

2009-08-12 Thread NGUYEN Cong Kinh
Hello, In fact, I see that if I replace this parent by : parent artifactIdmaven-archetype-bundles/artifactId groupIdorg.apache.maven.archetypes/groupId version3/version /parent it works. Could anyone explain it? NGUYEN Cong Kinh a écrit : Hello, I want to write a new archetype

Re: New to Maven - need help

2008-10-17 Thread Jan K
wrote: I went through the site given by arnaud.It is really useful for as i am new maven. Through the whole book? Really? It get the following message in the console: [INFO] OldArchetype created in dir: /home/jano/CVS/margadarsi/ct3/src/careertales [INFO

Re: New to Maven - need help

2008-10-17 Thread David C. Hicks
by arnaud.It is really useful for as i am new maven. Through the whole book? Really? It get the following message in the console: [INFO] OldArchetype created in dir: /home/jano/CVS/margadarsi/ct3/src/careertales [INFO

Re: New to Maven - need help

2008-10-17 Thread Jan K
should i do next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p20027789.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: New to Maven - need help

2008-10-17 Thread Stephen Connolly
local path.I can see the pom.xml.Please help me what should i do next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p20027789.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: New to Maven - need help

2008-10-17 Thread Jan K
through the site given by arnaud.It is really useful for as i am new maven. Through the whole book? Really? It get the following message in the console: [INFO] OldArchetype created in dir: /home/jano/CVS/margadarsi/ct3/src/careertales [INFO

Re: New to Maven - need help

2008-10-17 Thread David C. Hicks
:-) After that i placed a java file(This file prints a string) matinh wrote: On Thursday 16 October 2008 Jan K wrote: I went through the site given by arnaud.It is really useful for as i am new maven

Re: New to Maven - need help

2008-10-16 Thread Jan K
what should i do next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p20008277.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: New to Maven - need help

2008-10-16 Thread Wayne Fay
I got a folder as my-app in my local path.I can see the pom.xml.Please help me what should i do next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p20008277.html Sent from the Maven - Users

Re: New to Maven - need help

2008-10-16 Thread Jan K
the pom.xml.Please help me what should i do next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p20008277.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: New to Maven - need help

2008-10-16 Thread Jan K
the site given by arnaud.It is really useful for as i am new maven. Through the whole book? Really? It get the following message in the console: [INFO] OldArchetype created in dir: /home/jano/CVS/margadarsi/ct3/src/careertales [INFO

Re: New to Maven - need help

2008-10-16 Thread Thomas Lutz
from http://maven.apache.org ... start with the standard java archetype... makes it easier :-) After that i placed a java file(This file prints a string) matinh wrote: On Thursday 16 October 2008 Jan K wrote: I went through the site given by arnaud.It is really useful for as i am new

Re: New to Maven - need help

2008-10-16 Thread Jan K
: On Thursday 16 October 2008 Jan K wrote: I went through the site given by arnaud.It is really useful for as i am new maven. Through the whole book? Really? It get the following message in the console: [INFO] OldArchetype created in dir: /home/jano/CVS/margadarsi/ct3/src

Re: New to Maven - need help

2008-10-16 Thread Jan K
I went through the site given by arnaud.It is really useful for as i am new maven. It get the following message in the console: [INFO] OldArchetype created in dir: /home/jano/CVS/margadarsi/ct3/src/careertales [INFO] [INFO

Re: New to Maven - need help

2008-10-16 Thread Martin Höller
On Thursday 16 October 2008 Jan K wrote: I went through the site given by arnaud.It is really useful for as i am new maven. Through the whole book? Really? It get the following message in the console: [INFO] OldArchetype created in dir: /home/jano/CVS/margadarsi/ct3/src/careertales [INFO

Re: New to Maven - need help

2008-10-16 Thread sean chen(陈思淼)
://maven.apache.org ... start with the standard java archetype... makes it easier :-) After that i placed a java file(This file prints a string) matinh wrote: On Thursday 16 October 2008 Jan K wrote: I went through the site given by arnaud.It is really useful for as i am new maven

Re: New to Maven - need help

2008-10-15 Thread Jan K
I got a folder as my-app in my local path.I can see the pom.xml.Please help me what should i do next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p19971205.html Sent from the Maven - Users

Re: New to Maven - need help

2008-10-15 Thread Martin Höller
On Wednesday 15 October 2008 Jan K wrote: What are the mandatory fields(tags) to be used for settings.xml? You don't need a settings.xml file at all. A good overview is available at http://maven.apache.org/settings.html hth, - martin signature.asc Description: This is a digitally signed

Re: New to Maven - need help

2008-10-14 Thread Arnaud HERITIER
next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p19971205.html Sent from the Maven - Users mailing list archive at Nabble.com. -- .. Arnaud

Re: New to Maven - need help

2008-10-14 Thread Martin Höller
On Tuesday 14 October 2008 Jan K wrote: I am very new to maven.I have downloaded apache-maven-2.0.9.I read the doc's and installed maven. I executed the following commands in command prompt, mvn archetype:create \ -DarchetypeGroupId=org.apache.maven.archetypes \

New to Maven - need help

2008-10-14 Thread Jan K
as my-app in my local path.I can see the pom.xml.Please help me what should i do next?How to change it the project i am willing to run? -- View this message in context: http://www.nabble.com/New-to-Maven---need-help-tp19971205p19971205.html Sent from the Maven - Users mailing list archive

very new to maven Eclipse and java

2008-04-20 Thread hossainsaad
maven by actually doing a project. thats wht i m trying to do. if anybody could help me thank you in advance. -- View this message in context: http://www.nabble.com/very-new-to-maven---Eclipse-and-java-tp16790642s177p16790642.html Sent from the Maven - Users mailing list archive at Nabble.com.

Re: very new to maven Eclipse and java

2008-04-20 Thread hossainsaad
by actually doing a project. thats wht i m trying to do. if anybody could help me thank you in advance. -- View this message in context: http://www.nabble.com/very-new-to-maven---Eclipse-and-java-tp16790642s177p16790643.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: very new to maven Eclipse and java

2008-04-20 Thread Lachlan Deck
not work. let me know what i have to add. We are using Spring jdbc template. I am adding the test code and the pom.xml. I'm also relatively new to maven... but I think you'll find that you'll have better success if you do the tutorial here: http://maven.apache.org/guides/getting-started

i am new to maven pls help

2008-03-26 Thread sridhar.thota
Hi I am new to this maven, in my project we are using tomcat 6.0 and maven 2.0.8, I written the following code. I have facing problem for start / stop the server with the pom build script, I don't this is the correct code; I followed in cargo sample code. But it is not working, 1) What

Re: New to Maven, and got frustrated the first time to use it...HELP...

2007-12-05 Thread Graham Leggett
Kevin Tse wrote: Below there are the messages I got when trying to create a Maven project. Please help, your reply will be greatly appreciated. -- D:\Workspace\MavenPrjmvn

Re: New to Maven, and got frustrated the first time to use it...HELP...

2007-12-05 Thread Stuart McCulloch
] -- View this message in context: http://www.nabble.com/New-to-Maven%2C-and-got-frustrated-the-first-time-to-use-it...HELP...-tf4948806s177.html#a14169257 Sent from the Maven - Users mailing list archive at Nabble.com

New to Maven, and got frustrated the first time to use it...HELP...

2007-12-05 Thread Kevin Tse
second [INFO] Finished at: Wed Dec 05 18:37:46 CST 2007 [INFO] Final Memory: 5M/9M [INFO] -- View this message in context: http://www.nabble.com/New-to-Maven%2C-and-got-frustrated-the-first-time-to-use-it...HELP

Re: New to Maven, and got frustrated the first time to use it...HELP...

2007-12-05 Thread Kevin Tse
incorrectly...Thanks. -- View this message in context: http://www.nabble.com/New-to-Maven%2C-and-got-frustrated-the-first-time-to-use-it...HELP...-tf4948806s177.html#a14170495 Sent from the Maven - Users mailing list archive at Nabble.com

Re: new to maven

2007-10-25 Thread Giancarlo Degani
hi, you can try with the eclipse plugin: http://maven.apache.org/plugins/maven-eclipse-plugin/ Giancarlo 2007/10/25, Ian Godman [EMAIL PROTECTED]: Hi I am new to Maven 2. I have been converting an application consisting of 4 eclipse projects, 3 producing library jars the the final one

Re: new using maven., please help me

2006-08-22 Thread Miren
How can i overwrite he default source and webapp drectory? this: my app drectories are: JavaSource for one proyect and java.javs for other (this into the java sorces) and html or WebContent or WebApplication for the web application How can i use maven 2 for using this directories for the

Re: new using maven., please help me

2006-08-22 Thread Alex Turner
The point of using maven is to use convention over configuration - if you override the conventions, you loose half the benefit of using maven. Move your source directory rather than configuration maven. Alex. On 8/22/06, Miren [EMAIL PROTECTED] wrote: How can i overwrite he default source

Re: new using maven., please help me

2006-08-22 Thread Valerio Schiavoni
Hi Miren, On 8/22/06, Miren [EMAIL PROTECTED] wrote: How can i overwrite he default source and webapp drectory? something like: build sourceDirectory src/YOUR/DIRECTORY /sourceDirectory ... /build By the way, you should think carefully about adopting maven conventions, which is

new using maven., please help me

2006-08-19 Thread Miren
hello i am begining using maven. i hve use ant and i am trying using maven but i dont know how towork or beging using maven. i am reading better builds with maven but i cannot begin, i dont work fine with it. i have one proyect in java. the structure of my proyect is this: /myproyect -src

Re: new using maven., please help me

2006-08-19 Thread Alex Turner
Unfortunately the default maven repository does not work, you will have to configure a mirror: create a file ~/.m2/settings.xml: settings mirrors mirror idisu.edu/id urlhttp://ibiblio.lsu.edu/main/pub/packages/maven2/url mirrorOfcentral/mirrorOf /mirror

Re: New to Maven

2006-04-28 Thread Alexandre Poitras
I think Simon is right, have you setted your proxy correctly? On 4/27/06, ajayasahoo [EMAIL PROTECTED] wrote: Hi alan, I did try with -U option and get back the same error. Thx, Ajaya -- View this message in context: http://www.nabble.com/New-to-Maven-t1512971.html#a4123451 Sent from

Re: New to Maven

2006-04-27 Thread Simon Kitching
On Wed, 2006-04-26 at 09:59 -0700, ajayasahoo wrote: I am new to Maven. I have downloaded maven-2.0.4 and following the Maven Getting Started Guide. I am under How do I make my first Maven project? and issue the following command mvn archetype:create -DgroupId=com.mycompany.app

Re: New to Maven

2006-04-27 Thread ajayasahoo
Hi alan, I did try with -U option and get back the same error. Thx, Ajaya -- View this message in context: http://www.nabble.com/New-to-Maven-t1512971.html#a4123451 Sent from the Maven - Users forum at Nabble.com

New to Maven

2006-04-26 Thread ajayasahoo
I am new to Maven. I have downloaded maven-2.0.4 and following the Maven Getting Started Guide. I am under How do I make my first Maven project? and issue the following command mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app I get this error: [ERROR] BUILD ERROR [INFO

Re: New to Maven

2006-04-26 Thread Allan Ramirez
Hi there, Have you tried appending -U to your mvn command? allan ajayasahoo wrote: I am new to Maven. I have downloaded maven-2.0.4 and following the Maven Getting Started Guide. I am under How do I make my first Maven project? and issue the following command mvn archetype:create

what is new in maven 2.0.2

2006-01-17 Thread tony nys
There are no releasenotes .. ? Does anyone know what is new between 2.0.1 and 2.0.2 ? Tony __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: what is new in maven 2.0.2

2006-01-17 Thread Allan Ramirez
http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10500fixfor=12125 -allan tony nys wrote: There are no releasenotes .. ? Does anyone know what is new between 2.0.1 and 2.0.2 ? Tony __ Do You Yahoo!? Tired of spam? Yahoo!

new to Maven

2005-03-17 Thread Hamza Hydri
Hi, I started using Maven few hours ago I have integrated it to my existing project ... I have some problems with the maven site:generate command it is not creating all the reports ... Change Log, Developer Activity etc are all missing do I have to make any changes somewhere to see

Re: new to Maven

2005-03-17 Thread Gisbert Amm
You have to add the reports you want to be generatet to your POM, like that: reportmaven-dashboard-plugin/report reportmaven-changelog-plugin/report reportmaven-clover-plugin/report reportmaven-file-activity-plugin/report reportmaven-changes-plugin/report

Re: new to Maven

2005-03-17 Thread Hamza Hydri
Thnx Gisbert, I have another problem now ... when I enter the foll at the cmd prompt in the project base directory .. maven -D package=com.company.test.dummy genapp it asks for a template, ID and name of application ... I dont understand what template should I give ... I believe the name and ID

RE: new to Maven

2005-03-17 Thread =?iso-8859-1?Q?St=E9phane_Nicoll?=
, check this: http://maven.apache.org/reference/plugins/changelog/ Cheers, Stéphane -Original Message- From: Hamza Hydri [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 10:11 AM To: users@maven.apache.org Subject: new to Maven Hi, I started using Maven few hours ago I

Re: maven-genapp-plugin: What template should I give (was: new to Maven)

2005-03-17 Thread Gisbert Amm
Have you read the documentation on http://maven.apache.org/reference/plugins/genapp/ ? http://maven.apache.org/reference/plugins/genapp/templates.html gives you a list of the default templates. The Id and the name of the application you enter will be written into the gnerated POM. Regards,

New to Maven - looking to integrate UNO (cpp) components

2004-12-01 Thread john_harrison
Hi All, I'm new to maven, and have a requirement to (continuously) build/test UNO (g++/cpp) components. Is there a best practice approach for how to proceed with this using maven? I have a set of working makefiles to start with. Perhaps equivalent ant tasks integrated with maven might

RE: New to Maven -- please help

2003-08-14 Thread dion
List Subject: New to Maven -- please help Hi, I get the following exception when I tried to run Maven. The following is the command i tried: maven -o genApp From one of the users in the list, I got the idea that this is happening because I am probably behind firewall ( I do not even

New to Maven -- please help

2003-08-14 Thread Shelly_Singh
) at com.werken.forehead.Forehead.run(Forehead.java:543) at com.werken.forehead.Forehead.main(Forehead.java:573) -Original Message- From: Kumar, Vaidhyanatha K. [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 6:05 PM To: Maven Users List Subject: RE: New to Maven

RE: New to Maven -- please help

2003-08-14 Thread Shelly_Singh
I am on WIndows NT 4. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 10:26 AM To: Maven Users List Subject: RE: New to Maven -- please help 1.3 is fine. On which platform? We've had this sort of report from people on Solaris 1.3

RE: New to Maven -- please help

2003-08-14 Thread Shelly_Singh
: Thursday, August 07, 2003 11:35 AM To: Maven Users List Subject: RE: New to Maven -- please help Hi, I had the same problem, when I startet usng maven some days. I have put an entry i mavenwiki faq: http://wiki.codehaus.org/maven/FrequentlyAskedQuestions#head

RE: New to Maven -- please help

2003-08-14 Thread Kumar, Vaidhyanatha K.
: Wednesday, August 06, 2003 1:35 AM To: Maven Users List Subject: New to Maven -- please help Hi, I get the following exception when I tried to run Maven. The following is the command i tried: maven -o genApp From one of the users in the list, I got the idea that this is happening because I am

New to Maven

2003-08-14 Thread Shelly_Singh
Hi All, I am very new to maven. I do not have internet access, but have access to the web documents. Can I use maven, or do I need to have internet access to use maven. Is there a workaround without using internet. Please guide me. Thanks and Regards, Shelly Singh Infosys Technologies

RE: New to Maven -- please help

2003-08-08 Thread dion
version can be used with maven? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 7:45 AM To: Maven Users List Subject: RE: New to Maven -- please help Or you may have a JDK which is sensitive to the index files in the jars

RE: New to Maven

2003-08-04 Thread Brett Porter
://www.ibiblio.org/maven/ http://www.ibiblio.org/maven/ (although you'll only need the specific JARs you and the maven plugins use). - Brett -Original Message- From: Shelly_Singh [mailto:[EMAIL PROTECTED] Sent: Tuesday, 5 August 2003 3:04 PM To: Maven Users List Subject: New to Maven Hi