-
Create a local directory and set it up to serve jars:
mkdir -p ~/.m2-local/repository/ python -m SimpleHTTPServer 8000
-
Publish the jars to that location.
- We use a (somewhat hacky) custom task called
pom_publish
but I assume you have a process.
- We use a (somewhat hacky) custom task called
./pants publish.jar