Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The pluginPaths option is output as absolute path and not relative path #331

Open
elipoz opened this issue Aug 17, 2015 · 0 comments
Open

Comments

@elipoz
Copy link

elipoz commented Aug 17, 2015

For example the sbt-wartremover plugin (added via plugins.sbt with this line: addSbtPlugin("org.brianmckenna" % "sbt-wartremover" % "0.11") )
shows as following in all project .iml files:

     <option name="pluginPaths">
       <array>
        <option value="/Users/epozniansky/.ivy2/cache/org.brianmckenna/wartremover_2.10/jars/wartremover_2.10-0.11.jar"/>
       </array>
     </option>

I think it should be relative to $USER_HOME instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant