Cannot create custom Plugins on Fisheye 4.8.0+

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: 4.8.0
    • Component/s: Integrations
    • None
    • Severity 3 - Minor
    • 16

      When attempting to create a custom plugin, the following errors aree shown:
       

      The following artifacts could not be resolved: colt:colt-without-hep:jar:1.2.0-atlassian-2, com.boilerbay:infinitydb:jar:3.0-atlassian-hosted
      

      This error surfaces when attempting to create a custom plugin in Fisheye 4.8.x version. Previous Fisheye versions does not have issues to create custom plugins.

      Workarounds

      Workaround #1

      Build plugin with 4.7.0 version

      Workaround #2

      Set 'provided' scope for infinitydb.
      Install colt-without-hep locally using JAR from /lib folder and pom.xml below:

      <?xml version="1.0" encoding="UTF-8"?>
      <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
          <modelVersion>4.0.0</modelVersion>
          <groupId>colt</groupId>
          <artifactId>colt-without-hep</artifactId>
          <version>1.2.0-atlassian-2</version>
          <licenses>
              <license>
                  <url>https://dst.lbl.gov/ACSSoftware/colt/license.html</url>
                  <comments>It is a repack of cern colt project without hep.aida.* packages, which have license restrictions.</comments>
              </license>
          </licenses>
          <dependencies>
              <dependency>
                  <groupId>concurrent</groupId>
                  <artifactId>concurrent</artifactId>
                  <version>1.3.4</version>
              </dependency>
          </dependencies>
      </project>
      

              Assignee:
              Unassigned
              Reporter:
              Rodrigo M (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: