diff --git a/.gitignore b/.gitignore index c2818f199..ff44ba21c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ build .idea specification.json target +.flattened-pom.xml .DS_Store .cursor/ diff --git a/pom.xml b/pom.xml index 509f9a25b..7b1a1319f 100644 --- a/pom.xml +++ b/pom.xml @@ -111,18 +111,22 @@ + org.projectlombok lombok 1.18.42 provided + true + com.github.spotbugs spotbugs 4.9.8 provided + true @@ -258,6 +262,59 @@ + + + + org.codehaus.mojo + flatten-maven-plugin + 1.7.0 + + ossrh + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + 3.5.0 + + + copy-license + process-resources + + copy-resources + + + ${project.build.outputDirectory}/META-INF + + + ${maven.multiModuleProjectDirectory} + + LICENSE + + + + + + +