Hello,

snapshot1 is a known issue in Eclipse with this version of jboss-packaging-maven-plugin. We fixed it by upgrading the version used in more recent Nuxeo code. I don't know about snapshot2, more precise information could be obtained running "mvn clean install -X" but please prefer reading following comments.

Nuxeo source code is located at http://hg.nuxeo.org/nuxeo/ (it's a Mercurial repository; Subversion repository is mostly deprecated).
See http://doc.nuxeo.org/xwiki/bin/view/FAQ/DownloadingNuxeoSources

Maven recommended version is 2.0.9 (or 2.0.10), I didn't test 2.1.0, there may be some issues.

http://maven.nuxeo.org/nuxeo-release/org/apache/maven/plugins/maven-source-plugin/2.0.2/maven-source-plugin-2.0.2.pom cannot be resolved because maven-source-plugin is not an artifact produced by nuxeo: it won't be stored into nuxeo-release but cached into vendor-release repository. You can search at http://maven.nuxeo.org/. When/where do you have this failure ? Is it a bad artifact resolution made by Maven on your project? If so, it's probably because you use old sources and so bad repositories URLs.

Do you want to work on 5.2-SNAPSHOT (current 5.2 development branch) ? If so, you should then change your pom.xml files to realign on wanted version.
I successfully tested this command either with 5.1.6 or 5.2.m3 versions:
mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create -DartifactId=my-project -DgroupId=com.company.sandbox.myproject -DarchetypeArtifactId=nuxeo-archetype-start -DarchetypeGroupId=org.nuxeo.archetypes -DarchetypeVersion=5.1.6 -DremoteRepositories=http://maven.nuxeo.org/nuxeo-release
   cd my-project
   ant install

Note, we do not make anymore evolutions on nuxeo-archetype-start because Maven archetypes are not enough flexible; we are looking for other solutions in order to initialize Nuxeo customer projects (such as new project wizards in Eclipse).

Did have a look at those sample projects:
   http://hg.nuxeo.org/addons/nuxeo-samples/
   http://svn.nuxeo.org/nuxeo/org.nuxeo.project.sample/trunk/

You may also test the nuxeo-archetype-webengine if you want to work on 5.2.

Regards,
Julien


Sa3d _ a écrit :
hello!
so, i'm trying to deploy a new project using archetyopes-start but i see "build faild" when i click "build with ant " the stack is attached in "snapshot2" I use :
- nuxeo 5.2-snapshot
- ant 1.7.0
- maven 2.1.0
- code source nuxeo (5.2) from : http://svn.nuxeo.org/nuxeo/nuxeo-ep/trunk/ also : Downloading: http://maven.nuxeo.org/nuxeo-release/org/apache/maven/plugins/maven-source-plugin/2.0.2/maven-source-plugin-2.0.2.po
is failed and can't be resolved
thanks in advance
------------------------------------------------------------------------
Découvrez tout ce que Windows Live a à vous apporter ! <http://www.microsoft.com/windows/windowslive/>
------------------------------------------------------------------------


------------------------------------------------------------------------

------------------------------------------------------------------------

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

--
Julien Carsique, Nuxeo (Paris, France)
www.nuxeo.com - The Open Source ECM Platform - www.nuxeo.org
Nuxeo ECM Stack - The Java EE, scalable, standard-based ECM Platform
[email protected] | Tel: +33 1 40 33 79 87


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to