Skip to content
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

Merged
merged 1 commit into from
Jan 22, 2021
Merged

Allow maven encryption for keyPass #34

merged 1 commit into from
Jan 22, 2021

Conversation

slawekjaranowski
Copy link
Member

fix: #33

@slawekjaranowski slawekjaranowski added the enhancement New feature or request. label Jan 21, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@@ -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.
Copy link
Contributor

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
Copy link
Contributor

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

English Grammar, see above.

Copy link
Contributor

@mkarg mkarg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LTGTM. Cool extension! :-)

@mkarg mkarg merged commit 7822e3f into master Jan 22, 2021
@mkarg mkarg deleted the pass-encrypt branch January 22, 2021 07:11
slawekjaranowski added a commit that referenced this pull request Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request.
Development

Successfully merging this pull request may close these issues.

Allow maven encryption for keyPass
2 participants