Something odd going on here. I have just built ServiceMix from HEAD
again, however if I run jbi:servicemix, it is failing to find
servicemix-shared in the local repository or to download it...
$ mvn jbi:servicemix
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'jbi'.
[INFO]
----------------------------------------------------------------------------
[INFO] Building ott:: ott_legacy_plato_sa
[INFO] task-segment: [jbi:servicemix]
[INFO]
----------------------------------------------------------------------------
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring/2.0-rc1/spring-2.0-rc1.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading:
http://repo1.maven.org/maven2/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/opensaml/opensaml/1.0.1/opensaml-1.0.1.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading: http://repo1.maven.org/maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[WARNING]
Artifact junit:junit:jar:3.8.1:test retains local scope 'test'
overriding broader scope 'compile'
given by a dependency. If this is not intended, modify or
remove the local scope.
[INFO] [jbi:servicemix]
[INFO] Cleaning ServiceMix root directory
[c:\develop\specsavers\ott\ott_legacy_plato\sa\target/servicemix/rootDir]
[INFO] Starting Apache ServiceMix
2006-08-08 10:14:18,718 [JMX connector ] INFO ManagementContext
- JMX consoles can connect to
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
2006-08-08 10:14:18,978 [main ] INFO ComponentMBeanImpl
- Initializing component: #SubscriptionManager#
2006-08-08 10:14:19,228 [main ] INFO DeploymentService
- Restoring service assemblies
2006-08-08 10:14:19,369 [main ] INFO JBIContainer
- ServiceMix JBI Container (http://servicemix.org/) name:
ServiceMix running vers
ion: 3.0-incubating-SNAPSHOT
[WARNING] Attempting to build MavenProject instance for Artifact of
type: jar; constructing POM artifact instead.
[WARNING] Attempting to build MavenProject instance for Artifact of
type: jar; constructing POM artifact instead.
[WARNING] Attempting to build MavenProject instance for Artifact of
type: jar; constructing POM artifact instead.
[WARNING] Attempting to build MavenProject instance for Artifact of
type: jar; constructing POM artifact instead.
[INFO] Shutting down Apache ServiceMix
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: org.apache.servicemix
ArtifactId: servicemix-shared
Version: 3.0-incubating-20060808.005519-1
Reason: Unable to download the artifact from any repository
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.servicemix
-DartifactId=servicemix-shared \
-Dversion=3.0-incubating-20060808.005519-1 -Dpackaging=zip
-Dfile=/path/to/file
org.apache.servicemix:servicemix-shared:zip:3.0-incubating-20060808.005519-1
from the specified remote repositories:
central (http://repo1.maven.org/maven2)