Author: stephenc
Date: Tue Oct 27 00:00:34 2009
New Revision: 830031

URL: http://svn.apache.org/viewvc?rev=830031&view=rev
Log:
Updating to reflect the release of Maven Invoker Plugin version 1.5.  Also I 
have changed the pdf and linkcheck profiles to no longer be active by default 
and I have updated the releasing document to reflect that the maven site needs 
to be deployed after doing an update like this

Modified:
    maven/site/trunk/pom.xml
    maven/site/trunk/src/site/apt/developers/release/releasing.apt
    maven/site/trunk/src/site/apt/plugins/index.apt

Modified: maven/site/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=830031&r1=830030&r2=830031&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Tue Oct 27 00:00:34 2009
@@ -362,7 +362,8 @@
       <id>pdf</id>
       <activation>
         <property>
-          <name>!pdf.skip</name>
+          <!--name>pdf.skip</name-->
+          <name>pdf.exec</name>
         </property>
       </activation>
       <build>
@@ -402,7 +403,8 @@
       <id>linkcheck</id>
       <activation>
         <property>
-          <name>!linkcheck.skip</name>
+          <!--name>linkcheck.skip</name-->
+          <name>linkcheck.exec</name>
         </property>
       </activation>
       <reporting>

Modified: maven/site/trunk/src/site/apt/developers/release/releasing.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/release/releasing.apt?rev=830031&r1=830030&r2=830031&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/release/releasing.apt (original)
+++ maven/site/trunk/src/site/apt/developers/release/releasing.apt Tue Oct 27 
00:00:34 2009
@@ -350,7 +350,11 @@
  If this is a shared component release, update the version number for the
  component on the <src/site/apt/shared/index.apt> page.
 
- Commit your changes.
+ Commit your changes and then deploy the site.
+
++-----+
+mvn site-deploy
++-----+
 
  [[14]] Update JIRA
 

Modified: maven/site/trunk/src/site/apt/plugins/index.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/plugins/index.apt?rev=830031&r1=830030&r2=830031&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/plugins/index.apt (original)
+++ maven/site/trunk/src/site/apt/plugins/index.apt Tue Oct 27 00:00:34 2009
@@ -133,7 +133,7 @@
 
*-----------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/plugins/maven-help-plugin/} <<<help>>>}}              | B          | 2.1 
         | 2008-09-04 | Get information about the working environment for the 
project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin}SVN}} 
| {{{http://jira.codehaus.org/browse/MPH}JIRA}}
 
*-----------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
-| {{{/plugins/maven-invoker-plugin/} <<<invoker>>>}}        | B          | 1.4 
         | 2009-09-24 | Run a set of Maven projects and verify the output. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin}SVN}}
 | {{{http://jira.codehaus.org/browse/MINVOKER}JIRA}}
+| {{{/plugins/maven-invoker-plugin/} <<<invoker>>>}}        | B          | 1.5 
         | 2009-10-26 | Run a set of Maven projects and verify the output. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin}SVN}}
 | {{{http://jira.codehaus.org/browse/MINVOKER}JIRA}}
 
*-----------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+
 | {{{/plugins/maven-jarsigner-plugin/} <<<jarsigner>>>}}    | B          | 1.2 
         | 2009-09-30 | Signs or verifies project artifacts. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-jarsigner-plugin}SVN}}
 | {{{http://jira.codehaus.org/browse/MJARSIGNER}JIRA}}
 
*-----------------------------------------------------------+------------+--------------+------------+------------------+------------------------+--------------------+


Reply via email to