[ https://issues.apache.org/jira/browse/MJLINK-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Christian Kohlschütter updated MJLINK-82: ----------------------------------------- Affects Version/s: 3.2.0 Description: I'm trying to use maven-jlink-plugin with a project that has a Maven dependency with {{<type>pom</type>}} (which functions as an umbrella dependency bundle with several jars as its dependencies). Currently, maven-jlink-plugin fails in this case with the following error message: {quote}[ERROR] Failed to execute goal org.apache.maven.plugins:maven-jlink-plugin:3.2.0:jlink (default) on project junixsocket-demo-jpackagejlink: The given dependency /Users/ck/.m2/repository/com/kohlschutter/junixsocket/junixsocket-core/2.9.1-SNAPSHOT/junixsocket-core-2.9.1-SNAPSHOT.pom does not have a module-info.java file. So it can't be linked. -> [Help 1] {quote} Environment: any Priority: Blocker (was: Major) > Don't add POM dependencies > -------------------------- > > Key: MJLINK-82 > URL: https://issues.apache.org/jira/browse/MJLINK-82 > Project: Maven JLink Plugin > Issue Type: Bug > Affects Versions: 3.2.0 > Environment: any > Reporter: Christian Kohlschütter > Priority: Blocker > > I'm trying to use maven-jlink-plugin with a project that has a Maven > dependency with {{<type>pom</type>}} (which functions as an umbrella > dependency bundle with several jars as its dependencies). > Currently, maven-jlink-plugin fails in this case with the following error > message: > {quote}[ERROR] Failed to execute goal > org.apache.maven.plugins:maven-jlink-plugin:3.2.0:jlink (default) on project > junixsocket-demo-jpackagejlink: The given dependency > /Users/ck/.m2/repository/com/kohlschutter/junixsocket/junixsocket-core/2.9.1-SNAPSHOT/junixsocket-core-2.9.1-SNAPSHOT.pom > does not have a module-info.java file. So it can't be linked. -> [Help 1] > {quote} -- This message was sent by Atlassian Jira (v8.20.10#820010)