-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.2.1
-
Tags:
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>