Skip to content

Instantly share code, notes, and snippets.

@muuki88
Created July 29, 2012 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muuki88/3202281 to your computer and use it in GitHub Desktop.
Save muuki88/3202281 to your computer and use it in GitHub Desktop.
Installing Akka snapshots to local repository for tycho
mvn install:install-file -DgroupId=com.typesafe.akka -DartifactId=akka-actor -Dversion=2.1-SNAPSHOT -Dpackaging=jar -Dfile=/home/muki/Development/target_platform/typesafe/akka/akka-actor/target/akka-actor-2.1-SNAPSHOT.jar
mvn install:install-file -DgroupId=com.typesafe.akka -DartifactId=akka-osgi -Dversion=2.1-SNAPSHOT -Dpackaging=jar -Dfile=/home/muki/Development/target_platform/typesafe/akka/akka-osgi/target/akka-osgi-2.1-SNAPSHOT.jar
mvn install:install-file -DgroupId=com.typesafe.akka -DartifactId=akka-osgi-aries -Dversion=2.1-SNAPSHOT -Dpackaging=jar -Dfile=/home/muki/Development/target_platform/typesafe/akka/akka-osgi-aries/target/akka-osgi-aries-2.1-SNAPSHOT.jar
mvn install:install-file -DgroupId=com.typesafe.akka -DartifactId=akka-akka-slf4j -Dversion=2.1-SNAPSHOT -Dpackaging=jar -Dfile=/home/muki/Development/target_platform/typesafe/akka/akka-akka-slf4j/target/akka-osgi-2.1-SNAPSHOT.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment