I am experiencing the exact same build error after updating the
servicemix-3.0 branch from SVN and attempting a build. I just tried
this moments ago.
On 10/24/06, sdl <[EMAIL PROTECTED]> wrote:
Hi.
I'm having problems getting started with G+SM.
I create a maven service unit with:
mvn archetype:create -DarchetypeGroupId=org.apache.servicemix.tooling
-DarchetypeArtifactId=servicemix-service-unit
-DarchetypeVersion=3.0-incubating -DgroupId=com.mycompany.test
-DartifactId=test-su
I then create a service-assembly with:
mvn archetype:create -DarchetypeGroupId=org.apache.servicemix.tooling
-DarchetypeArtifactId=servicemix-service-assembly
-DarchetypeVersion=3.0-incubating -DgroupId=com.mycompany.test
-DartifactId=test-sa
I create a main pom looking like this:
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.mycompany.test</groupId>
<artifactId>test</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>test-su</module>
<module>test-sa</module>
</modules>
</project>
When building it, i get the following error result:
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: geronimo:geronimo-connector
Reason: Error getting POM for 'geronimo:geronimo-connector' from the
repository: Error transferring file
geronimo:geronimo-connector:pom:1.1
from the specified remote repositories:
central (http://www.ibiblio.org/maven2),
servicemix-m2-repo (http://servicemix.org/m2-repo),
apache.snapshots (http://cvs.apache.org/maven-snapshot-repository),
activemq-tmp-repo
(http://people.apache.org/~chirino/incubator-activemq-4.0.2-RC3/maven2)
How do I proceed from here?
Best regards
Søren
--
View this message in context:
http://www.nabble.com/Error-building-tooling-projects-tf2500901.html#a6971628
Sent from the ServiceMix - User mailing list archive at Nabble.com.
--
Eric