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
For a multi-scala-version project, I want to maintain different versions of dependencies in a dependencyManagement section of a profile.
For normal builds this is fine, but mvn flatten:flatten does not appear to pick up the declared dependencies, despite me passing the profile explicitly, and it being present in the flattened parent.pom.
[ERROR] 'dependencies.dependency.version' for org.scala-lang:scala-library:jar is missing. @
For a multi-scala-version project, I want to maintain different versions of dependencies in a dependencyManagement section of a profile.
For normal builds this is fine, but mvn flatten:flatten does not appear to pick up the declared dependencies, despite me passing the profile explicitly, and it being present in the flattened parent.pom.
[ERROR] 'dependencies.dependency.version' for org.scala-lang:scala-library:jar is missing. @
Parent pom has this profile:
and this plugin conf:
In the module I then have
This feels like the same error as #117 , but with a much simpler setup.
The text was updated successfully, but these errors were encountered: