davidB / yuicompressor-maven-plugin

maven's plugin to compress (Minify / Ofuscate / Aggregate) Javascript files and CSS files using YUI Compressor
http://davidb.github.io/yuicompressor-maven-plugin/
GNU Lesser General Public License v2.1
122 stars 48 forks source link

can't find parent pom #11

Closed fern closed 13 years ago

fern commented 14 years ago

Why is that not in central?

<groupId>net.alchim31.maven</groupId>
<artifactId>alchim31-maven-parent</artifactId>
<version>8</version>

Also, you can remove the oss.sonatype.org-releases from the repositories list, since sonatype syncs that with central.. no need to declare it twice..

fern commented 14 years ago

actually.. you can leave all of your code the same for now.. it looks like your artifacts are not being synced with central.. could you review with sonatype to set it up? it would make things easier :)

fern commented 14 years ago

Actually... even the github-releases doesn't have the parent pom version8!!

https://oss.sonatype.org/content/repositories/github-releases/net/alchim31/maven/alchim31-maven-parent/

it really is missing!!

davidB commented 14 years ago

Hello,

The groupId contains several artifacts, and all (in every versions) doesn't satisfy sonatype rules to allow the group to by sync to central.

I started to fix the issue, but didn't finished yet (and switched to other task since). As using plugin from sonatype repository work (since sontype changed the rules). I'll try to complete the process ASAP.

Thanks for ping me.

davidB commented 13 years ago

fix with version 1.0 (available in central repo)