Re: [xwiki-users] Failure while trying to follow Writing XWiki components tutorial

2012-05-29 Thread Jeremie BOUSQUET
I think it has more to do with the repository manager not knowing the version of archetype plugin to retrieve, or something like that. You should retry your command-line using full plugin specification : mvn org.apache.maven.plugins:maven-archetype-plugin:2.2:generate -D...(your options)

Re: [xwiki-users] Failure while trying to follow Writing XWiki components tutorial

2012-05-29 Thread Vincent Massol
On May 29, 2012, at 9:53 AM, Jeremie BOUSQUET wrote: I think it has more to do with the repository manager not knowing the version of archetype plugin to retrieve, or something like that. It uses the latest version so I don't think it's a version issue. However, maybe the FQN will help

Re: [xwiki-users] Failure while trying to follow Writing XWiki components tutorial

2012-05-29 Thread Paul Moore
On 29 May 2012 09:28, Vincent Massol vinc...@massol.net wrote: On May 29, 2012, at 9:53 AM, Jeremie BOUSQUET wrote: I think it has more to do with the repository manager not knowing the version of archetype plugin to retrieve, or something like that. It uses the latest version so I don't

Re: [xwiki-users] Failure while trying to follow Writing XWiki components tutorial

2012-05-29 Thread Jeremie BOUSQUET
After some googling, seems that archetype plugin likes to throw this error in some occasions completely unrelated to what the error message says ... Maybe you could also check : - there is no backslash \ in your command-line - try adding more command-line options (specify -DgroupId , -Dversion,

Re: [xwiki-users] Failure while trying to follow Writing XWiki components tutorial

2012-05-29 Thread Paul Moore
On 29 May 2012 09:47, Jeremie BOUSQUET jeremie.bousq...@gmail.com wrote: After some googling, seems that archetype plugin likes to throw this error in some occasions completely unrelated to what the error message says ... Maybe you could also check : - there is no backslash \ in your

Re: [xwiki-users] Failure while trying to follow Writing XWiki components tutorial

2012-05-29 Thread Paul Moore
On 29 May 2012 10:09, Paul Moore p.f.mo...@gmail.com wrote: On 29 May 2012 09:47, Jeremie BOUSQUET jeremie.bousq...@gmail.com wrote: After some googling, seems that archetype plugin likes to throw this error in some occasions completely unrelated to what the error message says ... Maybe you

Re: [xwiki-users] Failure while trying to follow Writing XWiki components tutorial

2012-05-28 Thread Sergiu Dumitriu
On 05/28/2012 11:39 AM, Paul Moore wrote: When I try to use Maven as described in the tutorial, I get an error: PS D:\Data\Java\x mvn archetype:generate -DarchetypeArtifactId=xwiki-commons-component-archetype -DarchetypeGroupId=org.xwiki.commons -DarchetypeVersion=3.3 [INFO] Scanning for