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
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
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
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
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'
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