problems building 3.3-SNAPSHOT rev 675963 - missing dependencies
----------------------------------------------------------------

                 Key: SM-1457
                 URL: https://issues.apache.org/activemq/browse/SM-1457
             Project: ServiceMix
          Issue Type: Bug
    Affects Versions: 3.3
         Environment: maven 2.0.8, java 1.6.0_06, Windows XP
            Reporter: Tomek Kaczanowski


Hi,

I checked out latest 3.3-SNAPSHOT sources 
(https://svn.apache.org/repos/asf/servicemix/smx3/trunk, revision 675963) and 
followed "Building ServiceMix From Sources" guideline 
(http://cwiki.apache.org/SM/building.html).

mvn clean
OK

mvn -Dmaven.skip.test=true -Pstep1,nochecks install
OK

mvn -Dmaven.skip.test=true -Pstep2,nochecks install
ERROR:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.servicemix:servicemix-jsr181:jar:4.0-SNAPSHOT

  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-jsr181 -Dversion=4.0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.servicemix 
-DartifactId=servicemix-jsr181 -Dversion=4.0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.servicemix:servicemix-itests:jar:3.3-SNAPSHOT
        2) org.apache.servicemix:servicemix-jsr181:jar:4.0-SNAPSHOT

2) org.apache.servicemix:servicemix-wsn2005:jar:4.0-SNAPSHOT

  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-wsn2005 -Dversion=4.0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.servicemix 
-DartifactId=servicemix-wsn2005 -Dversion=4.0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.servicemix:servicemix-itests:jar:3.3-SNAPSHOT
        2) org.apache.servicemix:servicemix-wsn2005:jar:4.0-SNAPSHOT

3) org.apache.servicemix:servicemix-eip:jar:4.0-SNAPSHOT

  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-eip -Dversion=4.0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.servicemix 
-DartifactId=servicemix-eip -Dversion=4.0-SNAPSHOT -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.servicemix:servicemix-itests:jar:3.3-SNAPSHOT
        2) org.apache.servicemix:servicemix-eip:jar:4.0-SNAPSHOT

----------
3 required artifacts are missing.

for artifact: 
  org.apache.servicemix:servicemix-itests:jar:3.3-SNAPSHOT

from the specified remote repositories:
  apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
  apache-incubating (http://people.apache.org/repo/m2-incubating-repository),
  java.net (http://download.java.net/maven/1),
  codehaus (http://repository.codehaus.org),
  servicemix-m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo/),
  apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
  central (http://repo1.maven.org/maven2)

maybe it's the same problem as 
https://issues.apache.org/activemq/browse/SM-1440 ?

cheers
Tomek

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to