You are viewing a plain text version of this content. The canonical link for it is here.
Posted to repository@apache.org by Dain Sundstrom <da...@iq80.com> on 2006/07/17 02:46:34 UTC

Keeping maven-metadata* files out of the m1 repo

The maven-metadata files in the m1 repo can cause maven 2 accessing  
the legacy repository to break.  From what I understand (from the  
guys on #maven) these files shouldn't be in the repository anyway.   
I've cleaned them out the xbean directories, but a quick search of  
the repository gets this:

/www/people.apache.org/repository
[05:40:09] dain$ find . -name 'maven-meta*'
./geronimo/poms/maven-metadata-mavenOneRepository.xml
./geronimo-spec/poms/maven-metadata.xml
./geronimo-spec/poms/maven-metadata.xml.md5
./geronimo-spec/poms/maven-metadata.xml.sha1
./org.apache.geronimo/poms/maven-metadata.xml
./org.apache.geronimo/poms/maven-metadata.xml.md5
./org.apache.geronimo/poms/maven-metadata.xml.sha1
./incubator-activemq/poms/maven-metadata.xml
./incubator-activemq/poms/maven-metadata.xml.md5
./incubator-activemq/poms/maven-metadata.xml.sha1
./incubator-activemq/poms/maven-metadata-mavenOneRepository.xml
./org.apache.servicemix/poms/maven-metadata.xml
./org.apache.servicemix/poms/maven-metadata.xml.md5
./org.apache.servicemix/poms/maven-metadata.xml.sha1
./org.apache.servicemix.tooling/poms/maven-metadata.xml
./org.apache.servicemix.tooling/poms/maven-metadata.xml.md5
./org.apache.servicemix.tooling/poms/maven-metadata.xml.sha1
./org.apache.geronimo.specs/poms/maven-metadata-mavenOneRepository.xml
./org.apache.pluto/poms/maven-metadata.xml
./org.apache.pluto/poms/maven-metadata.xml.md5
./org.apache.pluto/poms/maven-metadata.xml.sha1
./org.apache.ws.commons/poms/maven-metadata.xml
./org.apache.ws.commons/poms/maven-metadata.xml.md5
./org.apache.ws.commons/poms/maven-metadata.xml.sha1
./org.apache.servicemix.samples/poms/maven-metadata.xml
./org.apache.servicemix.samples/poms/maven-metadata.xml.md5
./org.apache.servicemix.samples/poms/maven-metadata.xml.sha1
./org.apache.geronimo.javamail/poms/maven-metadata- 
mavenOneRepository.xml
./org.apache.servicemix.samples.wsdl-first/poms/maven-metadata.xml
./org.apache.servicemix.samples.wsdl-first/poms/maven-metadata.xml.md5
./org.apache.servicemix.samples.wsdl-first/poms/maven-metadata.xml.sha1
./org.apache.xbean-deleteMe/poms/maven-metadata-mavenOneRepository.xml

I think these files are added by the maven-one-plugin.  Can we flag  
these in the daily repo change emails?  Brett can we get the publish  
of these removed from the maven-one-plugin.

-dain

Re: Keeping maven-metadata* files out of the m1 repo

Posted by Brett Porter <br...@gmail.com>.
On 17/07/06, Dain Sundstrom <da...@iq80.com> wrote:
> I think these files are added by the maven-one-plugin.  Can we flag
> these in the daily repo change emails?

Sounds like a good idea for now.

> Brett can we get the publish
> of these removed from the maven-one-plugin.

Yep, please file a JIRA and someone will look after it. Technically,
they should be added, but it appears that they aren't working as
designed so removing them is the best workaround we have for now.

- Brett