-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow maven encryption for keyPass #34
Conversation
Kudos, SonarCloud Quality Gate passed! |
@@ -8,12 +8,15 @@ | |||
Creates OpenPGP signatures for all of the project's artifacts | |||
without any external software. | |||
|
|||
This plugin can replace **maven-gpg-plugin** in easy way and give you new feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English Gramar, so it should be: "in an easy way and provide new features."
@@ -67,6 +68,7 @@ protected static void verifyArtifact(Artifact artifact) { | |||
* @param inputStream data to sign | |||
* @param artifactId used for build filename | |||
* @param classifier used for build filename | |||
* @param version used for build filename |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English Grammar: Either "used for built filename" or "used to build filename".
@@ -4,10 +4,14 @@ Introduction | |||
`Sign Maven Plugin` allows you to creates OpenPGP signatures for all of the project's artifacts | |||
without any external software. | |||
|
|||
# Feature | |||
This plugin can replace **maven-gpg-plugin** in easy way and give you new feature. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
English Grammar, see above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LTGTM. Cool extension! :-)
fix: #33