mirror of https://github.com/apache/nifi.git
NIFI-3100 updated gpg plugin to utilize strong digest by default
This commit is contained in:
parent
a1ab5e844b
commit
29265815d1
14
pom.xml
14
pom.xml
|
@ -1478,6 +1478,20 @@ language governing permissions and limitations under the License. -->
|
|||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>2.9</version>
|
||||
</plugin>
|
||||
<!--
|
||||
When org.apache:apache:19 is released this plugin definition
|
||||
won't be needed. See https://issues.apache.org/jira/browse/MPOM-118
|
||||
-->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-gpg-plugin</artifactId>
|
||||
<version>1.6</version>
|
||||
<configuration>
|
||||
<gpgArguments>
|
||||
<arg>--digest-algo=SHA512</arg>
|
||||
</gpgArguments>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue