diff --git a/pom.xml b/pom.xml
index e95284d..a908d38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,14 +171,6 @@
org.apache.maven.plugins
maven-javadoc-plugin
3.11.2
-
-
- attach-javadocs
-
- jar
-
-
-
false
@@ -200,11 +192,13 @@
+
org.apache.maven.plugins
maven-release-plugin
3.1.1
-
+
-Drelease
deploy
@@ -244,11 +238,17 @@
to actually perform an dspace-replicate release to Maven central.
This profile contains settings which are ONLY enabled when performing
a DSpace module release. See also https://wiki.lyrasis.org/display/DSPACE/Release+Procedure
+ NOTE: You MUST trigger this profile by running "-Drelease"
+ (as that flag also triggers other modules to be enabled/disabled as necessary for release)
-->
release
false
+
+
+ release
+
@@ -284,8 +284,21 @@
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+ NOTE: you may optionally specify the "gpg.passphrase" in your settings.xml -->
org.apache.maven.plugins
maven-gpg-plugin