You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nicolas De Loof <ni...@capgemini.com> on 2006/02/10 13:15:21 UTC

xdoc plugin and "comment" in dependencies

Hello,

I'm building my project doc using maven site.

The xdoc-plugin dependencies template uses a "comment" child-element for 
dependencies that is not in maven "http://maven.apache.org/POM/3.0.0" 
XSD. Is this a change to maven POM ?


This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: xdoc plugin and "comment" in dependencies

Posted by Nicolas De Loof <ni...@capgemini.com>.
It's exactly what I was thinking about.

I'd like the "scope" property in m1 to be only informative and used by 
xdoc "dependencies" tempate to add a scope column,
or even better, to group dependencies by scope ?

Arnaud HERITIER a écrit :

>Yes, it's how it was defined to :
>http://mavenbook.xwiki.com/xwiki/bin/view/Main/BeMaven2Friendly
>
>Arnaud
>
>On 2/13/06, Charles-alexandre Sabourdin
><ka...@dedaletechnology.com> wrote:
>  
>
>>Don't you think it woudl be simplier to use de "property" tag from
>>dependancies
>>?
>>instead of adding the scope informations into 1.1 ?
>>
>>Quoting Arnaud HERITIER <ah...@gmail.com>:
>>
>>    
>>
>>>I suppose just for the documentation.
>>>I think it was also asked to the users to begin to declare them in m1
>>>POMs to be fully usable by m2 projects.
>>>
>>>Arnaud
>>>
>>>On 2/11/06, Lukas Theussl <lt...@apache.org> wrote:
>>>      
>>>
>>>>Maven 1 doesn't know anything about scope, so I don't see how this could
>>>>be useful?
>>>>        
>>>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>  
>

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: xdoc plugin and "comment" in dependencies

Posted by Arnaud HERITIER <ah...@gmail.com>.
Yes, it's how it was defined to :
http://mavenbook.xwiki.com/xwiki/bin/view/Main/BeMaven2Friendly

Arnaud

On 2/13/06, Charles-alexandre Sabourdin
<ka...@dedaletechnology.com> wrote:
> Don't you think it woudl be simplier to use de "property" tag from
> dependancies
> ?
> instead of adding the scope informations into 1.1 ?
>
> Quoting Arnaud HERITIER <ah...@gmail.com>:
>
> > I suppose just for the documentation.
> > I think it was also asked to the users to begin to declare them in m1
> > POMs to be fully usable by m2 projects.
> >
> > Arnaud
> >
> > On 2/11/06, Lukas Theussl <lt...@apache.org> wrote:
> >> Maven 1 doesn't know anything about scope, so I don't see how this could
> >> be useful?
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: xdoc plugin and "comment" in dependencies

Posted by Charles-alexandre Sabourdin <ka...@dedaletechnology.com>.
Don't you think it woudl be simplier to use de "property" tag from 
dependancies
?
instead of adding the scope informations into 1.1 ?

Quoting Arnaud HERITIER <ah...@gmail.com>:

> I suppose just for the documentation.
> I think it was also asked to the users to begin to declare them in m1
> POMs to be fully usable by m2 projects.
>
> Arnaud
>
> On 2/11/06, Lukas Theussl <lt...@apache.org> wrote:
>> Maven 1 doesn't know anything about scope, so I don't see how this could
>> be useful?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: xdoc plugin and "comment" in dependencies

Posted by Arnaud HERITIER <ah...@gmail.com>.
I suppose just for the documentation.
I think it was also asked to the users to begin to declare them in m1
POMs to be fully usable by m2 projects.

Arnaud

On 2/11/06, Lukas Theussl <lt...@apache.org> wrote:
> Maven 1 doesn't know anything about scope, so I don't see how this could
> be useful?
>
> -Lukas
>
>
> Nicolas De Loof wrote:
> >
> > suggestion :
> > Could xdoc plugin use also a "scope" property, with same use as maven 2
> > <scope> element ?
> > This may be usefull in dependencies.html !
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: xdoc plugin and "comment" in dependencies

Posted by Lukas Theussl <lt...@apache.org>.
Maven 1 doesn't know anything about scope, so I don't see how this could 
be useful?

-Lukas


Nicolas De Loof wrote:
> 
> suggestion :
> Could xdoc plugin use also a "scope" property, with same use as maven 2 
> <scope> element ?
> This may be usefull in dependencies.html !
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: xdoc plugin and "comment" in dependencies

Posted by Nicolas De Loof <ni...@capgemini.com>.
suggestion :
Could xdoc plugin use also a "scope" property, with same use as maven 2 
<scope> element ?
This may be usefull in dependencies.html !

Arnaud HERITIER a écrit :

>Under the properties tag you can have any sub-element (comment,
>war.bundled, ...) which are used by various plugins.
>That's right that it is supported by the xdoc plugin but I don't find
>the documentation.
>Thanks to noticed it. We'll fix it asap.
>
>arnaud
>
>
>
>On 2/10/06, Nicolas De Loof <ni...@capgemini.com> wrote:
>  
>
>>Hello,
>>
>>I'm building my project doc using maven site.
>>
>>The xdoc-plugin dependencies template uses a "comment" child-element for
>>dependencies that is not in maven "http://maven.apache.org/POM/3.0.0"
>>XSD. Is this a change to maven POM ?
>>
>>
>>This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>    
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>  
>

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: xdoc plugin and "comment" in dependencies

Posted by Arnaud HERITIER <ah...@gmail.com>.
Under the properties tag you can have any sub-element (comment,
war.bundled, ...) which are used by various plugins.
That's right that it is supported by the xdoc plugin but I don't find
the documentation.
Thanks to noticed it. We'll fix it asap.

arnaud



On 2/10/06, Nicolas De Loof <ni...@capgemini.com> wrote:
>
> Hello,
>
> I'm building my project doc using maven site.
>
> The xdoc-plugin dependencies template uses a "comment" child-element for
> dependencies that is not in maven "http://maven.apache.org/POM/3.0.0"
> XSD. Is this a change to maven POM ?
>
>
> This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient,  you are not authorized to read, print, retain, copy, disseminate,  distribute, or use this message or any part thereof. If you receive this  message in error, please notify the sender immediately and delete all  copies of this message.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org