Skip to content

Commit

Permalink
add nbm-maven-plugin configuration to get nbm artifact signed
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Villard <[email protected]>
  • Loading branch information
eviweb committed Sep 29, 2020
1 parent 8a28ad4 commit 415b3fe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,18 @@ Please note that if no text is selected, the menu is disabled.
<artifactId>nbm-maven-plugin</artifactId>
<version>4.5</version>
<extensions>true</extensions>
<configuration>
<!-- keep it for backwards compatibility to previous versions-->
<codeNameBase>fr.evidev.netbeans.modules.caseconverter</codeNameBase>
<author>Eric VILLARD ([email protected])</author>
<homePageUrl>link:https://github.com/eviweb/netbeans-case-converter[https://github.com/eviweb/netbeans-case-converter]</homePageUrl>
<!-- keystore: only required, if you don't want to pass the path to the keystore file via cmdline-->
<keystore>${keystore}</keystore>
<keystorealias>${keystorealias}</keystorealias>
<keystorepassword>${keystorepassword}</keystorepassword>
<licenseName>Apache License, Version 2.0</licenseName>
<licenseFile>LICENSE</licenseFile>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 415b3fe

Please sign in to comment.