[antlr-interest] using the antlr maven repository

Michael Bedward michael.bedward at gmail.com
Tue Mar 31 20:20:23 PDT 2009


2009/4/1 Jim Idle wrote:
> Don't use the -SNAPSHOT versions, it should be just 3.1.3. You can only use
> the snapshot versions if you define the ANTLR snapshot repository in your
> pom, and you don't need to do that unless you absolutely require some fix
> from the latest snapshot, which is 3.1.4 anyway :-)
>

I have <version>3.1.3</version> in my pom.xml but I notice that both
the 3.1.3 and 3.1.3-SNAPSHOT jars are being downloaded (see below).
I've looked thought my project's pom hierarchy but can't find anything
that might be inadvertently requesting this.  Any ideas ?

cheers
Michael

Downloading: http://apache.mirror.aussiehq.net.au//org/antlr/antlr/3.1.3/antlr-3.1.3.pom
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr/3.1.3/antlr-3.1.3.pom
3K downloaded
Downloading: http://apache.mirror.aussiehq.net.au//org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr-master/3.1.3/antlr-master-3.1.3.pom
8K downloaded
Downloading: http://apache.mirror.aussiehq.net.au//org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.pom
3K downloaded
Downloading: http://apache.mirror.aussiehq.net.au//org/antlr/antlr/3.1.3/antlr-3.1.3.jar
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr/3.1.3/antlr-3.1.3.jar
872K downloaded
Downloading: http://apache.mirror.aussiehq.net.au//org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar
Downloading: http://antlr.org/antlr-snapshot/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar
Downloading: http://repo1.maven.org/maven2/org/antlr/antlr-runtime/3.1.3/antlr-runtime-3.1.3.jar
147K downloaded
snapshot org.antlr:antlr:3.1.3-SNAPSHOT: checking for updates from
antlr-snapshot
Downloading: http://antlr.org/antlr-snapshot/org/antlr/antlr/3.1.3-SNAPSHOT/antlr-3.1.3-20090318.020737-33.pom
3K downloaded
snapshot org.antlr:antlr-master:3.1.3-SNAPSHOT: checking for updates
from antlr-snapshot
Downloading: http://antlr.org/antlr-snapshot/org/antlr/antlr-master/3.1.3-SNAPSHOT/antlr-master-3.1.3-20090316.180609-16.pom
8K downloaded
snapshot org.antlr:antlr-runtime:3.1.3-SNAPSHOT: checking for updates
from antlr-snapshot
Downloading: http://antlr.org/antlr-snapshot/org/antlr/antlr-runtime/3.1.3-SNAPSHOT/antlr-runtime-3.1.3-20090316.180609-18.pom
3K downloaded
Downloading: http://antlr.org/antlr-snapshot/org/antlr/antlr/3.1.3-SNAPSHOT/antlr-3.1.3-20090318.020737-33.jar
890K downloaded
Downloading: http://antlr.org/antlr-snapshot/org/antlr/antlr-runtime/3.1.3-SNAPSHOT/antlr-runtime-3.1.3-20090316.180609-18.jar
147K downloaded


More information about the antlr-interest mailing list