Re: Possible protocol error, handshake_error when using Maven

2022-01-28 Thread Nils Breunese
christopher.mil...@gd-ms.com wrote: > Using Maven 3.5.4 on RHEL 8.1 with OpenJDK 1.8. > > I've been using maven okay for awhile now and now I'm getting the following > error when running a pom.xml file. > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-jar-plugin:2.4:jar (def

Re: Question for Maven Plugin developers/maintainers

2022-01-28 Thread Karl Heinz Marbaise
On 28.01.22 14:52, Tamás Cservenák wrote: Howdy, We'd like to get some feedback from anyone who implemented, maintained or plans to implement a Maven Plugin (Mojo): Did any of you see a Maven Plugin that is NOT implemented in Java (but uses Ant or Beanshell scripting)? No... Currently imp

Possible protocol error, handshake_error when using Maven

2022-01-28 Thread christopher.mil...@gd-ms.com
Using Maven 3.5.4 on RHEL 8.1 with OpenJDK 1.8. I've been using maven okay for awhile now and now I'm getting the following error when running a pom.xml file. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.4:jar (default-jar) on project SOFTWARE_Build_Media: Execu

Question for Maven Plugin developers/maintainers

2022-01-28 Thread Tamás Cservenák
Howdy, We'd like to get some feedback from anyone who implemented, maintained or plans to implement a Maven Plugin (Mojo): Did any of you see a Maven Plugin that is NOT implemented in Java (but uses Ant or Beanshell scripting)? Currently implementing Maven Plugins with these scripting solutions

RE: Problems with the maven-failsafe-plugin and loading of resources from (test-)jars

2022-01-28 Thread Christofer Dutz
Ok ... so I think I fixed the issue. In the end the useModulePath was the solution. The problem was that we initially had more specific configurations of the failsafe plugin in submodules. It seems the re-configuration there, removed that setting again. Removing the reconfigurations that weren'

RE: Problems with the maven-failsafe-plugin and loading of resources from (test-)jars

2022-01-28 Thread Christofer Dutz
Hi Falko, Unfortunately, I've tried disabling the modulePath ... that didn't seem to disable this behavior and it continues to use the module path. Also tried all sorts of classloaders, that I knew ... none of them worked. So, I even started adding module-info.java to my src/test/java to open