We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac2d6c commit eb3d0fcCopy full SHA for eb3d0fc
schema/spdx.xsd
@@ -3901,4 +3901,4 @@
3901
</xs:restriction>
3902
</xs:simpleType>
3903
3904
-</xs:schema>
+</xs:schema>
tools/updateSpdx.sh
@@ -6,6 +6,7 @@ this_dir="$(dirname "$this")"
6
project_root="$(dirname "$this_dir")"
7
schema_dir="$project_root/schema"
8
9
+cd "$this_dir"
10
mvn clean \
11
compile \
12
exec:java -Dexec.mainClass='org.cyclonedx.tools.SpdxXsdGenerator' \
0 commit comments