[=> [EMAIL PROTECTED] Anahide Tchertchian wrote: > I'm wondering if Nuxeo modules version numbers should be updated? > For the GEIDE sites (one demo for clients, one for us on the same > machine), the same maven repository will be used. > Is it a problem if both sites do not have the same versions for Nuxeo > module?
First, we need to do the following regarding our maven setup :
- Split group ids in several sub categories
o org.nuxeo.runtime
o org.nuxeo.ecm.core
o org.nuxeo.ecm.platform
and probably org.nuxeo.ecm for directories, types and co
- Change artifact ids
for instance :
<groupid>org.nuxeo.ecm.platform</groupid>
<artifactid>workflow-api</artifactid>
....
or
<groupid>org.nuxeo.runtime</groupid>
<artifactid>model</artifactid>
...
or
<groupid>org.nuxeo.ecm.core</groupid>
<artifactid>repository</artifactid>
...
It's an actual RFC. Any comments on this ?
Then we can think about maven package versioning. For the moment it
doesn't matter since we don't use maven yet for packaging and we don't
provide org.nuxeo.* public repository with the corresponding jars since
ant is the only one that knows how to package nx* right now.
To do that we need to be full maven first.
J.
--
Julien Anguenot | Nuxeo R&D (Paris, France)
Open Source ECM - http://www.nuxeo.com
Nuxeo 5 : http://www.nuxeo.org
Mobile: +33 (0) 6 72 57 57 66
signature.asc
Description: OpenPGP digital signature
_______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
