-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 59
-
Fix Version/s: 73.10
-
Component/s: Versioning & Branch management
-
Tags:
-
Sprint:NOS 10.2.1
-
Story Points:2
In Studio Releases and Tags screen, Releases tab.
Goal is to allow people to find easily the Maven GAV for a given release.
TODO
Releases and tags
- Add a button next to the Download Package button named "Copy Maven GAV"
- When clicking the button the maven gav is copied with
<dependency>
<groupId>nuxeo-studio</groupId>
<artifactId>tests-studio1</artifactId>
<version>nxs-4468-rest-api-SNAPSHOT</version>
</dependency>
Branch management
- Add a button in place of the maven gav named "Copy Maven GAV"
- When clicking the button the maven gav is copied with
<dependency>
<groupId>nuxeo-studio</groupId>
<artifactId>tests-studio1</artifactId>
<version>nxs-4468-rest-api-SNAPSHOT</version>
</dependency>
- is duplicated by
-
NXS-2633 Display the MAVEN GAV of all the branches (the non user working ones)
- Resolved
- is required by
-
NXDOC-1530 Document maven gav copy in Studio
- Resolved
-
NXDOC-1531 Document maven gav copy in Studio
- Resolved