-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 9.10, 10.1
-
Component/s: Distribution / Installers
-
Sprint:nxsupport 10.1.3
-
Story Points:1
In 8.10, the nuxeo-easyshare addon does not have modules:
drwxr-xr-x 13 ffischer staff 442 4 avr 11:20 .git -rw-r--r-- 1 ffischer staff 63 14 fév 14:20 .gitignore -rw-r--r-- 1 ffischer staff 4490 14 fév 15:18 .project -rw-r--r-- 1 ffischer staff 1986 14 fév 14:20 README.md drwxr-xr-x 6 ffischer staff 204 14 fév 15:14 bin -rwxr-xr-x 1 ffischer staff 4651 4 avr 11:20 pom.xml drwxr-xr-x 4 ffischer staff 136 14 fév 14:20 src
Whereas in 9.10 and it does:
drwxr-xr-x 14 ffischer staff 476 4 avr 11:20 .git -rw-r--r-- 1 ffischer staff 63 7 fév 15:07 .gitignore -rw-r--r-- 1 ffischer staff 1986 7 fév 15:07 README.md drwxr-xr-x 4 ffischer staff 136 4 avr 11:20 nuxeo-easyshare-core drwxr-xr-x 7 ffischer staff 238 4 avr 11:21 nuxeo-easyshare-jsf drwxr-xr-x 7 ffischer staff 238 4 avr 11:21 nuxeo-easyshare-web-ui -rw-r--r-- 1 ffischer staff 2954 4 avr 11:20 pom.xml
This means the dependencies used in 9.10 and later (and coming from 8.10):
<dependency> <groupId>org.nuxeo.ecm</groupId> <artifactId>nuxeo-easyshare</artifactId> <version>${nuxeo.easyshare.version}</version> </dependency>
have to be updated (one for each module).
This currently prevents HF package automated build as it inserts SNAPSHOT jars coming from master:
[INFO] Highest version found set on org.nuxeo.ecm:nuxeo-easyshare-core:jar:10.2-SNAPSHOT Downloading from nuxeo-studio: https://connect.nuxeo.com/nuxeo/site/studio/maven/org/nuxeo/ecm/nuxeo-easyshare-core/10.2-SNAPSHOT/maven-metadata.xml Downloading from public-snapshot: http://maven.nuxeo.org/nexus/content/groups/public-snapshot/org/nuxeo/ecm/nuxeo-easyshare-core/10.2-SNAPSHOT/maven-metadata.xml Downloading from hotfix-snapshots: https://maven.nuxeo.org/nexus/content/repositories/hotfix-snapshots/org/nuxeo/ecm/nuxeo-easyshare-core/10.2-SNAPSHOT/maven-metadata.xml Downloaded from public-snapshot: http://maven.nuxeo.org/nexus/content/groups/public-snapshot/org/nuxeo/ecm/nuxeo-easyshare-core/10.2-SNAPSHOT/maven-metadata.xml (997 B at 2.8 kB/s)
- is required by
-
NXBT-2268 Check for SNAPSHOT jars in hotfix packages
- Resolved