I have the following question in ant I can have the following

            <property name="environment" value="dev"/>
            <property name="local.stream.name" value="iuf31m"/>
            <ant antfile="mybuild.xml" target="compile"/>

if I would make the same with maven in particular using the maven tag so to
be able to use iteration among my components :

            <maven:maven descriptor="${basedir}/../../../
${component.name}/admin/project.xml" goal="compile" ignoreFailures="false">
                        <ant:property name="environment" value="dev"/>
                        <ant:property name="local.stream.name" value=
"iuf31m"/>

            </maven:maven>
 I noticed that the properties are not correctly passed to the new context
........

Is there a way to pass specific property to the maven tag . Or any
suggestion on how to solve the following issue

Best Regards

Michele


This e-mail, including attachments, is intended for the person(s) or
company named and may contain confidential and/or legally privileged
information. Unauthorized disclosure, copying or use of this information
may be unlawful and is prohibited. If you are not the intended recipient,
please delete this message and notify the sender




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to