Re: Unable to create Maven Project using command Prompt

2015-02-21 Thread Bernd Prager
It says the network is unreachable. You might be behind a proxy. Check you settings in ${user.home}/.m2/settings.xml. > On Feb 21, 2015, at 5:12 AM, Vipul Agarwal wrote: > > Hi, > > I am trying to Maven Project through command prompt,so that i getting error > Please help > How to rectify

Fwd: Unable to create Maven Project using command Prompt

2015-02-21 Thread Vipul Agarwal
Hi, I am trying to Maven Project through command prompt,so that i getting error Please help How to rectifying this issues. C:\Workspace_Eclipse\Sample\src>mvn archetype:generate > [INFO] Scanning for projects... > Downloading: > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-in

Invoke another Maven

2015-02-21 Thread Dan Tran
I have a need my maven to exec another maven build, but also inherit original argument as well ( ex pickup -s option ) possible? maven-invoker-plugin seems to have the right ingredient, but it is more at the testing side Very much appreciate any advice -Dan

Re: maven-compiler-plugin ignores Javac annotation processor error

2015-02-21 Thread Thomas Broyer
On Fri Feb 20 2015 at 21:11:14 Sébastien Lesaint < sebastien.lesa...@gmail.com> wrote: > Hello, > > I have been into annotation processing a lot for the past year and a half > and I am now going back to the basics so that I can share knowledge I > gathered. > > Doing so, I stumbled upon, again, a

Re: maven-compiler-plugin ignores Javac annotation processor error

2015-02-21 Thread Thomas Broyer
On Sat Feb 21 2015 at 10:12:23 Jeff MAURY wrote: > Sure this is not a Javac problem ? > No it's not. target/classes contains the META-INF/services/javax.annotation.processing.Processor and it's put in the classpath, and because there's no support for processorpath [1], javac looks up annotation

Re: maven-compiler-plugin ignores Javac annotation processor error

2015-02-21 Thread Jeff MAURY
Sure this is not a Javac problem ? Jeff On Fri, Feb 20, 2015 at 9:09 PM, Sébastien Lesaint < sebastien.lesa...@gmail.com> wrote: > Hello, > > I have been into annotation processing a lot for the past year and a half > and I am now going back to the basics so that I can share knowledge I > gather