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

Nuxeo plugin project wizard does not include Studio repo in the pom.xml

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 1.2
    • Fix Version/s: 1.2.1

      Description

      In Nuxeo IDE :

      • I create a nuxeo plugin project
      • I go into the pom.xml file

      The pom.xml file is missing the Nuxeo Studio repository, which means I cannot compile my project with Maven if I link my nuxeo plugin project to my studio project.

      Code missing in the pom.xml file is the following:

      <repository>
      <id>nuxeo-studio</id>
      <url>https://connect.nuxeo.com/nuxeo/site/studio/maven</url>
      <releases>
      <enabled>true</enabled>
      </releases>
      <snapshots>
      <enabled>true</enabled>
      </snapshots>
      </repository>
      

        Attachments

          Activity

            People

            • Votes:
              8 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: