-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Studio Packaging
When building a maven project which contains a dependency to the snapshot version of a studio project (0.0.0-SNAPSHOT), maven does not always fetch the latest version of the studio project which leads to build inconsistencies.
Step to reproduce:
- Set up a maven project with a studio dependency
- Build a first time and check the timestamp of the studio artifact in the .m2 directory
- Do some modification in the studio project
- Build a second time and check .m2 directory
==> maven didn't fetch the latest studio artifact
Currently I have this issue when building the project at https://github.com/nuxeo/solocal using maven 3.2.5
Studio project : https://connect.nuxeo.com/nuxeo/site/studio/ide?project=solocal-poc-nuxeo
- is required by
-
NXIDE-349 Add "always" update policy for nuxeo-studio repo's snapshots
- Resolved