Author: kkolinko
Date: Tue Mar 27 01:27:34 2012
New Revision: 1305702
URL: http://svn.apache.org/viewvc?rev=1305702&view=rev
Log:
Add maven plugin release announcement to the front page
Minor further corrections to the maven-plugin page
Modified:
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/docs/maven-plugin.html
tomcat/site/trunk/xdocs/index.xml
tomcat/site/trunk/xdocs/maven-plugin.xml
Modified: tomcat/site/trunk/docs/index.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1305702&r1=1305701&r2=1305702&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Tue Mar 27 01:27:34 2012
@@ -352,6 +352,85 @@ Full details of these changes, and all t
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr>
+<td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica,sanserif"><a
name="Tomcat Maven Plugin 2.0-beta-1 Released">
+<!--()--></a><a name="Tomcat_Maven_Plugin_2.0-beta-1_Released"><strong>Tomcat
Maven Plugin 2.0-beta-1 Released</strong></a></font></td><td align="right"
bgcolor="#525D76"><font color="#ffffff"
face="arial,helvetica.sanserif"><strong>2012-02-01</strong></font></td>
+</tr>
+<tr>
+<td colspan="2">
+<p>
+<blockquote>
+
+<p>
+The Apache Tomcat team is pleased to announce the release of Tomcat
+Maven Plugin 2.0-beta-1.
+</p>
+
+<p>
+The <a href="maven-plugin.html">Apache Tomcat Maven Plugin</a> provides goals
+to manipulate WAR projects within the Apache Tomcat servlet container.
+</p>
+
+<p>
+The binaries are available from Maven repositories. You should specify the
+version in your project's plugin configuration:
+</p>
+
+<div align="left">
+<table cellspacing="4" cellpadding="0" border="0">
+<tr>
+<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"></td><td
bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1"
vspace="0" hspace="0" border="0"></td><td bgcolor="#023264" width="1"
height="1"><img src="/images/void.gif" width="1" height="1" vspace="0"
hspace="0" border="0"></td>
+</tr>
+<tr>
+<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"></td><td bgcolor="#ffffff"
height="1">
+<pre>
+ <plugin>
+ <groupId>org.apache.tomcat.maven</groupId>
+ <artifactId>tomcat6-maven-plugin</artifactId>
+ <version>2.0-beta-1</version>
+ </plugin>
+</pre>
+</td><td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"></td>
+</tr>
+<tr>
+<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"></td><td
bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1"
vspace="0" hspace="0" border="0"></td><td bgcolor="#023264" width="1"
height="1"><img src="/images/void.gif" width="1" height="1" vspace="0"
hspace="0" border="0"></td>
+</tr>
+</table>
+</div>
+or
+<div align="left">
+<table cellspacing="4" cellpadding="0" border="0">
+<tr>
+<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"></td><td
bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1"
vspace="0" hspace="0" border="0"></td><td bgcolor="#023264" width="1"
height="1"><img src="/images/void.gif" width="1" height="1" vspace="0"
hspace="0" border="0"></td>
+</tr>
+<tr>
+<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"></td><td bgcolor="#ffffff"
height="1">
+<pre>
+ <plugin>
+ <groupId>org.apache.tomcat.maven</groupId>
+ <artifactId>tomcat7-maven-plugin</artifactId>
+ <version>2.0-beta-1</version>
+ </plugin>
+</pre>
+</td><td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"></td>
+</tr>
+<tr>
+<td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"></td><td
bgcolor="#023264" height="1"><img src="/images/void.gif" width="1" height="1"
vspace="0" hspace="0" border="0"></td><td bgcolor="#023264" width="1"
height="1"><img src="/images/void.gif" width="1" height="1" vspace="0"
hspace="0" border="0"></td>
+</tr>
+</table>
+</div>
+
+</blockquote>
+</p>
+</td>
+</tr>
+<tr>
+<td>
+<br>
+</td>
+</tr>
+</table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr>
<td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica,sanserif"><a
name="Tomcat 5.5.35 Released">
<!--()--></a><a name="Tomcat_5.5.35_Released"><strong>Tomcat 5.5.35
Released</strong></a></font></td><td align="right" bgcolor="#525D76"><font
color="#ffffff"
face="arial,helvetica.sanserif"><strong>2012-01-16</strong></font></td>
</tr>
Modified: tomcat/site/trunk/docs/maven-plugin.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin.html?rev=1305702&r1=1305701&r2=1305702&view=diff
==============================================================================
--- tomcat/site/trunk/docs/maven-plugin.html (original)
+++ tomcat/site/trunk/docs/maven-plugin.html Tue Mar 27 01:27:34 2012
@@ -195,24 +195,26 @@
<p>
- The Tomcat Maven Plugin provides goals to manipulate WAR projects
within
- the Apache Tomcat servlet container.
- <br>
- You can run your War Apache Maven project through Maven without
- deploying your war file to an Apache Tomcat instance.
- <br>
- More details are available in the Maven generated site :
- <ul>
-
+ The Apache Tomcat Maven Plugin provides goals to manipulate WAR
+ projects within the Apache Tomcat servlet container.
+ You can run your War Apache Maven project through
+ <a href="http://maven.apache.org/">Apache Maven</a> without
+ deploying your WAR file to an Apache Tomcat instance.
+ </p>
+
+<p>
+ More details are available in the Maven generated site:
+ </p>
+
+<ul>
+
<li>
-<a href="maven-plugin-2.0-SNAPSHOT/">Version 2.0-SNAPSHOT</a> (under
developpement)</li>
-
+<a href="maven-plugin-2.0-SNAPSHOT/">Version 2.0-SNAPSHOT</a> (under
development)</li>
+
<li>
<a href="maven-plugin-2/">Version 2.0-beta-1</a> (released version:
2012-02-01)</li>
-
-</ul>
-</p>
+</ul>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr>
@@ -224,7 +226,7 @@
<p>
Sources are located in the following svn path:
- http://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/ .
+ http://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/
</p>
</blockquote>
Modified: tomcat/site/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1305702&r1=1305701&r2=1305702&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Tue Mar 27 01:27:34 2012
@@ -87,6 +87,36 @@ Full details of these changes, and all t
</p>
</section>
+<section name="Tomcat Maven Plugin 2.0-beta-1 Released" rtext="2012-02-01">
+<p>
+The Apache Tomcat team is pleased to announce the release of Tomcat
+Maven Plugin 2.0-beta-1.
+</p>
+<p>
+The <a href="maven-plugin.html">Apache Tomcat Maven Plugin</a> provides goals
+to manipulate WAR projects within the Apache Tomcat servlet container.
+</p>
+<p>
+The binaries are available from Maven repositories. You should specify the
+version in your project's plugin configuration:
+</p>
+<source><![CDATA[
+ <plugin>
+ <groupId>org.apache.tomcat.maven</groupId>
+ <artifactId>tomcat6-maven-plugin</artifactId>
+ <version>2.0-beta-1</version>
+ </plugin>
+]]></source>
+or
+<source><![CDATA[
+ <plugin>
+ <groupId>org.apache.tomcat.maven</groupId>
+ <artifactId>tomcat7-maven-plugin</artifactId>
+ <version>2.0-beta-1</version>
+ </plugin>
+]]></source>
+</section>
+
<section name="Tomcat 5.5.35 Released" rtext="2012-01-16">
<p>
The Apache Tomcat Project is proud to announce the release of version 5.5.35 of
Modified: tomcat/site/trunk/xdocs/maven-plugin.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/maven-plugin.xml?rev=1305702&r1=1305701&r2=1305702&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/maven-plugin.xml (original)
+++ tomcat/site/trunk/xdocs/maven-plugin.xml Tue Mar 27 01:27:34 2012
@@ -11,22 +11,23 @@
<section name="Maven Plugin">
<p>
- The Tomcat Maven Plugin provides goals to manipulate WAR projects
within
- the Apache Tomcat servlet container.
- <br/>
- You can run your War Apache Maven project through Maven without
- deploying your war file to an Apache Tomcat instance.
- <br/>
- More details are available in the Maven generated site :
- <ul>
- <li><a href="maven-plugin-2.0-SNAPSHOT/">Version 2.0-SNAPSHOT</a>
(under developpement)</li>
- <li><a href="maven-plugin-2/">Version 2.0-beta-1</a> (released
version: 2012-02-01)</li>
- </ul>
+ The Apache Tomcat Maven Plugin provides goals to manipulate WAR
+ projects within the Apache Tomcat servlet container.
+ You can run your War Apache Maven project through
+ <a href="http://maven.apache.org/">Apache Maven</a> without
+ deploying your WAR file to an Apache Tomcat instance.
</p>
+ <p>
+ More details are available in the Maven generated site:
+ </p>
+ <ul>
+ <li><a href="maven-plugin-2.0-SNAPSHOT/">Version 2.0-SNAPSHOT</a>
(under development)</li>
+ <li><a href="maven-plugin-2/">Version 2.0-beta-1</a> (released
version: 2012-02-01)</li>
+ </ul>
<subsection name="Sources">
<p>
Sources are located in the following svn path:
- http://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/ .
+ http://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/
</p>
</subsection>
<subsection name="Bug Tracker">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]