davidB / vscaladoc

A variation of scaladoc : an API generator for project written in Scala
http://code.google.com/p/vscaladoc/
22 stars 3 forks source link

Maven build POM error for net.sf.alchim:yuicompressor-maven-plugin #6

Open blair opened 15 years ago

blair commented 15 years ago

Hello David,

I'm trying to compile my fork of the package but I'm getting this error:

$ mvn clean package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building vscaladoc
[INFO]    task-segment: [clean, package]
[INFO] ------------------------------------------------------------------------
[INFO] artifact net.sf.alchim:yuicompressor-maven-plugin: checking for updates from twdata-m2-repository
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).

Project ID: net.sf.alchim:yuicompressor-maven-plugin

Reason: Error getting POM for 'net.sf.alchim:yuicompressor-maven-plugin' from the repository:  Unable to store local copy of metadata: Error updating group repository metadata

net.sf.alchim:yuicompressor-maven-plugin:pom:LATEST

 for project net.sf.alchim:yuicompressor-maven-plugin

Regards, Blair

davidB commented 15 years ago

I'll update the code to force the version (and update it).

Thanks for reporting