Author: hboutemy
Date: Tue Oct  5 21:08:14 2010
New Revision: 1004815

URL: http://svn.apache.org/viewvc?rev=1004815&view=rev
Log:
fixed typo

Modified:
    
maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/IntegrationTestMojo.java

Modified: 
maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/IntegrationTestMojo.java
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/IntegrationTestMojo.java?rev=1004815&r1=1004814&r2=1004815&view=diff
==============================================================================
--- 
maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/IntegrationTestMojo.java
 (original)
+++ 
maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/IntegrationTestMojo.java
 Tue Oct  5 21:08:14 2010
@@ -47,7 +47,7 @@ import java.util.Properties;
  * <code>src/test/resources/projects</code> containing:
  * <ul>
  * <li><code>goal.txt</code> (content actually not used, but future version 
should interpret it as a goal to run against
- * the generated project: see <a 
href="http://http://jira.codehaus.org/browse/ARCHETYPE-334/";>ARCHETYPE-334</a>),</li>
+ * the generated project: see <a 
href="http://jira.codehaus.org/browse/ARCHETYPE-334/";>ARCHETYPE-334</a>),</li>
  * <li><code>archetype.properties</code> with properties for project 
generation,</li>
  * <li>optional <code>reference/</code> directory containing a reference copy 
of the expected project created from the IT.</li>
  * </ul>


Reply via email to