Open jmvanel opened 6 years ago
Ha, I was a bit confused that you reported this on 29 March, 2 days into the future, but then saw the 2018 year on it. :)
Thanks for clarifying the commit that broke this, git checkout 6b8da35~
and then running mvn package
again indeed got rid of this error!
Hi,
just tried the latest HEAD and the issue is still there
@rimmartin you might have more luck by simply disabling the GPG plugin from the command line (for newer versions of Java, skipping the javadoc stage is also necessary):
$ mvn install -Dgpg.skip -Dmaven.javadoc.skip
Hi @acoburn
I found the https://travis-ci.com/trellis-ldp/ldp-testsuite showing it skipped as you note. then next hit this #232 issue.
I could use git checkout 6b8da35~ as suggested above but am thinking about finding the actual code changes and make a pull request going the other way. However I get further and further away from projects I should be maintaining:-)
@rimmartin please see this comment, explaining that this codebase is stable/unmaintained. You may find that forking this project is the most expedient way to add features and address bugs. The CI link you refer to above is from my own fork of this project at https://github.com/trellis-ldp/ldp-testsuite
I could use
git checkout 6b8da35~
@rimmartin just to confirm what Aaron said, I wouldn't do that, I would use https://github.com/trellis-ldp/ldp-testsuite instead. From my research, that's currently the most usable version of this test suite.
The latest commit https://github.com/w3c/ldp-testsuite/commit/6b8da35c66f6d5f280a7507887444812cee4ae8b seems harmful :(
Context: