Maven 2.x Jfrog issues when migrating oracle JDK 1.7 to Azul open JDK 1.8

79 Views Asked by At

Migrating our project from oracle Jre 1.7 to Azul open Jre1.8 using maven 2.2.1. During the compilation we are hitting the Jfrog issues with jade-Multijar.

“jade-multijar-plugin” version 1.3.2 from Maven 2.x. And later maven 3.x there is no jade-multijar-plugin jars. Want to fix this Jfrog issue.

Error Message : message : Cannot construct org.jfrog.maven.plugins.common.deploy.Deployment as it does not have a no-args constructor cause-exception : com.thoughtworks.xstream.converters.reflection.ObjectAccessException cause-message : Cannot construct org.jfrog.maven.plugins.common.deploy.Deployment as it does not have a no-args constructor

<groupId>org.jfrog.maven.plugins</groupId>
<artifactId>jade-multijar-plugin</artifactId>

maven 2.x with oracle jre 1.7 codes worked fine. When we migrate open JDK azul jre 1.8 the issue persist.

0

There are 0 best solutions below