hello all,

i'm a bit new to Maven, so please bear with me..  i played around with
Maven1 a bit, so i get the basic idea..  i finally got around to
needing to do something a bit more serious and wanted to try Maven
out..  i noticed that Maven2 b2 came out just today and got all
excited..  i read all the docs on the website (no link to a Wiki page
that i could find..  little help?), downloaded the sucker, get 'er
installed..  i followed the instructions on the Getting Started page
and typed:

m2 archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app

from my root directory of choice and Wham!

Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/RELEASE/maven-archetype-plugin-RELEASE.jar
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[INFO] Cannot find mojo descriptor for: 'archetype:create' - Treating
as non-aggregator.
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Maven Default Project
[INFO]    task-segment: [archetype:create]
[INFO] 
----------------------------------------------------------------------------
[INFO] Searching repository for plugin with prefix: 'archetype'.
Downloading: 
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/RELEASE/maven-archetype-plugin-RELEASE.jar
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[INFO] 
----------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] 
----------------------------------------------------------------------------
[INFO] Failed to resolve artifact.



i checked the repository and there seems to be no artifact by that
name..  in fact, i could only get as far as:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/,
where there is a 1.0-alpha-3 edition of the plugin.

from what i've read so far, i feel like i should be able to pin my
installation of Maven2 to that version of the plugin, but haven't
found anything tells me HOW to go about it..  if anyone here can give
me some advice, i'd appreciate it..  i don't mind modifying my
install, but this probably shouldn't be happening in the first place,
should it?


Saleem.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to