Hi Heiko,
> -----Original Message-----
> From: ext Heiko Kundlacz [mailto:[EMAIL PROTECTED]
> Maybe it helps to check the deploy plugin. The deploy plugin will be
> invoked from within the jar plugin. And if I am not wrong, some
> properties will be set in the jar plugin.
Thanks for the tipp. I took a look in the plugin.jelly from the deploy plugin and
could find entries like these:
<j:set var="mavenRepoLocal" value='${context.getVariable("maven.repo.local")}'/>
as I understand, this is setting the property "mavenRepoLocal" in the plugincontext to
the value of the property "maven.repo.local" from the maven context. Generally, j:set
*only* can set a property in the context it is executed in. When executed in
maven.xml, j:set sets the property in the maven context, when executed in the
plugin.jelly, it sets the property in the plugin context. The question is how to tell
j:set to set the property in a different context than it is executed in.
�_�������� __����� _� _
//\ndreas.[|-bbert(a)[|\|okia.com
���������� `-
Andreas Ebbert
�� Software Design Engineer - Nokia Networks OSS
�� phone: +49-177-9413928, fax: +49-211-94123988
�� Heltorfer Stra�e 1, 40472 D�sseldorf, Germany
----------------------------------------------------------------------
This message is confidential. If you have received this message in error,
please delete it from your system. You should not copy it for any purpose,
or disclose its contents to any other person. Internet communications are
not secure and therefore Nokia GmbH does not accept legal responsibility
for the contents of this message as it has been transmitted over a public
network. Thank you.
Nokia GmbH, Nokia Networks is a German Company. Further information
about the Company is available from its principal offices at
Heltorferstrasse 1, D-40472, D�sseldorf, Germany and from the
website at http://www.nokia.com/
----------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]