Closed bpodgursky closed 10 years ago
Mark Derricutt » clojure-maven-plugin #61 FAILURE Looks like there's a problem with this pull request (what's this?)
Looks good, cheers - any chance of adding a simple IT test-project for this as well?
Actually - I seem to get those buildhive IT failures on my local build of this PR as well...
Yeah, I wasn't really sure what was up with those errors, couldn't really figure out what was wrong. I could take a look at adding a test project or something later.
sorry about that, totally missed that this was all getting tested in integration-test rather than test phase. pushed the fix you suggested.
Mark Derricutt » clojure-maven-plugin #62 SUCCESS This pull request looks good (what's this?)
Cheers - doing a release of 1.3.23
now, this should hit maven central in a few hours.
plugin was failing to find the specified testScript on the filesystem when the path was absolute (ex, when we specified it in the pom as ${project.build.directory}/my_script.clj}), since it was trying to append this absolute path to the end of basedir. I think this should fix it.