You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jentsch <gi...@git.apache.org> on 2014/06/20 15:50:32 UTC

[GitHub] maven-plugins pull request: Fix SBT dependencies information

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 <d....@fu-berlin.de>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[GitHub] maven-plugins pull request: Fix SBT dependencies information

Posted by Jentsch <gi...@git.apache.org>.
Github user Jentsch closed the pull request at:

    https://github.com/apache/maven-plugins/pull/24


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org