Martin Skopp wrote on Thursday, March 10, 2005 7:11 AM:
> Hi J�rg,
>
> J�rg Schaible schrieb:
>> You can do this on your own. Define in your parent project :
>> nature.append=
>> maven.eclipse.projectnatures=javanature,${nature.append}
>>
>> Now you can override "nature.append" in your subprojects ...
>
> http://jira.codehaus.org/browse/MPJAVADOC-4
>
> Does that mean issue
> http://jira.codehaus.org/browse/MPJAVADOC-4 ("add
> self-referencing properties") is also solved?
In MPJAVADOC-4 you "extend" the same variable, while I use with my method a
second one. Personally I have such a definition for maven.repo.remote:
maven.repo.remote=http://mycompany/maven-proxy,${maven.repo.remote.add}
This allows me to add individually other remote repositories not coverey by our
maven-proxy installation. Additionally all other projects will not lookup
SNAPSHOTS in those rarely used remote repos.
So yes, you can use this to solve MPJAVADOC-4 as long as you define the
additionaly variable. We did this by appending ".add".
- J�rg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]