[antlr-interest] Mavin: Unable to find resource 'org.antlr:antlr3-maven-archetype:jar:3.3'

Ian Tegebo ian.tegebo at gmail.com
Sun Dec 26 15:43:25 PST 2010


When I run,

mvn archetype:generate

(select 63 for "remote -> antlr3-maven-archetype (-)")

I get,

Downloading: http://repo1.maven.org/maven2/org/antlr/antlr3-maven-archetype/3.3/antlr3-maven-archetype-3.3.jar
[INFO] Unable to find resource
'org.antlr:antlr3-maven-archetype:jar:3.3' in repository central
(http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] The desired archetype does not exist
(org.antlr:antlr3-maven-archetype:3.3)

While I can see that it may simply be mis-named (missing the extension '.jar'):

http://repo2.maven.org/maven2/org/antlr/antlr3-maven-archetype/3.3/

And the SNAPSHOT appears to exist and have '.jar':
http://www.antlr.org/depot/antlr3/main/antlr3-maven-archetype/target

Unfortunately, I'm just getting started with Maven and I can't seem to
figure out how to get a local repository setup such that 'mvn
archetype:generate' finds the SNAPSHOT resource.

-- 
Ian Tegebo


More information about the antlr-interest mailing list