Re: Maven Build Error

2013-05-16 Thread Anders Hammar
I'm guessing you're Maven environment isn't set up correctly as Maven can't download from central. Does it work to build other projects? /Anders On Thu, May 16, 2013 at 5:32 AM, siddu patil siddu.automat...@gmail.comwrote: Hi, When i'm creating the maven archetype folder structure the below

Re: RC and SNAPSHOT dependencies

2013-05-16 Thread Stephen Connolly
Aside: in my experience using version ranges in released poms is a serious anti-pattern. I can just about accept arguments for their use in development poms, but at release time it is my experience that they should be pinned to the specific version that the release is performed with (otherwise the

Re: RC and SNAPSHOT dependencies

2013-05-16 Thread Alejandro . Endo
Interesting I see the point of non-reproducibility; however, if one follows a semantic versioning scheme then 1.2.2 and 1.2.3 are both completely compatible. Even better between 1.2.2.1 and 1.2.2.2, which is the case where the 4th digit is just an RC counter But back to your point, so the

Re: Maven Build Error

2013-05-16 Thread siddu patil
Yeah i'm able Build other projects successfully and when i'm creating the maven archetype the above issue i'm facing. On Thu, May 16, 2013 at 2:34 PM, Anders Hammar and...@hammar.net wrote: I'm guessing you're Maven environment isn't set up correctly as Maven can't download from central.

Re: RC and SNAPSHOT dependencies

2013-05-16 Thread Baptiste MATHUS
Le 16 mai 2013 16:47, alejandro.e...@miranda.com a écrit : Interesting I see the point of non-reproducibility; however, if one follows a semantic versioning scheme then 1.2.2 and 1.2.3 are both completely compatible. Even better between 1.2.2.1 and 1.2.2.2, which is the case where the 4th

Ant based plugin dependencies

2013-05-16 Thread arnaud dufranne
Hi, I am currently looking into writing an ant based maven plugin. My main issue is that this plugin depends on an artifact (tar.gz in a company repository) containing a few ant scripts, whose tasks should be run when using the plugin. I declared the dependency in my plugin's pom.xml, and the

[ANN] Maven Project Info Reports Plugin version 2.7 Released

2013-05-16 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Maven *Project Info Reports Plugin, version 2.7* The Maven Project Info Reports plugin is used to generate reports information about the project. http://maven.apache.org/plugins/maven-project-info-reports-plugin/ You should

Ant based plugin dependencies

2013-05-16 Thread arnaud dufranne
Hi, I am currently looking into writing an ant based maven plugin. My main issue is that this plugin depends on an artifact (tar.gz in a company repository) containing a few ant scripts, whose tasks should be run when using the plugin. I declared the dependency in my plugin's pom.xml, and the