Re: Maven archetype

2011-10-03 Thread Dennis Lundberg
Hi Did you try this variant? On 2011-10-03 17:59, Nalini Chavala wrote: > > Hi, > > I am trying to create a maven archetype and followed the link > > http://maven.apache.org/archetype/maven-archetype-plugin/ > > http://code.google.com/p/jianwikis/wiki/HowToCreateMavenArchetypeFromPro

Maven archetype

2011-10-03 Thread Nalini Chavala
Hi, I am trying to create a maven archetype and followed the link http://maven.apache.org/archetype/maven-archetype-plugin/ http://code.google.com/p/jianwikis/wiki/HowToCreateMavenArchetypeFromProject I was able to create an archetype with default structure but I like to create a template wi

Re: Dependency properties defined in settings.xml are not being resolved.

2011-10-03 Thread Maxime Gréau
Hi, The best practice is to always define the default value for a property in a parent pom. Then you can use settings.xml (local or global) to override this property. In your specific case, when the problem appears, you can execute the followings goals : 1) mvn help:effective-settings to see the

Re: Problems with MAVEN's-ANT on OpenVMS

2011-10-03 Thread Wayne Fay
> I was never expecting that maven is using it's own ANT ! Its not "using its own Ant." It simply does not use the Ant that you previously installed but rather uses the Ant jars directly from its cache. > Now with maven it just did not work and the reason why is: "Maven uses it's > own ANT lib fi

Re: why annotation is in comment line for plugin class

2011-10-03 Thread Stephen Connolly
mojo's can be written in Java 1.4, which does not support annotations. These are not annotations but actually javadoc tags On 3 October 2011 10:00, justin tian wrote: > Hi, > > I see in this link > http://maven.apache.org/guides/plugin/guide-java-plugin-development.html > > package sample.plugin

Re: Http(s) transport layer change (call for early adopters users)

2011-10-03 Thread Jeff MAURY
Hello, I have build Hadoop trunk with this version without problems. Jeff On Mon, Oct 3, 2011 at 10:24 AM, Olivier Lamy wrote: > Hello, > In the current maven core dev trunk, we have recently replace the > http(s) transport layer from lightweight wagon (based on default jdk > http(s) mechanism

Problems with MAVEN's-ANT on OpenVMS

2011-10-03 Thread Stadelmann Josef
Dear maven community, I was never expecting that maven is using it's own ANT ! We are facing problems with ANT_171 on OpenVMS; ANT 1.7.1 was unable to do a mailto:philippe.vout...@laposte.net] Gesendet: Donnerstag, 29. September 2011 16:36 An: Stadelmann Josef Betreff: Shit !!! -

Error installing artifact's metadata: Error installing metadata: Error updating group repository metadata in epilog non whitespace content is not allowed but got > (position: END_TAG seen ...

2011-10-03 Thread viveikcpuglia
Hello Team, I am getting following error message for one of my project in hudson build and the build is failing continously. I am getting this message after creation of new branch. kindly provide me solution. Error installing artifact's metadata: Error installing metadata: Error updating group

why annotation is in comment line for plugin class

2011-10-03 Thread justin tian
Hi, I see in this link http://maven.apache.org/guides/plugin/guide-java-plugin-development.html package sample.plugin; import org.apache.maven.plugin.AbstractMojo; import org.apache.maven.plugin.MojoExecutionException; /** * Says "Hi" to the user. ** @goal sayhi* */ public class GreetingMojo

Http(s) transport layer change (call for early adopters users)

2011-10-03 Thread Olivier Lamy
Hello, In the current maven core dev trunk, we have recently replace the http(s) transport layer from lightweight wagon (based on default jdk http(s) mechanism) to the wagon http module based on Apache httpclient [1]. This change include two improvements: * connection pool mechanism (to avoid http