Uploaded image for project: 'Application Controller'
  1. Application Controller
  2. APPC-1586

unify parent pom in all adaptor

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Medium Medium
    • El Alto Release
    • El Alto Release
    • APPC
    • None

      we found some adaptors the parent is still using old way. For example, in appc-rest-healthcheck-adaptor's pom

      <parent>
      <artifactId>appc-rest-healthcheck-adapter</artifactId>
      <groupId>org.onap.appc</groupId>
      <version>XXX-SNAPSHOT</version>
      </parent>

      it should call appc/parents instead
      <parent>
      <groupId>org.onap.appc.parent</groupId>
      <artifactId>binding-parent</artifactId>
      <version>XXX-SNAPSHOT</version>
      <relativePath />
      </parent>

       

            pb071 pb071
            takamune_cho takamune_cho
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: