Skip to content
Chandan Rajah edited this page Jun 26, 2013 · 4 revisions

Welcome to the SpyGlass wiki!

Deploying to Parallel AI mvn repositopry on Git Hub

  1. Clone the MVN repository $ git clone https://github.com/ParallelAI/mvn-repo.git

  2. Clone SpyGlass $ git clone https://github.com/ParallelAI/SpyGlass.git

  3. Compile, test and build the project $ mvn -U clean install

  4. Once done, execute the following maven command $ mvn -DaltDeploymentRepository=repo::default::file:../mvn-repo/releases clean deploy

  5. Finally commit both mvn-repo and SpyGlass and push it back to Git Hub

Clone this wiki locally