From 6386b3fba4b5faf37302413454a122d9e734434e Mon Sep 17 00:00:00 2001 From: Ethan McCue Date: Fri, 4 Aug 2023 05:19:23 -0400 Subject: [PATCH 1/2] Add module info --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index beac503..d1e8330 100644 --- a/pom.xml +++ b/pom.xml @@ -116,6 +116,31 @@ + + org.moditect + moditect-maven-plugin + 1.0.0.Final + + + add-module-infos + package + + add-module-info + + + 9 + + + io.kaitai.struct + + *; + + + + + + + org.apache.maven.plugins maven-gpg-plugin From 12647b74acca4674847e32919a2570a765616a2c Mon Sep 17 00:00:00 2001 From: Ethan McCue Date: Fri, 4 Aug 2023 11:46:28 -0400 Subject: [PATCH 2/2] Update POM --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d1e8330..ad57b12 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,8 @@ io.kaitai.struct - *; + io.kaitai.struct; + io.kaitai.struct.annotations;