Re: Error running Maven

2012-04-06 Thread Wayne Fay
> I have wifi internet connection for which I have changed proxy settings in > conf/settings.xml to following: Where did you get the idea this was necessary? It is possible some documentation is not sufficiently clear and should be improved. You only need to configure the proxy when you actually h

Resolving the SNAPSHOT placeholder in the package phase

2012-04-06 Thread Dušan Rychnovský
Hi! Is there a way to make Maven susbtitute the counter for the SNAPSHOT placeholder in the package phase? I use the assembly plugin to bundle the jar from the target directory together with some configuration files into a zip archive and I would need both the jar and zip files to bear the SNAPSH

Re: Error running Maven

2012-04-06 Thread nanosoft
So I commented the proxy settings, still i am getting the same error. Do I need to put any repository settings in settings.xml or it will connect automatically to some default repository. I am just trying to execute the first command to build the project directory structure still its failing. Plea

Re: Error running Maven

2012-04-06 Thread Guillaume Polet
Wheter you are connected through a WIFI connection or a wired connection should not make a difference. Poxy settings should be set if you need to go through a proxy server to access internet. Otherwise don't put anything in it. I believe you are confusing a proxy server with a wifi access poi

Error running Maven

2012-04-06 Thread nanosoft
I have installed maven in C:\apache-maven-3.0.4-bin. Its installed successfully as mvn --version gives expected o/p. I have wifi internet connection for which I have changed proxy settings in conf/settings.xml to following: optional true http sanp pwd