Just to ensure that the repository is available I added a profile:
<profile>
<id>internal</id>
<repositories>
<repository>
<id>internal.plugins</id>
<name>Maven-Proxy Repository</name>
<url>http://PROXY/maven2_repositories/internal_plugins</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</profile>
On the way home I realised that this profile does not define a pluginRepository.
Can someone try including that in their profile definition, I will try
tomorrow, but that will be at least 12 hours away. I'm fairly hopeful
that will solve the problem.
<pluginRepositories>
<pluginRepository>
<id>internal.plugins</id>
<name>Maven-Proxy Repository</name>
<url>http://PROXY/maven2_repositories/internal_plugins</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
If it does, then it will also mean you need to include this in your
parent pom definitions.
I will update the wiki if this works tomorrow with details.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]