For me it does not work :-( I get another error message a few minutes after 
starting the compilation, related to apachemq.

However, I checked the maven-metadata-servicemix-m2-repo.xml file and it 
contains html code (styles and so and so). I think it is nor normal.

I think I will give up and simply try again in a few days :-)

Thank you anyway!

-----Message d'origine-----
De : Sm0k3rz [mailto:[EMAIL PROTECTED] 
Envoyé : lundi 14 mai 2007 9:48
À : [email protected]
Objet : Re: BUILD ERROR FROM MAVEN maven-metadata-servicemix-m2-repo.xml



On your pom change repositories and plug in like this... i hope that can
help you, for me work:

<repositories>
        <repository>
          <id>codehaus.org</id>
          <name>CodeHaus Snapshots</name>
          <url>http://snapshots.repository.codehaus.org</url>
          <releases>
            <enabled>false</enabled>
          </releases>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </repository>
      </repositories>
   <pluginRepositories>
        <pluginRepository>
          <id>codehaus.org</id>
          <name>CodeHaus Plugin Snapshots</name>
          <url>http://snapshots.repository.codehaus.org</url>
          <releases>
            <enabled>false</enabled>
          </releases>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </pluginRepository>
      </pluginRepositories>




Bummer wrote:
> 
> What is the plugin repository url for the codehaus ?
> I am getting same error -_-
> 
> Thanks.
> 
> 
> Sm0k3rz wrote:
>> 
>> 
>> 
>> bsnyder wrote:
>>> 
>>> On 5/13/07, Sm0k3rz <[EMAIL PROTECTED]> wrote:
>>>>
>>>> Hi to all,
>>>> yesterday i have made clean install of a SE and all work... but when
>>>> maven
>>>> on compyling download an XML my maven don't build my application and i
>>>> give
>>>> this error.
>>>> Do you have any idea, it seam that maven downalod corrupted files..
>>>>
>>>> Reason: Error getting POM for 'org.apache.servicemix:servicemix-core'
>>>> from
>>>> the repository: Unable to read local copy of metadata: Cannot read
>>>> metadata
>>>> from 'C:\Documents and
>>>> Settings\Administrator\.m2\repository\org\apache\servicemix\servicemix-core\3.2-incubating-SNAPSHOT\maven-metadata-servicemix-m2-repo.xml':
>>>> entity reference names can not start with character ' ' (position:
>>>> START_TAG
>>>> seen ... list-style: none; }\r\nli { margin:0; padding: 0; }\r\n\r\n/*
>>>> HEADER & ... @18:13)
>>>>   org.apache.servicemix:servicemix-core:pom:3.2-incubating-SNAPSHOT
>>> 
>>> It appears that the maven-metadata-servicemix-m2-repo.xml file is
>>> corrupt in some way. Just delete it from the local repo and let Maven
>>> download it again.
>>> 
>>> Bruce
>>> -- 
>>> perl -e 'print
>>> unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
>>> );'
>>> 
>>> Apache Geronimo - http://geronimo.apache.org/
>>> Apache ActiveMQ - http://activemq.org/
>>> Apache ServiceMix - http://servicemix.org/
>>> Castor - http://castor.org/
>>> 
>>> 
>> Many Thanks Bruce,
>> but i have delete it but maven dowonload it corupted every time... i have
>> change a repository from my pom to codehaus instead of incubator apache
>> and now it work.
>> 
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/BUILD-ERROR-FROM-MAVEN-maven-metadata-servicemix-m2-repo.xml-tf3734366s12049.html#a10592947
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to