We have problem in running Pax-Runner, the targeted Pom file was not refresh even we have cleaned the --dir directory.
For instance, we have a POM file in {$HOME}/.m2/repository/samples/0.1.0/demo- 0.1.0.pom
When we run the command
java -jar pax-runner.jar --repository=file:///home/boonping/.m2/repository samples demo 0.1.0
It would copy the demo-0.1.0.pom to ./runner/lib (default directory), and executed the pom file from there. The question was that, when I edited the pom file content in ./m2/repository, and removed the runner folder entirely and ran the same command again, the pom file copied by Pax-Runner remains the old version not the lastest pom file in ./m2/repository even the --clean option was included.
Besides this problem, We also found out if the pom.file doesn't includes <name> attribute, the pax-runner will throws a NullPointerException.
Cheers
Boon Ping & Azrin
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
