You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Sravya Tirukkovalur (JIRA)" <ji...@apache.org> on 2014/04/04 21:36:16 UTC

[jira] [Created] (SENTRY-167) Change mvn compile to mvn install -DskipTests in README

Sravya Tirukkovalur created SENTRY-167:
------------------------------------------

             Summary: Change mvn compile to mvn install -DskipTests in README
                 Key: SENTRY-167
                 URL: https://issues.apache.org/jira/browse/SENTRY-167
             Project: Sentry
          Issue Type: Improvement
    Affects Versions: 1.3.0
            Reporter: Sravya Tirukkovalur


"mvn compile" currently fails because of a maven resolution bug.

It tries to resolve test scoped dependencies in compile scope, and fails to find test jars:
http://stackoverflow.com/questions/4786881/why-is-test-jar-dependency-required-for-mvn-compile

We should change mvn compile to mvn install in our README. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)