GitHub user Jentsch opened a pull request:
https://github.com/apache/maven-plugins/pull/24
Fix SBT dependencies information
With double '%' SBT tries to find the dependencies compiled with the
locally used Scala version[1]. Since most Maven projects doesn't use
Scala this results in errors like:
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: joda-time#joda-time_2.10;2.3: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[1]
http://www.scala-sbt.org/release/docs/Library-Management.html#Dependencies
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Jentsch/maven-plugins SBT_dependencies
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-plugins/pull/24.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #24
----
commit e9d308f8894999b30f7eac00252868b81e972de6
Author: Jentsch <[email protected]>
Date: 2014-06-20T13:32:19Z
Fix SBT dependencies information
With double '%' SBT tries to find the dependencies compiled with the
locally used Scala version[1]. Since most Maven projects doesn't use
Scala this results in errors like:
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: joda-time#joda-time_2.10;2.3: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[1]
http://www.scala-sbt.org/release/docs/Library-Management.html#Dependencies
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]