Author: dennisl
Date: Sun Sep  7 09:27:35 2014
New Revision: 1622990

URL: http://svn.apache.org/r1622990
Log:
[WHISKER-14] Change artifactId for the Maven plugin

Added:
    creadur/whisker/trunk/apache-whisker-maven-plugin/
      - copied from r1622983, creadur/whisker/trunk/apache-whisker-plugin4maven/
    creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml
      - copied, changed from r1622985, 
creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml
Removed:
    creadur/whisker/trunk/apache-whisker-plugin4maven/
Modified:
    
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/example-copyright-notices/pom.xml
    creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/in-5/pom.xml
    
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/license-family/pom.xml
    creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/minimal/pom.xml
    
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/primary-license-with-copyright-notice/pom.xml
    
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/smoke4generate/pom.xml
    
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party-corp/pom.xml
    
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party-group/pom.xml
    creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party/pom.xml
    creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/whisker-10/pom.xml
    
creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/examples/generation-in-5-mins.apt.vm
    creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/index.apt.vm
    creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/usage.apt.vm
    creadur/whisker/trunk/pom.xml
    creadur/whisker/trunk/src/site/apt/examples/3rd-party-corporate.apt
    creadur/whisker/trunk/src/site/apt/examples/3rd-party-group.apt
    creadur/whisker/trunk/src/site/apt/examples/3rd-party-individual.apt
    creadur/whisker/trunk/src/site/apt/examples/copyright-notices.apt
    creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt
    creadur/whisker/trunk/src/site/apt/examples/license-family.apt
    creadur/whisker/trunk/src/site/apt/index.apt
    creadur/whisker/trunk/src/site/site.xml

Copied: creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml (from 
r1622985, creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml)
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml?p2=creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml&p1=creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml&r1=1622985&r2=1622990&rev=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-plugin4maven/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml Sun Sep  7 
09:27:35 2014
@@ -24,7 +24,7 @@
     <artifactId>apache-whisker</artifactId>
     <version>0.2-SNAPSHOT</version>
   </parent>
-  <artifactId>apache-whisker-plugin4maven</artifactId>
+  <artifactId>apache-whisker-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <dependencies>
     <dependency>
@@ -112,8 +112,7 @@
         <artifactId>maven-plugin-plugin</artifactId>
         <version>${mavenPluginPluginVersion}</version>
         <configuration>
-          <goalPrefix>plugin</goalPrefix>
-          <!-- see already solved bug http://jira.codehaus.org/browse/MNG-5346 
describes the problems we experience on Jenkins-CI (20140822)-->
+          <!-- See bug http://jira.codehaus.org/browse/MNG-5346 (which was 
solved in Maven 3.2.2) describing the problems we experience on Jenkins-CI 
(20140822)-->
           <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
         </configuration>
         <executions>
@@ -185,7 +184,7 @@
   ================================
   Project information
   -->
-  <name>Apache Whisker::Plugin(Maven)</name>
-  <description>Apache Whisker plugin for Maven.</description>
-  <url>http://creadur.apache.org/whisker/apache-whisker-plugin4maven</url>
+  <name>Apache Whisker::Maven Plugin</name>
+  <description>Apache Whisker Maven Plugin.</description>
+  <url>http://creadur.apache.org/whisker/apache-whisker-maven-plugin</url>
 </project>

Modified: 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/example-copyright-notices/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/example-copyright-notices/pom.xml?rev=1622990&r1=1622983&r2=1622990&view=diff
==============================================================================
--- 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/example-copyright-notices/pom.xml
 (original)
+++ 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/example-copyright-notices/pom.xml
 Sun Sep  7 09:27:35 2014
@@ -43,7 +43,7 @@
     <plugins>
         <plugin>
           <groupId>org.apache.creadur.whisker</groupId>
-            <artifactId>apache-whisker-plugin4maven</artifactId>
+            <artifactId>apache-whisker-maven-plugin</artifactId>
             <version>@project.version@</version>
             <executions>
                 <execution>

Modified: creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/in-5/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/in-5/pom.xml?rev=1622990&r1=1622983&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/in-5/pom.xml 
(original)
+++ creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/in-5/pom.xml Sun 
Sep  7 09:27:35 2014
@@ -43,7 +43,7 @@
     <plugins>
         <plugin>
           <groupId>org.apache.creadur.whisker</groupId>
-            <artifactId>apache-whisker-plugin4maven</artifactId>
+            <artifactId>apache-whisker-maven-plugin</artifactId>
             <version>@project.version@</version>
             <executions>
                 <execution>

Modified: 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/license-family/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/license-family/pom.xml?rev=1622990&r1=1622983&r2=1622990&view=diff
==============================================================================
--- 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/license-family/pom.xml 
(original)
+++ 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/license-family/pom.xml 
Sun Sep  7 09:27:35 2014
@@ -43,7 +43,7 @@
     <plugins>
         <plugin>
           <groupId>org.apache.creadur.whisker</groupId>
-            <artifactId>apache-whisker-plugin4maven</artifactId>
+            <artifactId>apache-whisker-maven-plugin</artifactId>
             <version>@project.version@</version>
             <executions>
                 <execution>

Modified: 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/minimal/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/minimal/pom.xml?rev=1622990&r1=1622983&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/minimal/pom.xml 
(original)
+++ creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/minimal/pom.xml 
Sun Sep  7 09:27:35 2014
@@ -43,7 +43,7 @@
     <plugins>
         <plugin>
           <groupId>org.apache.creadur.whisker</groupId>
-            <artifactId>apache-whisker-plugin4maven</artifactId>
+            <artifactId>apache-whisker-maven-plugin</artifactId>
             <version>@project.version@</version>
             <executions>
                 <execution>

Modified: 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/primary-license-with-copyright-notice/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/primary-license-with-copyright-notice/pom.xml?rev=1622990&r1=1622983&r2=1622990&view=diff
==============================================================================
--- 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/primary-license-with-copyright-notice/pom.xml
 (original)
+++ 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/primary-license-with-copyright-notice/pom.xml
 Sun Sep  7 09:27:35 2014
@@ -43,7 +43,7 @@
     <plugins>
         <plugin>
           <groupId>org.apache.creadur.whisker</groupId>
-            <artifactId>apache-whisker-plugin4maven</artifactId>
+            <artifactId>apache-whisker-maven-plugin</artifactId>
             <version>@project.version@</version>
             <executions>
                 <execution>

Modified: 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/smoke4generate/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/smoke4generate/pom.xml?rev=1622990&r1=1622983&r2=1622990&view=diff
==============================================================================
--- 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/smoke4generate/pom.xml 
(original)
+++ 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/smoke4generate/pom.xml 
Sun Sep  7 09:27:35 2014
@@ -43,7 +43,7 @@
     <plugins>
         <plugin>
           <groupId>org.apache.creadur.whisker</groupId>
-            <artifactId>apache-whisker-plugin4maven</artifactId>
+            <artifactId>apache-whisker-maven-plugin</artifactId>
             <version>@project.version@</version>
             <executions>
                 <execution>

Modified: 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party-corp/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party-corp/pom.xml?rev=1622990&r1=1622983&r2=1622990&view=diff
==============================================================================
--- 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party-corp/pom.xml
 (original)
+++ 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party-corp/pom.xml
 Sun Sep  7 09:27:35 2014
@@ -43,7 +43,7 @@
     <plugins>
         <plugin>
           <groupId>org.apache.creadur.whisker</groupId>
-            <artifactId>apache-whisker-plugin4maven</artifactId>
+            <artifactId>apache-whisker-maven-plugin</artifactId>
             <version>@project.version@</version>
             <executions>
                 <execution>

Modified: 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party-group/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party-group/pom.xml?rev=1622990&r1=1622983&r2=1622990&view=diff
==============================================================================
--- 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party-group/pom.xml
 (original)
+++ 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party-group/pom.xml
 Sun Sep  7 09:27:35 2014
@@ -43,7 +43,7 @@
     <plugins>
         <plugin>
           <groupId>org.apache.creadur.whisker</groupId>
-            <artifactId>apache-whisker-plugin4maven</artifactId>
+            <artifactId>apache-whisker-maven-plugin</artifactId>
             <version>@project.version@</version>
             <executions>
                 <execution>

Modified: 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party/pom.xml?rev=1622990&r1=1622983&r2=1622990&view=diff
==============================================================================
--- 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party/pom.xml 
(original)
+++ 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/third-party/pom.xml 
Sun Sep  7 09:27:35 2014
@@ -43,7 +43,7 @@
     <plugins>
         <plugin>
           <groupId>org.apache.creadur.whisker</groupId>
-            <artifactId>apache-whisker-plugin4maven</artifactId>
+            <artifactId>apache-whisker-maven-plugin</artifactId>
             <version>@project.version@</version>
             <executions>
                 <execution>

Modified: 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/whisker-10/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/whisker-10/pom.xml?rev=1622990&r1=1622983&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/whisker-10/pom.xml 
(original)
+++ creadur/whisker/trunk/apache-whisker-maven-plugin/src/it/whisker-10/pom.xml 
Sun Sep  7 09:27:35 2014
@@ -43,7 +43,7 @@
     <plugins>
         <plugin>
           <groupId>org.apache.creadur.whisker</groupId>
-            <artifactId>apache-whisker-plugin4maven</artifactId>
+            <artifactId>apache-whisker-maven-plugin</artifactId>
             <version>@project.version@</version>
             <executions>
                 <execution>

Modified: 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/examples/generation-in-5-mins.apt.vm
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/examples/generation-in-5-mins.apt.vm?rev=1622990&r1=1622983&r2=1622990&view=diff
==============================================================================
--- 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/examples/generation-in-5-mins.apt.vm
 (original)
+++ 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/examples/generation-in-5-mins.apt.vm
 Sun Sep  7 09:27:35 2014
@@ -37,7 +37,7 @@ Generation In 5 Minutes
 TODO 
 +---------------------------------------+
 
-* Configure Apache Whisker Plugin4Maven
+* Configure Apache Whisker Maven Plugin
  
 +---------------------------------------+
   ...
@@ -46,7 +46,7 @@ TODO 
         ...
         <plugin>
           <groupId>org.apache.creadur.whisker</groupId>
-            <artifactId>apache-whisker-plugin4maven</artifactId>
+            <artifactId>apache-whisker-maven-plugin</artifactId>
             <version>${project.version}</version>
             <executions>
                 <execution>

Modified: 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/index.apt.vm?rev=1622990&r1=1622983&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/index.apt.vm 
(original)
+++ creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/index.apt.vm 
Sun Sep  7 09:27:35 2014
@@ -27,7 +27,7 @@ What Is Apache Whisker?
   Apache Whisker assists assembled applications maintain correct legal 
 documentation. Read more about how Whisker can help {{{../index.html} here}}.
 
-How Can Apache Whisker Plugins For Maven Help?
+How Can Apache Whisker Maven Plugin Help?
 
   {{{http://maven.apache.org}Apache Maven}} is a declarative build management 
tool, 
 useful not only for building components but also for assembling them into 
applications.
@@ -46,7 +46,7 @@ useful not only for building components 
 
 * Usage
 
-  General instructions on how to use the Apache Whisker plugin for Maven can 
be found on the {{{./usage.html}usage page}}. Some more
+  General instructions on how to use the Apache Whisker Maven Plugin can be 
found on the {{{./usage.html}usage page}}. Some more
   specific use cases are described in the examples given below. 
   
   In case you still have questions regarding the plugin's usage, please have a 
look at the {{{./faq.html}FAQ}} and feel

Modified: 
creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/usage.apt.vm
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/usage.apt.vm?rev=1622990&r1=1622983&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/usage.apt.vm 
(original)
+++ creadur/whisker/trunk/apache-whisker-maven-plugin/src/site/apt/usage.apt.vm 
Sun Sep  7 09:27:35 2014
@@ -25,7 +25,7 @@
 
 Usage
 
- The Apache Whisker plugin allows {{{http://creadur.apache.org/whisker} 
Whisker}}
+ The Apache Whisker Maven Plugin allows {{{http://creadur.apache.org/whisker} 
Whisker}}
  features to be integrated into a Maven built project. The following examples
  illustrate the basic usage of this plugin.
 
@@ -52,7 +52,7 @@ Usage
         ...
         <plugin>
           <groupId>org.apache.creadur.whisker</groupId>
-            <artifactId>apache-whisker-plugin4maven</artifactId>
+            <artifactId>apache-whisker-maven-plugin</artifactId>
             <version>${project.version}</version>
             <executions>
                 <execution>

Modified: creadur/whisker/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1622990&r1=1622989&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Sun Sep  7 09:27:35 2014
@@ -87,7 +87,7 @@
     <module>apache-whisker-app</module>
     <module>apache-whisker-velocity</module>
     <module>apache-whisker-cli</module>
-    <module>apache-whisker-plugin4maven</module>
+    <module>apache-whisker-maven-plugin</module>
   </modules>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Modified: creadur/whisker/trunk/src/site/apt/examples/3rd-party-corporate.apt
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/apt/examples/3rd-party-corporate.apt?rev=1622990&r1=1622989&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/apt/examples/3rd-party-corporate.apt 
(original)
+++ creadur/whisker/trunk/src/site/apt/examples/3rd-party-corporate.apt Sun Sep 
 7 09:27:35 2014
@@ -704,7 +704,7 @@ With A Corporate Third Party Work
     From this meta-data, Whisker (either from the
     {{{../apache-whisker-cli/index.html}command line}} or
     integrated into a
-    {{{../apache-whisker-plugin4maven/index.html}Maven build}})
+    {{{../apache-whisker-maven-plugin/index.html}Maven build}})
     generates a <<<LICENSE>>> similar to:
 
 +---------------------------------------+

Modified: creadur/whisker/trunk/src/site/apt/examples/3rd-party-group.apt
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/apt/examples/3rd-party-group.apt?rev=1622990&r1=1622989&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/apt/examples/3rd-party-group.apt (original)
+++ creadur/whisker/trunk/src/site/apt/examples/3rd-party-group.apt Sun Sep  7 
09:27:35 2014
@@ -707,7 +707,7 @@ With A Third Party Work by an Informal G
     From this meta-data, Whisker (either from the
     {{{../apache-whisker-cli/index.html}command line}} or
     integrated into a
-    {{{../apache-whisker-plugin4maven/index.html}Maven build}})
+    {{{../apache-whisker-maven-plugin/index.html}Maven build}})
     generates a <<<LICENSE>>> similar to:
 
 +---------------------------------------+

Modified: creadur/whisker/trunk/src/site/apt/examples/3rd-party-individual.apt
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/apt/examples/3rd-party-individual.apt?rev=1622990&r1=1622989&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/apt/examples/3rd-party-individual.apt 
(original)
+++ creadur/whisker/trunk/src/site/apt/examples/3rd-party-individual.apt Sun 
Sep  7 09:27:35 2014
@@ -700,7 +700,7 @@ With An Individual Third Party Work
     From this meta-data, Whisker (either from the
     {{{../apache-whisker-cli/index.html}command line}} or
     integrated into a
-    {{{../apache-whisker-plugin4maven/index.html}Maven build}})
+    {{{../apache-whisker-maven-plugin/index.html}Maven build}})
     generates a <<<LICENSE>>> similar to:
 
 +---------------------------------------+

Modified: creadur/whisker/trunk/src/site/apt/examples/copyright-notices.apt
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/apt/examples/copyright-notices.apt?rev=1622990&r1=1622989&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/apt/examples/copyright-notices.apt (original)
+++ creadur/whisker/trunk/src/site/apt/examples/copyright-notices.apt Sun Sep  
7 09:27:35 2014
@@ -1616,7 +1616,7 @@ Copyright (c) 2525 The Example Project h
     From this meta-data, Whisker (either from the
     {{{../apache-whisker-cli/index.html}command line}} or
     integrated into a
-    {{{../apache-whisker-plugin4maven/index.html}Maven build}})
+    {{{../apache-whisker-maven-plugin/index.html}Maven build}})
     generates a <<<LICENSE>>> similar to:
 
 +---------------------------------------+

Modified: creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt?rev=1622990&r1=1622989&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt (original)
+++ creadur/whisker/trunk/src/site/apt/examples/in-5-mins.apt Sun Sep  7 
09:27:35 2014
@@ -831,7 +831,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DE
     From this meta-data, Whisker (either from the
     {{{../apache-whisker-cli/index.html}command line}} or
     integrated into a
-    {{{../apache-whisker-plugin4maven/index.html}Maven build}})
+    {{{../apache-whisker-maven-plugin/index.html}Maven build}})
     generates a <<<LICENSE>>> similar to:
 
 +---------------------------------------+

Modified: creadur/whisker/trunk/src/site/apt/examples/license-family.apt
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/apt/examples/license-family.apt?rev=1622990&r1=1622989&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/apt/examples/license-family.apt (original)
+++ creadur/whisker/trunk/src/site/apt/examples/license-family.apt Sun Sep  7 
09:27:35 2014
@@ -882,7 +882,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SU
     From this meta-data, Whisker (either from the
     {{{../apache-whisker-cli/index.html}command line}} or
     integrated into a
-    {{{../apache-whisker-plugin4maven/index.html}Maven build}})
+    {{{../apache-whisker-maven-plugin/index.html}Maven build}})
     generates a <<<LICENSE>>> similar to:
 
 +---------------------------------------+

Modified: creadur/whisker/trunk/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/apt/index.apt?rev=1622990&r1=1622989&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/apt/index.apt (original)
+++ creadur/whisker/trunk/src/site/apt/index.apt Sun Sep  7 09:27:35 2014
@@ -71,7 +71,7 @@ What Is Apache Whisker?
 
  * From the {{{./apache-whisker-cli/index.html} command line}}
 
- * As a {{{./apache-whisker-plugin4maven/index.html} plugin for Maven}}
+ * As a {{{./apache-whisker-maven-plugin/index.html} plugin for Maven}}
 
 * Getting Started
 

Modified: creadur/whisker/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/creadur/whisker/trunk/src/site/site.xml?rev=1622990&r1=1622989&r2=1622990&view=diff
==============================================================================
--- creadur/whisker/trunk/src/site/site.xml (original)
+++ creadur/whisker/trunk/src/site/site.xml Sun Sep  7 09:27:35 2014
@@ -48,7 +48,7 @@
     <menu name='Apache Whisker&trade;' inherit="bottom">
        <item name='Introducing Whisker' href='index.html'/>
        <item name='Meta Data' href='meta-data.html'/>
-       <item name='Maven Plugin' 
href='apache-whisker-plugin4maven/index.html'/>
+       <item name='Maven Plugin' 
href='apache-whisker-maven-plugin/index.html'/>
        <item name='Command Line' href='apache-whisker-cli/index.html'/>
        <item name='Javadocs' href='apidocs/index.html'/>
        <item name='Source Cross-ref' href='xref/index.html'/>


Reply via email to