#232

scalate-sample fails to build with mvn3

    • Created on: Fri, Apr 01 2011 (about 1 year ago)
    • Reported by: psfblair
    • Assigned to: -
    • Milestone: -
    • Estimate: None/Small/Medium/Large None
    • Status: Fixed
    • Priority: Normal (3)
    • Component: -
    • Permission type: None
    Building scalate-sample with maven 3 fails to find certain dependencies (markdownj, scalatest, jersey-server, some others) unless the following is added to pom.xml:

    <repositories>
    <repository>
    <id>scala-tools</id>
    <url>http://scala-tools.org/repo-releases</url>
    </repository>
    <repository>
    <id>maven2-repository.java.net</id>
    <url>http://download.java.net/maven/2</url>
    </repository>
    </repositories>
  • Followers
     
    Ico-users psfblair 
     
    Attachments
    No attachments
    Associations
     
    No associations
    Activity
     
    User picture

          on Sep 09, 2011 @ 02:55pm UTC * By jstrachan

    Status changed from New to Fixed
    This is nexus issue. If you add the -Pdownload command it shoudl work...

    mvn install -Pdownload


    For more see...
    http://scalate.fusesource.org/building.html
    Time Expenditure
    Loading