You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2009/02/12 15:07:54 UTC

svn commit: r743751 - in /maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war: WarExplodedMojo.java WarInPlaceMojo.java

Author: dennisl
Date: Thu Feb 12 14:07:54 2009
New Revision: 743751

URL: http://svn.apache.org/viewvc?rev=743751&view=rev
Log:
o Adjust Javadoc.

Modified:
    maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarExplodedMojo.java
    maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarInPlaceMojo.java

Modified: maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarExplodedMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarExplodedMojo.java?rev=743751&r1=743750&r2=743751&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarExplodedMojo.java (original)
+++ maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarExplodedMojo.java Thu Feb 12 14:07:54 2009
@@ -23,7 +23,7 @@
 import org.apache.maven.plugin.MojoFailureException;
 
 /**
- * Generate the exploded webapp
+ * Generate the exploded webapp.
  *
  * @goal exploded
  * @phase package

Modified: maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarInPlaceMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarInPlaceMojo.java?rev=743751&r1=743750&r2=743751&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarInPlaceMojo.java (original)
+++ maven/plugins/trunk/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarInPlaceMojo.java Thu Feb 12 14:07:54 2009
@@ -23,7 +23,7 @@
 import org.apache.maven.plugin.MojoFailureException;
 
 /**
- * Generates webapp in the source directory
+ * Generate the webapp in the source directory.
  *
  * @goal inplace
  * @requiresDependencyResolution runtime