Gary O'Neall

Results 1059 comments of Gary O'Neall

> Hey @goneall, Assign this issue to me. I'd like to work on this. Hi @AniketNS , welcome to the project! Please feel free to take this issue. I'm currently...

> Hey @goneall, Am I supposed to make changes in the pom.xml file? Correct me If I'm wrong. @AniketNS there's more to it. I can give you some background once...

@AniketNS - the fix will be in the code - around here: https://github.com/spdx/spdx-maven-plugin/blob/4bfcec8c9cac2ff667a190cf27929b9f1e99657b/src/main/java/org/spdx/maven/CreateSpdxMojo.java#L610C13-L610C13 or here: https://github.com/spdx/spdx-maven-plugin/blob/4bfcec8c9cac2ff667a190cf27929b9f1e99657b/src/main/java/org/spdx/maven/utils/SpdxDocumentBuilder.java#L145 I'd like to get this into a release I'm preparing - so let me...

I did a bit more looking and this is a bit of a challenging issue. Not sure why it only happens in the RDF XML format. Since it is only...

Thanks @loosebazooka for the analysis and example. I suspected there may be an issue with this scenario.

> is there some Spdx Lite support in the Spdx Java Library or elsewhere? SPDX Lite should be a subset of the tag/value format and I believe it should processable...

@xwx666666 - I recall multi-module not working when I originally wrote the plugin. I'll take a look and see if I can recall what needs to be fixed sometime this...

I just tested a very simple test multi-module POM file and it (mostly) worked. The one issue I found was if the parent POM file generates an SPDX file, it...

@xwx666666 It looks like the issue you ran into is different from the multi-module support. I just checked the referenced https://repository.apache.org/content/groups/snapshots/org/apache/curator/curator-client/ and version 5.4.0 is not present - it looks...