Skip to content

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

@elipoz

Description

@elipoz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions