maven 生成自己的依赖

我的maven 笔记1
1) se.scalablesolutions.akka:akka-actor:jar:1.0

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=se.scalablesolutions.akka -DartifactId=akka-actor -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=se.scalablesolutions.akka -DartifactId=akka-actor -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) akkatest:akkatest:pom:pom:0.0.1-SNAPSHOT
  2) se.scalablesolutions.akka:akka-actor:jar:1.0

2) org.scala-lang:scala-library:jar:2.8.1

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.scala-lang -DartifactId=scala-library -Dversion=2.8.1 -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.scala-lang -DartifactId=scala-library -Dversion=2.8.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) akkatest:akkatest:pom:pom:0.0.1-SNAPSHOT
  2) se.scalablesolutions.akka:akka-actor:jar:1.0
  3) org.scala-lang:scala-library:jar:2.8.1

3) ch.qos.logback:logback-classic:jar:0.9.24

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=ch.qos.logback -DartifactId=logback-classic -Dversion=0.9.24 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=ch.qos.logback -DartifactId=logback-classic -Dversion=0.9.24 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) akkatest:akkatest:pom:pom:0.0.1-SNAPSHOT
  2) se.scalablesolutions.akka:akka-actor:jar:1.0
  3) ch.qos.logback:logback-classic:jar:0.9.24

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

for artifact:
  akkatest:akkatest:pom:0.0.1-SNAPSHOT

from the specified remote repositories:
  Akka (http://akka.io/repository/, releases=true, snapshots=true),
  Multiverse (http://multiverse.googlecode.com/svn/maven-repository/releases/, releases=true, snapshots=true),
  GuiceyFruit (http://guiceyfruit.googlecode.com/svn/repo/releases/, releases=true, snapshots=true),
  JBoss (https://repository.jboss.org/nexus/content/groups/public/, releases=true, snapshots=true),
  central (http://repo1.maven.org/maven2, releases=true, snapshots=false)







你可能感兴趣的:(maven,scala,SVN,jboss)