Closed asalant closed 15 years ago
The issue has been reported to atlassian support, since the jar file went AWOL in their repos at least a week ago. I escalated the issue with atlassian support right now. If they do not fix this RSN I suggest you also file an issue with atlassian. I will keep this issue open until atlassian fixes it. (They actually sent me the jar file in an email !!!)
Fixed with a pom.xml update onhead of master. Latest version builds well. Please note that you must have git:// protocol access to github to make tests run.
'mvn install' after clean checkout of the plugin head fails with:
The fix (I believe) is to exclude the dependency: diff --git a/pom.xml b/pom.xml index 523b4b0..b942014 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,12 @@
Note that with this change I can now build the project but three tests fail. I can build the jar by skipping tests but I'm not sure if the tests are failing b/c of this excluded jar.
I would not be doing this if I could download a 1.5 precompiled jar but I couldn't find one. I'll create an issue for that.