Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-520

project add-dependency removes systemPath element

XMLWordPrintable

      Some of my project's dependencies have scope=system and thus, having systemPath element.

      <dependency>
      <groupId>thumbnailator</groupId>
      <artifactId>thumbnailator</artifactId>
      <version>0.4.0</version>
      <scope>system</scope>
      <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/Thumbnailator-0.4.0.jar</systemPath>
      </dependency>

      However when doing 'project add-dependency' with Forge, it removes the systemPath so the project doesn't build anymore.

            rhn-support-ggastald George Gastaldi
            HendyIrawan Hendy Irawan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: