When creating a Nuxeo plugin project with Nuxeo IDE, the generated pom.xml does not contain an update policy for the nuxeo-studio repo.
=> The Studio project is not updated properly when refreshing
=> Add the following line:
<updatePolicy>always</updatePolicy>
- depends on
-
NXS-2418 On Maven build, the Studio SNAPSHOT artifact must be updated
- Resolved