Tilman Bender wrote:
Hi all,

Jim, first of all: Thank you veeery much for the gunit-plugin and the long anticipated fix to antlr3-maven-plugin :-)

Keen on using the new feature I followed your instructions to include the plugin into my projects.
Unfortunately updating failed with:

mvn test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building AirthPlus Compiler
[INFO]    task-segment: [test]
[INFO] ------------------------------------------------------------------------
[INFO] snapshot org.antlr:antlr3-maven-plugin:3.1.4-SNAPSHOT: checking for updates from antlr-snapshot
11K downloaded  (antlr3-maven-plugin-3.1.4-20090501.221241-30.pom)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository

I could fix this by using PluginRepository instead of Repository. 

<pluginRepositories>
<!--
        This is the ANTLR repository.
        -->
<pluginRepository>
<id>antlr-snapshot</id>
<name>ANTLR Testing Snapshot Repository</name>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>

Hmm, I was not aware that pluginRepository was required separate to repositoy. As you can see, it has downloaded the plugin! Must be some internal lookup thing. I will look in to it.

Thanks,

Jim

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "il-antlr-interest" group.
To post to this group, send email to il-antlr-interest@googlegroups.com
To unsubscribe from this group, send email to il-antlr-interest+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/il-antlr-interest?hl=en
-~----------~----~----~----~------~----~------~--~---

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

Reply via email to