You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dmitry Bedrin (Jira)" <ji...@apache.org> on 2022/01/28 08:00:00 UTC

[jira] [Created] (MNG-7399) Intermittent "The parameters are missing or invalid" failures on Java 18-EA on Windows x86 (32-bit)

Dmitry Bedrin created MNG-7399:
----------------------------------

             Summary: Intermittent "The parameters are missing or invalid" failures on Java 18-EA on Windows x86 (32-bit)
                 Key: MNG-7399
                 URL: https://issues.apache.org/jira/browse/MNG-7399
             Project: Maven
          Issue Type: Bug
    Affects Versions: 3.8.4
            Reporter: Dmitry Bedrin


I'm maintaining open-source project (multi-module Maven) and my CI/CD builds it on 3 platforms (Linux, MacOS, Windows) on Java versions from 6 to 19-ea both 64 bit and 32 bit (where available).

 

After adding JDK 18-ea and 19-ea to the compatibility matrix I've noticed that builds on Windows *32bit* are failing with errors like these:

 
{noformat}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:3.2.0:jar (default-jar) on project sniffy: The parameters 'classesDirectory', 'outputDirectory' for goal org.apache.maven.plugins:maven-jar-plugin:3.2.0:jar are missing or invalid -> [Help 1]{noformat}
 

Appreciate that Java 18 isn't released yet but worth checking.

All other platforms as well as 64-bit JDK on Windows are fine.

 

Happy to provide any further details if required.

 

Here's the repo to reproduce it: [https://github.com/sniffy/sniffy]



--
This message was sent by Atlassian Jira
(v8.20.1#820001)