diff --git a/nifi-tdf-controller-services-api-nar/pom.xml b/nifi-tdf-controller-services-api-nar/pom.xml
index 399a37a..76da359 100644
--- a/nifi-tdf-controller-services-api-nar/pom.xml
+++ b/nifi-tdf-controller-services-api-nar/pom.xml
@@ -52,6 +52,66 @@
org.apache.nifi
nifi-nar-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.8.0
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+ net.nicoulaj.maven.plugins
+ checksum-maven-plugin
+ 1.11
+
+
+ create-checksums
+ package
+
+ files
+
+
+
+ MD5
+ SHA-1
+ SHA-256
+ SHA-512
+
+ true
+
+
+ ${project.build.directory}
+
+ *.nar
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/nifi-tdf-controller-services-api/pom.xml b/nifi-tdf-controller-services-api/pom.xml
index 83ad071..0f597ea 100644
--- a/nifi-tdf-controller-services-api/pom.xml
+++ b/nifi-tdf-controller-services-api/pom.xml
@@ -31,4 +31,68 @@
${nifi.version}
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.8.0
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+ net.nicoulaj.maven.plugins
+ checksum-maven-plugin
+ 1.11
+
+
+ create-checksums
+ package
+
+ files
+
+
+
+ MD5
+ SHA-1
+ SHA-256
+ SHA-512
+
+ true
+
+
+ ${project.build.directory}
+
+ *.jar
+
+
+
+
+
+
+
+
+
diff --git a/nifi-tdf-nar/pom.xml b/nifi-tdf-nar/pom.xml
index 99e8805..13ea5c0 100644
--- a/nifi-tdf-nar/pom.xml
+++ b/nifi-tdf-nar/pom.xml
@@ -33,6 +33,66 @@
org.apache.nifi
nifi-nar-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.8.0
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+ net.nicoulaj.maven.plugins
+ checksum-maven-plugin
+ 1.11
+
+
+ create-checksums
+ package
+
+ files
+
+
+
+ MD5
+ SHA-1
+ SHA-256
+ SHA-512
+
+ true
+
+
+ ${project.build.directory}
+
+ *.nar
+
+
+
+
+
+
+
org.jacoco
jacoco-maven-plugin
diff --git a/nifi-tdf-processors/pom.xml b/nifi-tdf-processors/pom.xml
index abb56c0..7f964e7 100644
--- a/nifi-tdf-processors/pom.xml
+++ b/nifi-tdf-processors/pom.xml
@@ -97,4 +97,68 @@
test
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.3.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.8.0
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+ net.nicoulaj.maven.plugins
+ checksum-maven-plugin
+ 1.11
+
+
+ create-checksums
+ package
+
+ files
+
+
+
+ MD5
+ SHA-1
+ SHA-256
+ SHA-512
+
+ true
+
+
+ ${project.build.directory}
+
+ *.jar
+
+
+
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index cd8d93b..3f53b21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,8 +8,9 @@
nifi-pom
0.6.0-SNAPSHOT
nifi-pom
- pom
NiFi processors for OpenTDF
+ https://github.com/opentdf/nifi
+ pom
Clear BSD License
@@ -90,6 +91,16 @@
5.2.0
test
+
+ com.google.protobuf
+ protobuf-java
+ 3.25.5
+
+
+ com.jayway.jsonpath
+ json-path
+ 2.9.0
+