Thanks Dan. I've found a few other POMs that don't comply to M2 format (ie <modelVersion>3.0.0</modelVersion>) and I'll post all those bugs to the MEV JIRA, along with patches.
Wayne On 2/18/06, Dan Diephouse <[EMAIL PROTECTED]> wrote: > I think you just need to file an issue in the MEV JIRA. > http://jira.codehaus.org/browse/MEV > > Also, patches for the poms expedite the process. > - Dan > > Wayne Fay wrote: > > This is bizarre... > > > > http://www.ibiblio.org/maven2/xpp3/xpp3/1.1.3.4/ > > > > xpp3-1.1.3.4-RC3_min.jar (md5, sha1) > > xpp3-1.1.3.4-RC8_min.jar (md5, sha1) > > xpp3-1.1.3.4.pom (md5, sha1) > > > > I tried: > > <dependency> > > <groupId>xpp3</groupId> > > <artifactId>xpp3</artifactId> > > <version>1.1.3.4</version> > > </dependency> > > > > Of course this fails because the name of the jar is actually > > xpp-1.1.3.4-RC8_min.jar and M2 can't find the right directory etc. > > > > How in the world did these files end up in Maven2 repository? And what > > can we do to fix it? All we'd need to do is move those files out of > > this directory and into directories named 1.1.3.4-RC3_min/... and > > 1.1.3.4-RC8_min/... with appropriate poms etc. > > > > Obviously I can pull down the jars and add them manually to my own > > local repo. But I'd rather get this fixed in the master M2 repo so we > > can all benefit. > > > > Thanks. > > Wayne > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Dan Diephouse > Envoi Solutions LLC > http://envoisolutions.com > http://netzooid.com/blog > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
