Re: Mvn command line options

2012-03-24 Thread Dave King
Try cmd /??

There may be an option to keep going.

Regards,
Dave
 On Mar 24, 2012 9:46 AM, sarmahdi sarma...@hotmail.com wrote:

 Hello,

 I did the mvn.bat --help and it gave me  a list of options.

 I need to know that IF i want to write a batch or shell script for three
 different projects. how can i do that.

 /echo Starting Maven build process

 cd c:\demo1\workspace\finApp\
 mvn.bat install

 echo Finish finApp

 cd c:\demo1\workspace\Communications\
 mvn.bat install

 echo Finish Communications/

 It never reaches the the echo Finish finApp even. it stops after
 completing the install on finApp.

 What can I do to actually acheive a script that can build my projects one
 by
 one.

 Thanks
 for the help

 Syed...

 --
 View this message in context:
 http://maven.40175.n5.nabble.com/Mvn-command-line-options-tp5591867p5591867.html
 Sent from the Maven - Users mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




Re: Maven vs Git

2012-03-12 Thread Dave King
Git is a source control management system.

Maven builds things.

Please clarify what you want to do.

Regards,
Dave.

On Mar 12, 2012, at 10:55 AM, Diacre wrote:

 I'm not sure if this is the right place but here it goes. 
 
 I have a github project that I wrote in Java using Eclipse. 
 The question is, how do I import my project into Maven? 
 Is there a guide that can help me? 
 
 Please help,
 
 Thanks,
 
 Concerned user. 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Archetype Catalog location?

2012-03-07 Thread Dave King
Hi all,

Using maven 3.0.3, I run archetype:crawl goal, it finds my installed archetype 
and includes it in its generation of ~/.m2/repository/archetype-catalog.xml.

When I then run archetype:generate, it cannot find my archetype.

When I move ~/.m2/repository/archetype-catalog.xml to 
~/.m2/archetype-catalog.xml, archetype:generate finds my archetype.

Googling, I find bug http://jira.codehaus.org/browse/ARCHETYPE-142 which says 
it is not a bug.

This seems lazy, this feature is neither intuitive nor user-friendly, could 
easily be fixed, took an hour to wade through all this in a debugger.

So yes, this is a bug.  ;)

Regards,
Dave.
-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org