Here you find some more detailed information about this artifact.
-
Relates to profile
generate-gpgkey
-
Install IntelliJ IDEA (Community Editions works)
-
Other IDE’s may work, but you’ll have no predefined run configurations
-
On Windows
-
install plugin Batch Scripts Support
-
Call the run configuration
global-pom-prepare-win\04-cp_template_win
-
Now you have the empty template
%USERPROFILE%\.sign-env.bat
-
Complete the missing entries in this file
-
Sign artifacts by calling
global-pom-shell\81-mvn [signed-install]
-
-
On Linux/Unix
-
bundled plugin 'Shell Script' is needed
-
Call the run configuration
global-pom-prepare-unix\04-cp_template_unix
-
Now you have the empty template
${HOME}\.sign-env.sh
-
Complete the missing entries in this file
-
Sign artifacts by calling
global-pom-shell\82-mvn [signed-install]
-