Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@ public class PerformReleaseMojo
@Parameter( defaultValue = "false", property = "localCheckout" )
private boolean localCheckout;

/**
* The SCM private key to use.
*/
@Parameter( property = "privateKey" )
private String privateKey;

/**
* The SCM Private Key Pass Phrase to use.
*/
@Parameter( property = "passphrase" )
private String passphrase;

/**
* The SCM username to use.
*/
Expand Down