David J. M. Karlsen wrote on Tuesday, January 16, 2007 1:18 AM:

> Jörg Schaible wrote:
>> David J. M. Karlsen wrote on Friday, January 12, 2007 12:14 PM:
>> 
>> 
>>> Hi!
>>> 
>>> I've declared my parent pom as follows:
>>> 
>>> artifactId>maven-javadoc-plugin</artifactId>
>>> 
>>> <version>2.2-SNAPSHOT</version> <!-- also tried latest release -->
>>> 
>>> <configuration>
>>> 
>>>     <encoding>${encoding.default}</encoding>
>>> 
>>>     <source>${jdk.level}</source>
>>> 
>>> </configuration>
>>> 
>> 
>> and where did you put this? <build>/<plugins> and/or
>> <reporting>/<plugins> ? 
>> 
> Oh - of course - what a nitwit I am - new project - wrong placement -
> it was in the build section - moved :-)

Never mind, it is not very convenient to configure this at two places, 
especially since the configuration in the build/plugins section is merged with 
the one inherited from the parent POM and the one in reporting/plugins is not 
:-/

- Jörg

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

Reply via email to