Download all versions of antlr3-maven-plugin JAR files with all dependencies
antlr3-maven-plugin from group org.antlr (version 3.5.3)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.5.3
Last update 10. April 2022
Tags: invoke whole tracking without patch decided grammar java would brand they case goal dependency antlr documentation want scratch them being rewrite dependencies itself provide versions even anyone processing completely folded other fact cliff document tools into resorting library mojo fall supports where everything think skiing supplied more change march token such plugin elements ended thing perfect while wish unable that suffered generated than things from written different needs including like maven might this tool funcitonal elected efforts horn valiant files oriented support option locating code belong sources death rather line proper back generating interface 2009 public provider delegating imported sorting directories hence just shoe incorporating over comments previous idle also command modify existing with someone build
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Group org.antlr
Version 3.5.3
Last update 10. April 2022
Tags: invoke whole tracking without patch decided grammar java would brand they case goal dependency antlr documentation want scratch them being rewrite dependencies itself provide versions even anyone processing completely folded other fact cliff document tools into resorting library mojo fall supports where everything think skiing supplied more change march token such plugin elements ended thing perfect while wish unable that suffered generated than things from written different needs including like maven might this tool funcitonal elected efforts horn valiant files oriented support option locating code belong sources death rather line proper back generating interface 2009 public provider delegating imported sorting directories hence just shoe incorporating over comments previous idle also command modify existing with someone build
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
antlr3-maven-plugin from group org.antlr (version 3.5.2)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.5.2
Last update 25. March 2014
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Group org.antlr
Version 3.5.2
Last update 25. March 2014
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
antlr3-maven-plugin from group org.antlr (version 3.5.1)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.5.1
Last update 27. September 2013
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Group org.antlr
Version 3.5.1
Last update 27. September 2013
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
antlr3-maven-plugin from group org.antlr (version 3.5)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.5
Last update 05. January 2013
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Group org.antlr
Version 3.5
Last update 05. January 2013
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
antlr3-maven-plugin from group org.antlr (version 3.5-rc-2)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.5-rc-2
Last update 16. December 2012
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Group org.antlr
Version 3.5-rc-2
Last update 16. December 2012
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
antlr3-maven-plugin from group org.antlr (version 3.5-rc-1)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.5-rc-1
Last update 03. December 2012
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Group org.antlr
Version 3.5-rc-1
Last update 03. December 2012
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
antlr3-maven-plugin from group org.antlr (version 3.4)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.4
Last update 19. July 2011
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Group org.antlr
Version 3.4
Last update 19. July 2011
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
antlr3-maven-plugin from group org.antlr (version 3.4-beta4)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.4-beta4
Last update 28. June 2011
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Group org.antlr
Version 3.4-beta4
Last update 28. June 2011
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
antlr3-maven-plugin from group org.antlr (version 3.4-beta3)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.4-beta3
Last update 24. June 2011
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Group org.antlr
Version 3.4-beta3
Last update 24. June 2011
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
antlr3-maven-plugin from group org.antlr (version 3.3)
This is the brand new, re-written from scratch plugin for ANTLR v3.
Previous valiant efforts all suffered from being unable to modify the ANTLR Tool
itself to provide support not just for Maven oriented things but any other tool
that might wish to invoke ANTLR without resorting to the command line interface.
Rather than try to shoe-horn new code into the existing Mojo (in fact I think that
by incorporating a patch supplied by someone I ended up with tow versions of the
Mojo, I elected to rewrite everything from scratch, including the documentation, so
that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports
such as imported grammar processing, proper support for library directories and
locating token files from generated sources, and so on.
In the end I decided to also change the the ANTLR Tool.java code so that it
would be the provider of all the things that a build tool needs, rather than
delegating things to 5 different tools. So, things like dependencies, dependency
sorting, option tracking, generating sources and so on are all folded back
in to ANTLR's Tool.java code, where they belong, and they now provide a
public interface to anyone that might want to interface with them.
One other goal of this rewrite was to completely document the whole thing
to death. Hence even this pom has more comments than funcitonal elements,
in case I get run over by a bus or fall off a cliff while skiing.
Jim Idle - March 2009
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.3
Last update 30. November 2010
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Group org.antlr
Version 3.3
Last update 30. November 2010
Tags: they 2009 maven everything supports horn plugin rewrite over directories oriented sorting elements itself option funcitonal support death cliff like without goal them delegating different might incorporating line build imported document dependencies token written command rather want just scratch hence files previous needs valiant back supplied idle fact including fall documentation library brand public comments patch folded provide belong wish change being tool ended where sources dependency march tools more would someone processing proper shoe think unable such antlr code mojo decided that whole efforts generated than elected even case locating this thing skiing resorting other existing from suffered completely while perfect with into modify generating provider interface grammar versions tracking anyone invoke java things also
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!
Page 1 from 2 (items total 18)