Using nuxeo ftest,for prepare-tomcat and prepare jboss target, distribution
shouldn't be hard coded
---------------------------------------------------------------------------------------------------
Key: NXBT-270
URL: https://jira.nuxeo.com/browse/NXBT-270
Project: Nuxeo ECM Build/Test Environment
Issue Type: Improvement
Components: nuxeo-ftest
Reporter: Sun Tan
Assignee: Julien Carsique
At the moment:
<artifact:resolveFile
key="org.nuxeo.ecm.distribution:nuxeo-distribution-jboss:${nuxeo.distribution.version}:zip"
classifier="nuxeo-dm" />
and
<artifact:resolveFile
key="org.nuxeo.ecm.distribution:nuxeo-distribution-tomcat:${nuxeo.distribution.version}:zip"
classifier="nuxeo-dm" />
We should have a way to use another distribution for instance:
<import file="${out.dir}/nuxeo-ftest.xml" />
<property name="prepare-tomcat.groupId" value="org.nuxeo.cm" />
<property name="prepare-tomcat.artifactId"
value="nuxeo-case-management-distribution" />
<property name="prepare-tomcat.version" value="1.7-SNAPSHOT" />
<property name="prepare-tomcat.classifier" value="tomcat-corr" />
<target name="prepare-environment" depends="prepare-tomcat,wizard-on" />
That would override values in prepare tomcat
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets