You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and maven-dependency-plugin:copy-dependencies goal.
We (jboss-fuse/redhat-fuse) see this when building:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.2:copy-dependencies (unpack-dependencies) on project fuse-springboot-patch-repository: Some problems were encountered while processing the POMs:
[ERROR] [ERROR] Unknown packaging: bundle @ line 6, column 16
[ERROR] : 1 problem was encountered while building the effective model for com.typesafe:config:1.4.1
[ERROR] [ERROR] Unknown packaging: bundle @ line 6, column 16
[ERROR] -> [Help 1]
Thanks to new feature of Maven 3.9.2 and its option -Dmaven.repo.local.recordReverseTree=true, we've tracked the dependency (~/.m2/repository/com/typesafe/config/1.4.1/.tracking/org.jboss.redhat-fuse_fuse-springboot-patch-metadata_jar_7.11.1.fuse-sb2-7_11_1-00025.dep):
We have a project which uses:
and
maven-dependency-plugin:copy-dependencies
goal.We (jboss-fuse/redhat-fuse) see this when building:
Thanks to new feature of Maven 3.9.2 and its option
-Dmaven.repo.local.recordReverseTree=true
, we've tracked the dependency (~/.m2/repository/com/typesafe/config/1.4.1/.tracking/org.jboss.redhat-fuse_fuse-springboot-patch-metadata_jar_7.11.1.fuse-sb2-7_11_1-00025.dep
):The problem is that com.typesafe/config/1.4.1/pom doesn't have parent, doesn't include maven-bundle-plugin declaration but uses:
I have completely no idea how SBT works, but I believe this problem may affect more users.
The text was updated successfully, but these errors were encountered: