I found that the agilejava plugin repository web site
http://agilejava.com/maven/ is down.
The html error message returned by web hosting company lunarpages is stored
into the xml file maven-metadata-agilejava.xml and appears to be incorrect
xml.
I disabled this plugin repository by adding the following code to my own
pom.xml:
<pluginRepositories>
<pluginRepository>
<!-- this plugin repository was disabled, as its
website was down. -->
<id>agilejava</id>
<url>http://agilejava.com/maven/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
--
View this message in context:
http://www.nabble.com/error-with-maven-metadata-Agile-Java.xml-tp24463840p24479206.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]