On 6/25/06, Mukesh Mediratta <[EMAIL PROTECTED]> wrote:
We have tried the example given in http://servicemix.org/site/creating-a-standard-jbi-component.html to understand the steps taken to create a JBI Component and get following error. We would appreciate if we understand what is the issue
...
Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-repository-met adata/2.0/maven-repository-metadata-2.0.pom 1K downloaded [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: org.apache.maven:maven-repository-metadata Reason: Error getting POM for 'org.apache.maven:maven-repository-metadata' from the repository: Error transferring file org.apache.maven:maven-repository-metadata:pom:2.0 from the specified remote repositories: central (http://repo1.maven.org/maven2), apache.snapshots (http://svn.apache.org/maven-snapshot-repository)
This is an issue fetching the POM (pom.xml) for one of the Maven repositories that are being used (and those are listed above). I just fetched this POM (http://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom) manually using wget and I was able to grab it just fine which means that the repositories are, in fact, working. Unfortunatley there's nothing we can do about this as it is a Maven issue related to fetching a needed POM. I recommend trying to manually fetch this POM and place it in your local repository (~/.m2/repository/org/apache/maven/maven-repository-metadata/2.0) and then re-run the Maven goal. 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://incubator.apache.org/activemq/ Apache ServiceMix - http://incubator.apache.org/servicemix/ Castor - http://castor.org/
