2011/10/17 Konstantin Kolinko <knst.koli...@gmail.com>:
> 2011/10/17 Olivier Lamy <ol...@apache.org>:
>> Thanks.
>> I try to publish regulary a web site for the maven plugin (at least
>> when I add docs) and thanks for fixing typos from a French native
>> writer :-)
>>
>> Web site is here: http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/ .
>>
>
> You are welcome ;)
>
> Several questions:
> 1) About the recently added APT file:
>
> Is there a reason why it is called "executable-war-jar.apt.vm",
> with "*.apt.vm" instead of just "*.apt" like the other files there?
Yup there is an interpolation mechanism system when using .vm
extension to transform some value.
For pom samples, I use ${project.version} to have automatic replace
with the current plugin version (see [1] )
>
>
> 2) Are there any automated builds for the web site (Jenkins?)?
Not for site neither pushing snapshot version, as we cannot use scp
from jenkins build nodes to p.a.o (the automated Jenkins is currently
myself :-) )
I have at least configured some jenkins stuff here
https://builds.apache.org/view/S-Z/view/Tomcat/ to build the plugin on
svn  commits (as you can see associated jira issues are updated with
that)
The Tomcat7.x job is just a test I made (currently it fail due to
missing wine on ubuntu nodes)

>
> If there are any interesting resources from those Jenkins builds they
> can be added to the following page:
>
> http://tomcat.apache.org/ci.html
I see it's already up2date :-)
Do you prefer I move the content from here
http://tomcat.apache.org/maven-plugin-2.0-SNAPSHOT/snapshot-test.html
to the ci.html page ?
>
> Best regards,
> Konstantin Kolinko
>
>> 2011/10/17  <kkoli...@apache.org>:
>>> Author: kkolinko
>>> Date: Mon Oct 17 14:29:39 2011
>>> New Revision: 1185205
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1185205&view=rev
>>> Log:
>>> "Tomcat" as a single word is also a trademark
>>>
>>> Modified:
>>>    tomcat/maven-plugin/trunk/src/site/site.xml
>>>
>>> Modified: tomcat/maven-plugin/trunk/src/site/site.xml
>>> URL: 
>>> http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/site.xml?rev=1185205&r1=1185204&r2=1185205&view=diff
>>> ==============================================================================
>>> --- tomcat/maven-plugin/trunk/src/site/site.xml (original)
>>> +++ tomcat/maven-plugin/trunk/src/site/site.xml Mon Oct 17 14:29:39 2011
>>> @@ -67,7 +67,7 @@
>>>   <custom>
>>>     <footer>
>>>       <div>
>>> -      Apache Tomcat, Apache, the Apache feather logo, and the Apache 
>>> Tomcat project logo are trademarks of The Apache Software Foundation.
>>> +      Apache Tomcat, Tomcat, Apache, the Apache feather logo, and the 
>>> Apache Tomcat project logo are trademarks of The Apache Software Foundation.
>>>       All other marks mentioned may be trademarks or registered trademarks 
>>> of their respective owners.</div>
>>>     </footer>
>>>   </custom>
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
>>> For additional commands, e-mail: dev-h...@tomcat.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Olivier Lamy
>> Talend : http://talend.com
>> http://twitter.com/olamy | http://linkedin.com/in/olamy
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: dev-h...@tomcat.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>



-- 
Olivier Lamy
Talend : http://talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

[1] 
http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html#Filtering

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to