This is an automated email from the ASF dual-hosted git repository.
alexoree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git
The following commit(s) were added to refs/heads/master by this push:
new e42cd72 JUDDI-995 automated sha512 checksums
e42cd72 is described below
commit e42cd72767797606fc51ec092356601a2c45b513
Author: Alex O'Ree <[email protected]>
AuthorDate: Sun Feb 10 18:23:30 2019 -0500
JUDDI-995 automated sha512 checksums
---
pom.xml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/pom.xml b/pom.xml
index 6746a3c..9bff7aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,6 +299,24 @@ under the License.
</pluginManagement>
<plugins>
<plugin>
+ <groupId>net.nicoulaj.maven.plugins</groupId>
+ <artifactId>checksum-maven-plugin</artifactId>
+ <version>1.8</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>artifacts</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <algorithms>
+ <algorithm>SHA-512</algorithm>
+ </algorithms>
+ <!-- put your configurations here -->
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M1</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]