Author: olamy
Date: Wed Jul 12 11:38:35 2017
New Revision: 1801723

URL: http://svn.apache.org/viewvc?rev=1801723&view=rev
Log:
avoid javadoc failure

Modified:
    
maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugins/invoker/IntegrationTestMojo.java

Modified: 
maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugins/invoker/IntegrationTestMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugins/invoker/IntegrationTestMojo.java?rev=1801723&r1=1801722&r2=1801723&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugins/invoker/IntegrationTestMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-invoker-plugin/src/main/java/org/apache/maven/plugins/invoker/IntegrationTestMojo.java
 Wed Jul 12 11:38:35 2017
@@ -29,7 +29,7 @@ import org.apache.maven.plugins.annotati
  * never fail the build, designed to be used in conjunction with the verify 
mojo.
  *
  * @since 1.4
- * @author <a href="mailto:stephenconnolly at codehaus">Stephen Connolly</a>
+ * @author Stephen Connolly
  * @version $Id: IntegrationTestMojo.java 1637968 2014-11-10 20:02:25Z 
khmarbaise $
  */
 // CHECKSTYLE_OFF: LineLength


Reply via email to