Uploaded image for project: 'Nuxeo IDE'
  1. Nuxeo IDE
  2. NXIDE-387

Take scope into account when synchronizing pom

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: 1.2.5
    • Fix Version/s: QualifiedToSchedule

      Description

      • Add a unit test for an automation operation
      • Synchronize pom
        => A dependency to nuxeo automation core is added with the test scope
      <dependency>
            <groupId>org.nuxeo.ecm.automation</groupId>
            <artifactId>nuxeo-automation-core</artifactId>
            <scope>test</scope>
      </dependency>
      
      • Add an automation operation
      • Synchronize pom
        => No dependency is detected (should be nuxeo automation core without test scope)
        => Take into account existing scope when detecting dependencies

      Workaround: remove the test dependencies and synchronize pom again

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated: