svn commit: r979957 - in /websites/production/maven/components: plugins-archives/maven-compiler-plugin-3.5.1/ plugins/maven-compiler-plugin/

2016-02-09 Thread agudian
Author: agudian
Date: Tue Feb  9 19:35:10 2016
New Revision: 979957

Log:
Publish maven-compiler-plugin 3.5.1 documentation

Added:

websites/production/maven/components/plugins-archives/maven-compiler-plugin-3.5.1/
  - copied from r979956, 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/
websites/production/maven/components/plugins/maven-compiler-plugin/
  - copied from r979956, 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/



svn commit: r979959 - /websites/production/maven/content/

2016-02-09 Thread agudian
Author: agudian
Date: Tue Feb  9 19:39:19 2016
New Revision: 979959

Log:
maven-compiler-plugin 3.5.1

Added:
websites/production/maven/content/
  - copied from r979958, websites/staging/maven/trunk/content/



svn commit: r12325 - /release/maven/plugins/

2016-02-09 Thread agudian
Author: agudian
Date: Tue Feb  9 19:31:55 2016
New Revision: 12325

Log:
Maven Compiler Plugin 3.5.1

Added:
release/maven/plugins/maven-compiler-plugin-3.5.1-source-release.zip   
(with props)
release/maven/plugins/maven-compiler-plugin-3.5.1-source-release.zip.asc
release/maven/plugins/maven-compiler-plugin-3.5.1-source-release.zip.md5
Removed:
release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip
release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip.asc
release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip.md5

Added: release/maven/plugins/maven-compiler-plugin-3.5.1-source-release.zip
==
Binary file - no diff available.

Propchange: release/maven/plugins/maven-compiler-plugin-3.5.1-source-release.zip
--
svn:mime-type = application/octet-stream

Added: release/maven/plugins/maven-compiler-plugin-3.5.1-source-release.zip.asc
==
--- release/maven/plugins/maven-compiler-plugin-3.5.1-source-release.zip.asc 
(added)
+++ release/maven/plugins/maven-compiler-plugin-3.5.1-source-release.zip.asc 
Tue Feb  9 19:31:55 2016
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iF4EABEIAAYFAla2Q7kACgkQpfCU/Tlh3wXgzAD/V+cKlidaH5gLD0ejoAZas0fW
+GjxTlgzBSzfHfupz5FgBAM0bsmE+QMPz2qidFriJQGlCk3jYUK0a5OmDjIaGh3dM
+=6Otn
+-END PGP SIGNATURE-

Added: release/maven/plugins/maven-compiler-plugin-3.5.1-source-release.zip.md5
==
--- release/maven/plugins/maven-compiler-plugin-3.5.1-source-release.zip.md5 
(added)
+++ release/maven/plugins/maven-compiler-plugin-3.5.1-source-release.zip.md5 
Tue Feb  9 19:31:55 2016
@@ -0,0 +1 @@
+a21d867622ec70b5c29163be763b8389
\ No newline at end of file




svn commit: r1729442 - /maven/site/trunk/content/apt/plugins/index.apt

2016-02-09 Thread agudian
Author: agudian
Date: Tue Feb  9 19:36:46 2016
New Revision: 1729442

URL: http://svn.apache.org/viewvc?rev=1729442=rev
Log:
maven-compiler-plugin 3.5.1

Modified:
maven/site/trunk/content/apt/plugins/index.apt

Modified: maven/site/trunk/content/apt/plugins/index.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugins/index.apt?rev=1729442=1729441=1729442=diff
==
--- maven/site/trunk/content/apt/plugins/index.apt (original)
+++ maven/site/trunk/content/apt/plugins/index.apt Tue Feb  9 19:36:46 2016
@@ -69,7 +69,7 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugins/maven-clean-plugin/} <<>>}}   | B  | 
3.0.0| 2015-10-22 | Clean up after the build. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MCLEAN}JIRA}}
 
*--++--++--+++
-| {{{/plugins/maven-compiler-plugin/} <<>>}} | B  | 
3.5  | 2016-01-20 | Compiles Java sources. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MCOMPILER}JIRA}}
+| {{{/plugins/maven-compiler-plugin/} <<>>}} | B  | 
3.5.1| 2016-02-09 | Compiles Java sources. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MCOMPILER}JIRA}}
 
*--++--++--+++
 | {{{/plugins/maven-deploy-plugin/} <<>>}} | B  | 
2.8.2| 2014-08-27 | Deploy the built artifact to the remote repository. 
| 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MDEPLOY}JIRA}}
 
*--++--++--+++




svn commit: r1728863 - in /maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler: AbstractCompilerMojo.java CompilationFailureException.java

2016-02-06 Thread agudian
Author: agudian
Date: Sat Feb  6 18:11:24 2016
New Revision: 1728863

URL: http://svn.apache.org/viewvc?rev=1728863=rev
Log:
Fix some javadoc issues reported in JDK8

Modified:

maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java

maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/CompilationFailureException.java

Modified: 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java?rev=1728863=1728862=1728863=diff
==
--- 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
 Sat Feb  6 18:11:24 2016
@@ -1273,10 +1273,9 @@ public abstract class AbstractCompilerMo
 }
 
 /**
- * We just compare the timestamps of all local dependency files 
(inter-module dependency classpath)
- * and the own generated classes
- * and if we got a file which is >= the buid-started timestamp, then we 
catched a file which got
- * changed during this build.
+ * We just compare the timestamps of all local dependency files 
(inter-module dependency classpath) and the own
+ * generated classes and if we got a file which is = the buid-started 
timestamp, then we catched a file which
+ * got changed during this build.
  *
  * @return true if at least one single dependency has changed.
  */

Modified: 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/CompilationFailureException.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/CompilationFailureException.java?rev=1728863=1728862=1728863=diff
==
--- 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/CompilationFailureException.java
 (original)
+++ 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/CompilationFailureException.java
 Sat Feb  6 18:11:24 2016
@@ -26,7 +26,6 @@ import java.util.List;
 
 /**
  * @author mailto:ja...@maven.org;>Jason van Zyl
- * @version $Id$
  * @since 2.0
  */
 @SuppressWarnings( "serial" )
@@ -57,7 +56,7 @@ public class CompilationFailureException
 /**
  * Short message will have the error message if there's only one, useful 
for errors forking the compiler
  *
- * @param messages
+ * @param messages the messages
  * @return the short error message
  * @since 2.0.2
  */
@@ -75,7 +74,7 @@ public class CompilationFailureException
 
 sb.append( compilerError ).append( LS );
 }
-
+
 return sb.toString();
 }
 }




svn commit: r979705 [3/5] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-u

2016-02-06 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/source-repository.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/source-repository.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/source-repository.html
 Sat Feb  6 19:10:36 2016
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Apache Maven Compiler Plugin  Source Repository
 
@@ -73,9 +73,9 @@
 
 
 
-  | Last Published: 2016-01-16
+  | Last Published: 2016-02-06
   
-Version: 3.5
+Version: 3.5.1
 
 
 
@@ -454,21 +454,21 @@
 
 Web Browser Access
 The following is a link to a browsable version of the source repository:
-http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-3.5;>http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-3.5
+http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-3.5.1;>http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-3.5.1
 
 Anonymous Access
 The source can be checked out anonymously from Subversion with this 
command:
-$ svn checkout 
http://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5 
maven-compiler-plugin
+$ svn checkout 
http://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5.1 
maven-compiler-plugin
 
 Developer Access
 Everyone can access the Subversion repository via HTTP, but committers must 
checkout the Subversion repository via HTTPS.
-$ svn checkout 
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5 
maven-compiler-plugin
+$ svn checkout 
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5.1 
maven-compiler-plugin
 To commit changes to the repository, execute the following command to 
commit your changes (svn will prompt you for your password):
 $ svn commit --username 
your-username -m A message
 
 Access from Behind a 
Firewall
 For those users who are stuck behind a corporate firewall which is blocking 
HTTP access to the Subversion repository, you can try to access it via the 
developer connection:
-$ svn checkout 
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5 
maven-compiler-plugin
+$ svn checkout 
https://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5.1 
maven-compiler-plugin
 
 Access Through a Proxy
 The Subversion client can go through a proxy, if you configure it to do so. 
First, edit your servers configuration file to indicate which proxy 
to use. The file's location depends on your operating system. On Linux or Unix 
it is located in the directory ~/.subversion. On Windows it is in 
%APPDATA%\Subversion. (Try echo %APPDATA%, note this is 
a hidden directory.)

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/surefire-report.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/surefire-report.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/surefire-report.html
 Sat Feb  6 19:10:36 2016
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Apache Maven Compiler Plugin  Surefire Report
 
@@ -73,9 +73,9 @@
 
 
 
-  | Last Published: 2016-01-16
+  | Last Published: 2016-02-06
   
-Version: 3.5
+Version: 3.5.1
 
 
 
@@ -470,7 +470,7 @@ function toggleDisplay(elementId) {
 0
 0
 100%
-6.105
+5.139
 Note: failures are anticipated and checked for with assertions while errors 
are unanticipated.
 
 Package List
@@ -491,7 +491,7 @@ function toggleDisplay(elementId) {
 0
 0
 100%
-6.105
+5.139
 Note: package statistics are not computed recursively, they only sum up all 
of its testsuites numbers.
 
 org.apache.maven.plugin.compiler
@@ -513,7 +513,7 @@ function toggleDisplay(elementId) {
 0
 0
 100%
-6.105
+5.139
 
 Test Cases
 [Summary] [Package List] 
[Test Cases]
@@ -523,39 +523,39 @@ function toggleDisplay(elementId) {
 
 
 testCompilerBasic
-2.23
+1.994
 
 
 testCompilerIncludesExcludes
-0.387
+0.51
 
 
 testCompilerEmptySource
-0.207
+0.185
 
 
 testCompileFailure
-0.205
+0.202
 
 
 testOneOutputFileForAllInput2
-0.202
+0.225
 
 
 testOneOutputFileForAllInput
-0.483
+0.234
 
 
 testCompileFailOnError
-0.357
+0.142
 
 
 testCompilerArgs
-0.139
+0.183
 
 
 testCompilerFork

svn commit: r979705 [5/5] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-u

2016-02-06 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/CompilationFailureException.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/CompilationFailureException.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/CompilationFailureException.html
 Sat Feb  6 19:10:36 2016
@@ -34,59 +34,58 @@
 26  
 27  /**
 28   * @author a href="mailto:ja...@maven.org; 
target="alexandria_uri">mailto:ja...@maven.org"Jason van 
Zyl/a
-29   * @version $Id$
-30   * @since 2.0
-31   */
-32  @SuppressWarnings( 
"serial" )
-33  public class 
CompilationFailureException
-34  extends MojoFailureException
-35  {
-36  private static final 
String LS = System.getProperty( "line.separator" );
-37  
-38  public CompilationFailureException(
 ListCompilerMessage messages )
-39  {
-40  super( null, 
shortMessage( messages ), longMessage( messages ) );
-41  }
-42  
-43  public static 
String longMessage( ListCompilerMessage messages )
-44  {
-45  StringBuilder 
sb = new StringBuilder();
-46  
-47  if ( messages != null )
-48  {
-49  for ( CompilerMessage compilerError : messages )
-50  {
-51  
sb.append( compilerError ).append( LS );
-52  }
-53  }
-54  return sb.toString();
-55  }
-56  
-57  /**
-58   * Short message will have the error message if 
there's only one, useful for errors forking the compiler
-59   *
-60   * @param messages
-61   * @return the short error message
-62   * @since 2.0.2
-63   */
-64  public static 
String shortMessage( ListCompilerMessage messages )
-65  {
-66  StringBuilder 
sb = new StringBuilder();
-67  
-68  sb.append( 
"Compilation failure" );
-69  
-70  if ( messages.size() == 1 )
-71  {
-72  
sb.append( LS );
-73  
-74  
CompilerMessage compilerError = messages.get( 0 );
-75  
-76  
sb.append( compilerError ).append( LS );
-77  }
-78  
-79  return sb.toString();
-80  }
-81  }
+29   * @since 2.0
+30   */
+31  @SuppressWarnings( 
"serial" )
+32  public class 
CompilationFailureException
+33  extends MojoFailureException
+34  {
+35  private static final 
String LS = System.getProperty( "line.separator" );
+36  
+37  public CompilationFailureException(
 ListCompilerMessage messages )
+38  {
+39  super( null, 
shortMessage( messages ), longMessage( messages ) );
+40  }
+41  
+42  public static 
String longMessage( ListCompilerMessage messages )
+43  {
+44  StringBuilder 
sb = new StringBuilder();
+45  
+46  if ( messages != null )
+47  {
+48  for ( CompilerMessage compilerError : messages )
+49  {
+50  
sb.append( compilerError ).append( LS );
+51  }
+52  }
+53  return sb.toString();
+54  }
+55  
+56  /**
+57   * Short message will have the error message if 
there's only one, useful for errors forking the compiler
+58   *
+59   * @param messages the messages
+60   * @return the short error message
+61   * @since 2.0.2
+62   */
+63  public static 
String shortMessage( ListCompilerMessage messages )
+64  {
+65  StringBuilder 
sb = new StringBuilder();
+66  
+67  sb.append( 
"Compilation failure" );
+68  
+69  if ( messages.size() == 1 )
+70  {
+71  
sb.append( LS );
+72  
+73  
CompilerMessage compilerError = messages.get( 0 );
+74  
+75  
sb.append( compilerError ).append( LS );
+76  }
+77  
+78  return sb.toString();
+79  }
+80  }
 
 
 Copyright  20012016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/package-frame.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/package-frame.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/package-frame.html
 Sat Feb  6 19:10:36 2016
@@ -3,7 +3,7 @@
 


-   Apache Maven Compiler Plugin 3.5 Reference Package 
org.apache.maven.plugin.compiler
+   Apache Maven Compiler Plugin 3.5.1 Reference Package 
org.apache.maven.plugin.compiler




Modified: 

svn commit: r1728870 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

2016-02-06 Thread agudian
Author: agudian
Date: Sat Feb  6 18:59:18 2016
New Revision: 1728870

URL: http://svn.apache.org/viewvc?rev=1728870=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
maven/plugins/trunk/maven-compiler-plugin/pom.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1728870=1728869=1728870=diff
==
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sat Feb  6 18:59:18 2016
@@ -30,7 +30,7 @@ under the License.
   
 
   maven-compiler-plugin
-  3.5.1
+  3.6-SNAPSHOT
   maven-plugin
 
   Apache Maven Compiler Plugin
@@ -42,9 +42,9 @@ under the License.
   
 
   
-
scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5.1
-
scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5.1
-
http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-3.5.1
+
scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin/
+
scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin/
+
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/
   
   
 JIRA




svn commit: r1728868 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

2016-02-06 Thread agudian
Author: agudian
Date: Sat Feb  6 18:59:02 2016
New Revision: 1728868

URL: http://svn.apache.org/viewvc?rev=1728868=rev
Log:
[maven-release-plugin] prepare release maven-compiler-plugin-3.5.1

Modified:
maven/plugins/trunk/maven-compiler-plugin/pom.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1728868=1728867=1728868=diff
==
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sat Feb  6 18:59:02 2016
@@ -30,7 +30,7 @@ under the License.
   
 
   maven-compiler-plugin
-  3.6-SNAPSHOT
+  3.5.1
   maven-plugin
 
   Apache Maven Compiler Plugin
@@ -42,9 +42,9 @@ under the License.
   
 
   
-
scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin/
-
scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin/
-
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/
+
scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5.1
+
scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5.1
+
http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-3.5.1
   
   
 JIRA




svn commit: r1728869 - /maven/plugins/tags/maven-compiler-plugin-3.5.1/

2016-02-06 Thread agudian
Author: agudian
Date: Sat Feb  6 18:59:16 2016
New Revision: 1728869

URL: http://svn.apache.org/viewvc?rev=1728869=rev
Log:
[maven-release-plugin] copy for tag maven-compiler-plugin-3.5.1

Added:
maven/plugins/tags/maven-compiler-plugin-3.5.1/   (props changed)
  - copied from r1728868, maven/plugins/trunk/maven-compiler-plugin/

Propchange: maven/plugins/tags/maven-compiler-plugin-3.5.1/
--
--- svn:ignore (added)
+++ svn:ignore Sat Feb  6 18:59:16 2016
@@ -0,0 +1,12 @@
+target
+*~
+*.log
+*.ipr
+*.iws
+*.iml
+.idea
+.wtpmodules
+.project
+.classpath
+.settings
+bin

Propchange: maven/plugins/tags/maven-compiler-plugin-3.5.1/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Sat Feb  6 18:59:16 2016
@@ -0,0 +1 @@
+/maven/plugins/branches/maven-compiler-plugin-annotations:1337379-1351482




svn commit: r1727173 - in /maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath: annotation-processor/src/main/java/org/issue/SimpleAnnotationProcessor.java invoker.properties

2016-01-27 Thread agudian
Author: agudian
Date: Wed Jan 27 20:08:03 2016
New Revision: 1727173

URL: http://svn.apache.org/viewvc?rev=1727173=rev
Log:
[MCOMPILER-235] extend IT to verify that the repeated build without a clean 
works when using an annotation processor that generates java sources.

Modified:

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/issue/SimpleAnnotationProcessor.java

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/invoker.properties

Modified: 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/issue/SimpleAnnotationProcessor.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/issue/SimpleAnnotationProcessor.java?rev=1727173=1727172=1727173=diff
==
--- 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/issue/SimpleAnnotationProcessor.java
 (original)
+++ 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/issue/SimpleAnnotationProcessor.java
 Wed Jan 27 20:08:03 2016
@@ -35,6 +35,7 @@ import javax.lang.model.element.PackageE
 import javax.lang.model.element.TypeElement;
 import javax.lang.model.util.Elements;
 import javax.tools.FileObject;
+import javax.tools.JavaFileObject;
 import javax.tools.StandardLocation;
 
 @SupportedSourceVersion( SourceVersion.RELEASE_6 )
@@ -65,13 +66,25 @@ public class SimpleAnnotationProcessor
 
 try
 {
+Name packageName = packageElement.getQualifiedName();
 FileObject resource =
-filer.createResource( StandardLocation.SOURCE_OUTPUT, 
packageElement.getQualifiedName(), name
+filer.createResource( StandardLocation.SOURCE_OUTPUT, 
packageName, name
 + ".txt", element );
 
 Writer writer = resource.openWriter();
 writer.write( name.toString() );
 writer.close();
+
+String className = name + "Companion";
+JavaFileObject javaFile = filer.createSourceFile( packageName 
+ "." + className, element );
+
+Writer javaWriter = javaFile.openWriter();
+javaWriter.append( "package " ).append( packageName ).append( 
";\n\n" );
+javaWriter.append( "public class " ).append( className 
).append( " {\n" );
+javaWriter.append( "public " ).append( className ).append( 
"() {\n" );
+javaWriter.append( "System.out.println(\"Hey 
there!\");\n" );
+javaWriter.append( "}\n}\n" );
+javaWriter.close();
 }
 catch ( IOException e )
 {

Modified: 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/invoker.properties?rev=1727173=1727172=1727173=diff
==
--- 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/invoker.properties
 Wed Jan 27 20:08:03 2016
@@ -17,3 +17,4 @@
 
 invoker.java.version = 1.6+
 invoker.goals=clean process-test-classes
+invoker.goals.2=process-test-classes




svn commit: r1727176 - in /maven/plugins/trunk/maven-compiler-plugin/src: it/MCOMPILER-203-processorpath/annotation-processor/ it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/iss

2016-01-27 Thread agudian
Author: agudian
Date: Wed Jan 27 20:20:58 2016
New Revision: 1727176

URL: http://svn.apache.org/viewvc?rev=1727176=rev
Log:
[MCOMPILER-262] Don't add project dependencies to -processorpath when using the 
annotationProcessorPaths option, but only the dependencies of the processor 
artifacts.

Modified:

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/pom.xml

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/issue/SimpleAnnotationProcessor.java

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/pom.xml

maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java

Modified: 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/pom.xml?rev=1727176=1727175=1727176=diff
==
--- 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/pom.xml
 (original)
+++ 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/pom.xml
 Wed Jan 27 20:20:58 2016
@@ -31,4 +31,12 @@ under the License.
   
 
   annotation-processor
+
+  
+
+  org.apache.commons
+  commons-lang3
+  3.4
+
+  
 

Modified: 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/issue/SimpleAnnotationProcessor.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/issue/SimpleAnnotationProcessor.java?rev=1727176=1727175=1727176=diff
==
--- 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/issue/SimpleAnnotationProcessor.java
 (original)
+++ 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/issue/SimpleAnnotationProcessor.java
 Wed Jan 27 20:20:58 2016
@@ -52,6 +52,29 @@ public class SimpleAnnotationProcessor
 return true;
 }
 
+// assert that commons-lang3 is on the classpath
+try
+{
+getClass().getClassLoader().loadClass( 
"org.apache.commons.lang3.StringUtils" );
+}
+catch ( ClassNotFoundException expected )
+{
+throw new RuntimeException( "Expected 
org.apache.commons.lang3.StringUtils to be on the processorpath,"
++ "because it is a declared dependency of the annotation 
processor." );
+}
+
+// assert that commons-io is NOT on the classpath, as it is only a 
project dependency in "annotation-user"
+try
+{
+getClass().getClassLoader().loadClass( 
"org.apache.commons.io.IOUtils" );
+throw new RuntimeException( "Expected a ClassNotFoundException 
because "
++ "org.apache.commons.io.IOUtils is not supposed to be on the 
processorpath." );
+}
+catch ( ClassNotFoundException expected )
+{
+// expected.
+}
+
 Filer filer = processingEnv.getFiler();
 
 Elements elementUtils = processingEnv.getElementUtils();

Modified: 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/pom.xml?rev=1727176=1727175=1727176=diff
==
--- 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/pom.xml
 (original)
+++ 
maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/pom.xml
 Wed Jan 27 20:20:58 2016
@@ -33,6 +33,11 @@ under the License.
 
   
 
+  commons-io
+  commons-io
+  2.4
+
+
   junit
   junit
   4.10

Modified: 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java?rev=1727176=1727175=1727176=diff
==
--- 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
 (original)
+++ 
maven/plugins/trun

svn commit: r1726074 - /maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java

2016-01-21 Thread agudian
Author: agudian
Date: Thu Jan 21 19:43:20 2016
New Revision: 1726074

URL: http://svn.apache.org/viewvc?rev=1726074=rev
Log:
[MCOMPILER-235] do not add files from generatedSourcesDirectory to the list of 
source files to compile.

Modified:

maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java

Modified: 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java?rev=1726074=1726073=1726074=diff
==
--- 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
 Thu Jan 21 19:43:20 2016
@@ -563,7 +563,8 @@ public abstract class AbstractCompilerMo
 compilerConfiguration.setProc( proc );
 
 File generatedSourcesDirectory = getGeneratedSourcesDirectory();
-compilerConfiguration.setGeneratedSourcesDirectory( 
generatedSourcesDirectory );
+compilerConfiguration.setGeneratedSourcesDirectory( 
generatedSourcesDirectory != null
+? generatedSourcesDirectory.getAbsoluteFile() : null );
 
 if ( generatedSourcesDirectory != null )
 {
@@ -1052,7 +1053,8 @@ public abstract class AbstractCompilerMo
 {
 File rootFile = new File( sourceRoot );
 
-if ( !rootFile.isDirectory() )
+if ( !rootFile.isDirectory()
+|| rootFile.getAbsoluteFile().equals( 
compilerConfiguration.getGeneratedSourcesDirectory() ) )
 {
 continue;
 }




svn commit: r11976 - /release/maven/plugins/

2016-01-20 Thread agudian
Author: agudian
Date: Wed Jan 20 18:56:07 2016
New Revision: 11976

Log:
Maven Compiler Plugin 3.5

Added:
release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip   (with 
props)
release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip.asc
release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip.md5
Removed:
release/maven/plugins/maven-compiler-plugin-3.3-source-release.zip
release/maven/plugins/maven-compiler-plugin-3.3-source-release.zip.asc
release/maven/plugins/maven-compiler-plugin-3.3-source-release.zip.md5

Added: release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip
==
Binary file - no diff available.

Propchange: release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip
--
svn:mime-type = application/octet-stream

Added: release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip.asc
==
--- release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip.asc 
(added)
+++ release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip.asc Wed 
Jan 20 18:56:07 2016
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v2
+
+iF4EABEIAAYFAlaawcAACgkQpfCU/Tlh3wUZLgEAzbRM3orNjZcAM9MKE50jyJas
+++qSr+sd82XLed7TX28A/1/SzTdZga7cBgkmfAOBq/Wu8FhU9BsKb7Qu8MfnSRfv
+=VyL7
+-END PGP SIGNATURE-

Added: release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip.md5
==
--- release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip.md5 
(added)
+++ release/maven/plugins/maven-compiler-plugin-3.5-source-release.zip.md5 Wed 
Jan 20 18:56:07 2016
@@ -0,0 +1 @@
+e4e6b06ecb6639e1819475f025245b77
\ No newline at end of file




svn commit: r978150 - /websites/production/maven/content/

2016-01-20 Thread agudian
Author: agudian
Date: Wed Jan 20 19:33:46 2016
New Revision: 978150

Log:
maven-compiler-plugin 3.5

Added:
websites/production/maven/content/
  - copied from r978149, websites/staging/maven/trunk/content/



svn commit: r978148 - in /websites/production/maven/components: plugins-archives/maven-compiler-plugin-3.5/ plugins/maven-compiler-plugin/

2016-01-20 Thread agudian
Author: agudian
Date: Wed Jan 20 19:28:13 2016
New Revision: 978148

Log:
Publish maven-compiler-plugin 3.5 documentation

Added:

websites/production/maven/components/plugins-archives/maven-compiler-plugin-3.5/
  - copied from r978147, 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/
websites/production/maven/components/plugins/maven-compiler-plugin/
  - copied from r978147, 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/



svn commit: r1725791 - /maven/site/trunk/content/apt/plugins/index.apt

2016-01-20 Thread agudian
Author: agudian
Date: Wed Jan 20 19:32:16 2016
New Revision: 1725791

URL: http://svn.apache.org/viewvc?rev=1725791=rev
Log:
maven-compiler-plugin 3.5

Modified:
maven/site/trunk/content/apt/plugins/index.apt

Modified: maven/site/trunk/content/apt/plugins/index.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugins/index.apt?rev=1725791=1725790=1725791=diff
==
--- maven/site/trunk/content/apt/plugins/index.apt (original)
+++ maven/site/trunk/content/apt/plugins/index.apt Wed Jan 20 19:32:16 2016
@@ -8,7 +8,7 @@
  Benson Margulies
  Karl-Heinz Marbaise
  -
- 2015-12-17
+ 2016-01-20
  -
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -69,11 +69,11 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugins/maven-clean-plugin/} <<>>}}   | B  | 
3.0.0| 2015-10-22 | Clean up after the build. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin}SVN}} 
| {{{https://issues.apache.org/jira/browse/MCLEAN}JIRA}}
 
*--++--++--+++
-| {{{/plugins/maven-compiler-plugin/} <<>>}} | B  | 
3.3  | 2015-03-26 | Compiles Java sources. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MCOMPILER}JIRA}}
+| {{{/plugins/maven-compiler-plugin/} <<>>}} | B  | 
3.5  | 2016-01-20 | Compiles Java sources. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MCOMPILER}JIRA}}
 
*--++--++--+++
 | {{{/plugins/maven-deploy-plugin/} <<>>}} | B  | 
2.8.2| 2014-08-27 | Deploy the built artifact to the remote repository. 
| 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MDEPLOY}JIRA}}
 
*--++--++--+++
-| {{{/surefire/maven-failsafe-plugin/} <<>>}}| B  | 
2.19.1 | 2016-01-03 | Run the JUnit integration tests in an isolated 
classloader. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}GIT}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}JIRA}}
+| {{{/surefire/maven-failsafe-plugin/} <<>>}}| B  | 
2.19.1   | 2016-01-03 | Run the JUnit integration tests in an isolated 
classloader. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}GIT}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}JIRA}}
 
*--++--++--+++
 | {{{/plugins/maven-install-plugin/} <<>>}}   | B  | 
2.5.2| 2014-08-27 | Install the built artifact into the local 
repository. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-install-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MINSTALL}JIRA}}
 
*--++--++--+++
@@ -81,15 +81,15 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugins/maven-site-plugin/} <<>>}} | B  | 
3.4  | 2014-07-07 | Generate a site for the current project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/}SVN}} 
| {{{https://issues.apache.org/jira/browse/MSITE}JIRA}}
 
*--++--++--+++
-| {{{/surefire/maven-surefire-plugin/} <<>>}}| B  | 
2.19.1 | 2016-01-03 | Run the JUnit unit tests in an isolated 
classloader. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}GIT}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}JIRA}}
+| {{{/surefire/maven-surefire-plugin/} <<>>}}| B  | 
2.19.1   | 2016-01-03 | Ru

svn commit: r1725037 - /maven/plugins/tags/maven-compiler-plugin-3.5/

2016-01-16 Thread agudian
Author: agudian
Date: Sat Jan 16 21:54:12 2016
New Revision: 1725037

URL: http://svn.apache.org/viewvc?rev=1725037=rev
Log:
[maven-release-plugin] copy for tag maven-compiler-plugin-3.5

Added:
maven/plugins/tags/maven-compiler-plugin-3.5/   (props changed)
  - copied from r1725036, maven/plugins/trunk/maven-compiler-plugin/

Propchange: maven/plugins/tags/maven-compiler-plugin-3.5/
--
--- svn:ignore (added)
+++ svn:ignore Sat Jan 16 21:54:12 2016
@@ -0,0 +1,12 @@
+target
+*~
+*.log
+*.ipr
+*.iws
+*.iml
+.idea
+.wtpmodules
+.project
+.classpath
+.settings
+bin

Propchange: maven/plugins/tags/maven-compiler-plugin-3.5/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Sat Jan 16 21:54:12 2016
@@ -0,0 +1 @@
+/maven/plugins/branches/maven-compiler-plugin-annotations:1337379-1351482




svn commit: r1725038 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

2016-01-16 Thread agudian
Author: agudian
Date: Sat Jan 16 21:54:15 2016
New Revision: 1725038

URL: http://svn.apache.org/viewvc?rev=1725038=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
maven/plugins/trunk/maven-compiler-plugin/pom.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1725038=1725037=1725038=diff
==
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sat Jan 16 21:54:15 2016
@@ -30,7 +30,7 @@ under the License.
   
 
   maven-compiler-plugin
-  3.5
+  3.6-SNAPSHOT
   maven-plugin
 
   Apache Maven Compiler Plugin
@@ -42,9 +42,9 @@ under the License.
   
 
   
-
scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5
-
scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5
-
http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-3.5
+
scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin/
+
scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin/
+
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/
   
   
 JIRA




svn commit: r1725036 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

2016-01-16 Thread agudian
Author: agudian
Date: Sat Jan 16 21:53:59 2016
New Revision: 1725036

URL: http://svn.apache.org/viewvc?rev=1725036=rev
Log:
[maven-release-plugin] prepare release maven-compiler-plugin-3.5

Modified:
maven/plugins/trunk/maven-compiler-plugin/pom.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1725036=1725035=1725036=diff
==
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sat Jan 16 21:53:59 2016
@@ -19,8 +19,7 @@ specific language governing permissions
 under the License.
 -->
 
-http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
   4.0.0
 
   
@@ -31,7 +30,7 @@ under the License.
   
 
   maven-compiler-plugin
-  3.5-SNAPSHOT
+  3.5
   maven-plugin
 
   Apache Maven Compiler Plugin
@@ -43,9 +42,9 @@ under the License.
   
 
   
-
scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin/
-
scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-compiler-plugin/
-
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/
+
scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5
+
scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-compiler-plugin-3.5
+
http://svn.apache.org/viewvc/maven/plugins/tags/maven-compiler-plugin-3.5
   
   
 JIRA




svn commit: r977871 [23/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/AbstractCompilerMojo.html
 Sat Jan 16 21:47:39 2016
@@ -27,1270 +27,1390 @@
 19   * under the License.
 20   */
 21  
-22  import org.apache.maven.execution.MavenSession;
-23  import org.apache.maven.plugin.AbstractMojo;
-24  import org.apache.maven.plugin.MojoExecution;
-25  import 
org.apache.maven.plugin.MojoExecutionException;
-26  import 
org.apache.maven.plugins.annotations.Component;
-27  import 
org.apache.maven.plugins.annotations.Parameter;
-28  import org.apache.maven.project.MavenProject;
-29  import 
org.apache.maven.shared.incremental.IncrementalBuildHelper;
-30  import 
org.apache.maven.shared.incremental.IncrementalBuildHelperRequest;
-31  import org.apache.maven.shared.utils.ReaderFactory;
-32  import org.apache.maven.shared.utils.StringUtils;
-33  import org.apache.maven.shared.utils.io.FileUtils;
-34  import org.apache.maven.toolchain.Toolchain;
-35  import org.apache.maven.toolchain.ToolchainManager;
-36  import org.codehaus.plexus.compiler.Compiler;
-37  import 
org.codehaus.plexus.compiler.CompilerConfiguration;
-38  import org.codehaus.plexus.compiler.CompilerError;
-39  import 
org.codehaus.plexus.compiler.CompilerException;
-40  import 
org.codehaus.plexus.compiler.CompilerMessage;
-41  import 
org.codehaus.plexus.compiler.CompilerNotImplementedException;
-42  import 
org.codehaus.plexus.compiler.CompilerOutputStyle;
-43  import org.codehaus.plexus.compiler.CompilerResult;
-44  import 
org.codehaus.plexus.compiler.manager.CompilerManager;
-45  import 
org.codehaus.plexus.compiler.manager.NoSuchCompilerException;
-46  import 
org.codehaus.plexus.compiler.util.scan.InclusionScanException;
-47  import 
org.codehaus.plexus.compiler.util.scan.SourceInclusionScanner;
-48  import 
org.codehaus.plexus.compiler.util.scan.mapping.SingleTargetSourceMapping;
-49  import 
org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping;
-50  import 
org.codehaus.plexus.compiler.util.scan.mapping.SuffixMapping;
-51  
-52  import java.io.File;
-53  import java.lang.reflect.Method;
-54  import java.util.ArrayList;
-55  import java.util.Date;
-56  import java.util.HashSet;
-57  import java.util.LinkedHashMap;
-58  import java.util.List;
-59  import java.util.Map;
-60  import java.util.Set;
-61  
-62  /**
-63   * TODO: At least one step could be optimized, 
currently the plugin will do two
-64   * scans of all the source code if the compiler has 
to have the entire set of
-65   * sources. This is currently the case for at least 
the C# compiler and most
-66   * likely all the other .NET compilers too.
-67   *
-68   * @author others
-69   * @author a href="mailto:tryg...@inamo.no; 
target="alexandria_uri">mailto:tryg...@inamo.no"Trygve 
Laugstoslash;l/a
-70   * @version $Id$
-71   * @since 2.0
-72   */
-73  public abstract class AbstractCompilerMojo
-74  extends AbstractMojo
-75  {
-76  
-77  // 
--
-78  // Configurables
-79  // 
--
-80  
-81  /**
-82   * Indicates whether the build will continue 
even if there are compilation errors.
-83   *
-84   * @since 2.0.2
-85   */
-86  @Parameter( 
property = "maven.compiler.failOnError", 
defaultValue = "true" )
-87  private boolean failOnError = true;
-88  
-89  /**
-90   * Set to codetrue/code to 
include debugging information in the compiled class files.
-91   */
-92  @Parameter( 
property = "maven.compiler.debug", defaultValue 
= "true" )
-93  private boolean debug = true;
-94  
-95  /**
-96   * Set to codetrue/code to show 
messages about what the compiler is doing.
-97   */
-98  @Parameter( 
property = "maven.compiler.verbose", 
defaultValue = "false" )
-99  private boolean verbose;
-100 
-101 /**
-102  * Sets whether to show source locations where 
deprecated APIs are used.
-103  */
-104 @Parameter( 
property = "maven.compiler.showDeprecation", 
defaultValue = "false" )
-105 private boolean showDeprecation;
-106 
-107 /**
-108  * Set to codetrue/code to 
optimize the compiled code using the compiler's optimization methods.
-109  */
-110 @Parameter( 
property = "maven.compiler.optimize", 
defaultValue = "false" )
-111 private boolean optimize;
-112 
-113 /**
-114  * Set to codetrue/code to show 
compilation warnings.
-115  */
-116 @Parameter( 
property = 

svn commit: r977871 [20/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testCompile-mojo.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testCompile-mojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testCompile-mojo.html
 Sat Jan 16 21:47:39 2016
@@ -1,188 +1,363 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+
 
-http://www.w3.org/1999/xhtml;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
+
+
+
+
 Apache Maven Compiler Plugin  compiler:testCompile
-
-  @import url("./css/maven-base.css");
-  @import url("./css/maven-theme.css");
-  @import url("./css/site.css");
-
-
-
-
-
-http://www.google-analytics.com/urchin.js"; 
type="text/javascript">
-
+
+
+
+
+  
+
+
+  
+
+https://www.google-analytics.com/urchin.js"; 
type="text/javascript">
+  
+
 _uacct = "UA-140879-1";
 urchinTracker();
-  
-  
-
-  
-
+  
+  
+
+  
+
+
+
+
+  
+
+http://www.apache.org/; 
id="bannerLeft">
+   
 
+
+  
+
+   
 
 
-
-
-
-
-
   
-
-
+
+  
+
+  
+
+
+
+  
+http://www.apache.org/; class="externalLink" 
title="Apache">
+Apache
+/
+  
+
+
+Maven
+/
+  
+
+
+Plugins
+/
+  
+
+
+Apache Maven Compiler Plugin
+/
+  
+compiler:testCompile
+
+
+
+  | Last Published: 2016-01-16
+  
+Version: 3.5-SNAPSHOT
+
 
-   
-  http://www.apache.org/; 
class="externalLink">Apache
-
-  Maven
-
-  Plugins
-
-  Apache Maven Compiler Plugin
-
-compiler:testCompile
-
-
-Last Published: 2015-03-23
-  | Version: 3.3
-
-  
-
+
   
-
-
-  
- 
-   Overview
-  
-  
-  Introduction
-
-  
-  Goals
-
-  
-  Usage
-
-  
-  FAQ
-
-  
-  http://www.apache.org/licenses/; 
class="externalLink">License
-
-  
-  Download
-
-  
-   Examples
-  
-  
-  Compile 
Using A Different JDK
-
-  
-  Compile Using -source and 
-target javac Options
-
-  
-  Compile Using Memory 
Allocation Enhancements
-
-  
-  Pass 
Compiler Arguments
-
-  
-  Non-javac compilerIds
-
-  
-   Project Documentation
-  
-   


 
-  Project Information
-  
-   


 

svn commit: r977871 [21/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-summary.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-summary.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-summary.html
 Sat Jan 16 21:47:39 2016
@@ -1,15 +1,15 @@
 http://www.w3.org/TR/html4/loose.dtd;>
 
-
+
 
 
-org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 3.3 Test 
API)
+org.apache.maven.plugin.compiler (Apache Maven Compiler Plugin 
3.5-SNAPSHOT Test API)
 
 
 
 
 
@@ -128,6 +128,6 @@
 
 
 
-Copyright  20012015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20012016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-tree.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-tree.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-tree.html
 Sat Jan 16 21:47:39 2016
@@ -1,15 +1,15 @@
 http://www.w3.org/TR/html4/loose.dtd;>
 
-
+
 
 
-org.apache.maven.plugin.compiler Class Hierarchy (Apache Maven Compiler 
Plugin 3.3 Test API)
+org.apache.maven.plugin.compiler Class Hierarchy (Apache Maven Compiler 
Plugin 3.5-SNAPSHOT Test API)
 
 
 
 
 
@@ -71,13 +71,13 @@
 
 Class Hierarchy
 
-java.lang.http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+java.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 
 junit.framework.Assert
 
 junit.framework.TestCase (implements junit.framework.Test)
 
-org.codehaus.plexus.http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true;
 title="class or interface in org.codehaus.plexus">PlexusTestCase
+org.codehaus.plexus.PlexusTestCase
 
 org.apache.maven.plugin.testing.http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true;
 title="class or interface in org.apache.maven.plugin.testing">AbstractMojoTestCase
 
@@ -139,6 +139,6 @@
 
 
 
-Copyright  20012015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20012016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-use.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-use.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/org/apache/maven/plugin/compiler/package-use.html
 Sat Jan 16 21:47:39 2016
@@ -1,15 +1,15 @@
 http://www.w3.org/TR/html4/loose.dtd;>
 
-
+
 
 
-Uses of Package org.apache.maven.plugin.compiler (Apache Maven Compiler 
Plugin 3.3 Test API)
+Uses of Package org.apache.maven.plugin.compiler (Apache Maven Compiler 
Plugin 3.5-SNAPSHOT Test API)
 
 
 
 
 
@@ 

svn commit: r977871 [22/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-summary.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-summary.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-summary.html
 Sat Jan 16 21:47:39 2016
@@ -1,15 +1,15 @@
 http://www.w3.org/TR/html4/loose.dtd;>
 
-
+
 
 
-Overview (Apache Maven Compiler Plugin 3.3 Test API)
+Overview (Apache Maven Compiler Plugin 3.5-SNAPSHOT Test API)
 
 
 
 
 
@@ -62,7 +62,7 @@
 
 
 
-Apache Maven Compiler Plugin 3.3 Test API
+Apache Maven Compiler Plugin 3.5-SNAPSHOT Test API
 
 
 
@@ -128,6 +128,6 @@
 
 
 
-Copyright  20012015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20012016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-tree.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-tree.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/testapidocs/overview-tree.html
 Sat Jan 16 21:47:39 2016
@@ -1,15 +1,15 @@
 http://www.w3.org/TR/html4/loose.dtd;>
 
-
+
 
 
-Class Hierarchy (Apache Maven Compiler Plugin 3.3 Test API)
+Class Hierarchy (Apache Maven Compiler Plugin 3.5-SNAPSHOT Test 
API)
 
 
 
 
 
@@ -72,13 +72,13 @@
 
 Class Hierarchy
 
-java.lang.http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
+java.lang.http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
 
 junit.framework.Assert
 
 junit.framework.TestCase (implements junit.framework.Test)
 
-org.codehaus.plexus.http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/org/codehaus/plexus/PlexusTestCase.html?is-external=true;
 title="class or interface in org.codehaus.plexus">PlexusTestCase
+org.codehaus.plexus.PlexusTestCase
 
 org.apache.maven.plugin.testing.http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true;
 title="class or interface in org.apache.maven.plugin.testing">AbstractMojoTestCase
 
@@ -91,8 +91,8 @@
 
 
 
-org.apache.maven.plugin.compiler.stubs.CompilerManagerStub (implements 
org.codehaus.plexus.compiler.manager.http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-manager/apidocs/org/codehaus/plexus/compiler/manager/CompilerManager.html?is-external=true;
 title="class or interface in 
org.codehaus.plexus.compiler.manager">CompilerManager)
-org.apache.maven.plugin.compiler.stubs.CompilerStub (implements 
org.codehaus.plexus.compiler.http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-api/apidocs/org/codehaus/plexus/compiler/Compiler.html?is-external=true;
 title="class or interface in org.codehaus.plexus.compiler">Compiler)
+org.apache.maven.plugin.compiler.stubs.CompilerManagerStub (implements 
org.codehaus.plexus.compiler.manager.CompilerManager)
+org.apache.maven.plugin.compiler.stubs.CompilerStub (implements 
org.codehaus.plexus.compiler.Compiler)
 org.apache.maven.plugin.logging.http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/SystemStreamLog.html?is-external=true;
 title="class or interface in org.apache.maven.plugin.logging">SystemStreamLog (implements 
org.apache.maven.plugin.logging.http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true;
 title="class or interface in org.apache.maven.plugin.logging">Log)
 
 org.apache.maven.plugin.compiler.stubs.DebugEnabledLog
@@ -147,6 +147,6 @@
 
 
 
-Copyright  20012015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20012016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 
\ No newline at end of file

Modified: 

svn commit: r977871 [14/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/mail-lists.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/mail-lists.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/mail-lists.html
 Sat Jan 16 21:47:39 2016
@@ -1,225 +1,457 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+
 
-http://www.w3.org/1999/xhtml;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
+
+
+
+
 Apache Maven Compiler Plugin  Project Mailing Lists
-
-  @import url("./css/maven-base.css");
-  @import url("./css/maven-theme.css");
-  @import url("./css/site.css");
-
-
-
-
-
-http://www.google-analytics.com/urchin.js"; 
type="text/javascript">
-
+
+
+
+
+  
+
+
+  
+
+https://www.google-analytics.com/urchin.js"; 
type="text/javascript">
+  
+
 _uacct = "UA-140879-1";
 urchinTracker();
-  
-  
-
-  
-
+  
+  
+
+  
+
+
+
+
+  
+
+http://www.apache.org/; 
id="bannerLeft">
+   
 
 
-
-
-
-
-
+  
+
+   
 
+
+  
+
   
-
-
+
+  
+
+
+
+  
+http://www.apache.org/; class="externalLink" 
title="Apache">
+Apache
+/
+  
+
+
+Maven
+/
+  
+
+
+Plugins
+/
+  
+
+
+Apache Maven Compiler Plugin
+/
+  
+Project Mailing Lists
+
+
+
+  | Last Published: 2016-01-16
+  
+Version: 3.5-SNAPSHOT
+
 
-   
-  http://www.apache.org/; 
class="externalLink">Apache
-
-  Maven
-
-  Plugins
-
-  Apache Maven Compiler Plugin
-
-Project Mailing Lists
-
-
-Last Published: 2015-03-23
-  | Version: 3.3
-
-  
-
+
   
-
-
-  
- 
-   Overview
-  
-  
-  Introduction
-
-  
-  Goals
-
-  
-  Usage
-
-  
-  FAQ
-
-  
-  http://www.apache.org/licenses/; 
class="externalLink">License
-
-  
-  Download
-
-  
-   Examples
-  
-  
-  Compile 
Using A Different JDK
-
-  
-  Compile Using -source and 
-target javac Options
-
-  
-  Compile Using Memory 
Allocation Enhancements
-
-  
-  Pass 
Compiler Arguments
-
-  
-  Non-javac compilerIds
-
-  
-   Project Documentation
-  
-   


   
-  Project Information
-
-  
-  About
-
-  
-  Project Summary
-
-  
-  Dependency Information
-
-  
-  

svn commit: r977871 [3/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/CompilerMojo.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/CompilerMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/CompilerMojo.html
 Sat Jan 16 21:47:39 2016
@@ -1,15 +1,15 @@
 http://www.w3.org/TR/html4/loose.dtd;>
 
-
+
 
 
-CompilerMojo (Apache Maven Compiler Plugin 3.3 API)
+CompilerMojo (Apache Maven Compiler Plugin 3.5-SNAPSHOT API)
 
 
 
 
 
@@ -36,7 +36,7 @@
 
 
 Prev 
Class
-Next 
Class
+Next 
Class
 
 
 Frames
@@ -83,7 +83,7 @@
 
 
 
-http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
+http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
 
 
 http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo
@@ -188,43 +188,43 @@ extends execute()
 
 
-protected http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+protected http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 getClasspathElements()
 
 
-protected http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+protected http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 getCompilerArgument()
 
 
-protected http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+protected http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true;
 title="class or interface in java.util">Maphttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 getCompilerArguments()
 
 
-protected http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+protected http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttp://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 getCompileSourceRoots()
 
 
-protected http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">File
+protected http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">File
 getGeneratedSourcesDirectory()
 
 
-protected http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">File
+protected http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">File
 getOutputDirectory()
 
 
-protected http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+protected http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
 getSource()
 
 
-protected http://plexus.codehaus.org/plexus-components/plexus-compiler/plexus-compiler-api/apidocs/org/codehaus/plexus/compiler/util/scan/SourceInclusionScanner.html?is-external=true;
 

svn commit: r977871 [10/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/faq.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/faq.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/faq.html
 Sat Jan 16 21:47:39 2016
@@ -1,181 +1,354 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+
 
-http://www.w3.org/1999/xhtml;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
+
+
+
+
 Apache Maven Compiler Plugin  Frequently Asked 
Questions
-
-  @import url("./css/maven-base.css");
-  @import url("./css/maven-theme.css");
-  @import url("./css/site.css");
-
-
-
-
-
-http://www.google-analytics.com/urchin.js"; 
type="text/javascript">
-
+
+
+
+
+  
+
+
+  
+
+https://www.google-analytics.com/urchin.js"; 
type="text/javascript">
+  
+
 _uacct = "UA-140879-1";
 urchinTracker();
-  
-  
-
-  
-
+  
+  
+
+  
+
+
+
+
+  
+
+http://www.apache.org/; 
id="bannerLeft">
+   
 
+
+  
+
+   
 
 
-
-
-
-
-
   
-
-
+
+  
+
+  
+
+
+
+  
+http://www.apache.org/; class="externalLink" 
title="Apache">
+Apache
+/
+  
+
+
+Maven
+/
+  
+
+
+Plugins
+/
+  
+
+
+Apache Maven Compiler Plugin
+/
+  
+Frequently Asked Questions
+
+
+
+  | Last Published: 2016-01-16
+  
+Version: 3.5-SNAPSHOT
+
 
-   
-  http://www.apache.org/; 
class="externalLink">Apache
-
-  Maven
-
-  Plugins
-
-  Apache Maven Compiler Plugin
-
-Frequently Asked Questions
-
-
-Last Published: 2015-03-23
-  | Version: 3.3
-
-  
-
+
   
-
-
-  
- 
-   Overview
-  
-  
-  Introduction
-
-  
-  Goals
-
-  
-  Usage
-
-  
-FAQ
+
+
+  
+
+  
+
+
+
+Overview
+  
+  
+  
+  
+  
+Introduction
+
+
+  
+  
+  
+  
+Goals
+
+
+  
+  
+  
+  
+Usage
+
+
+  
+  
+FAQ
   
-  
-  http://www.apache.org/licenses/; 
class="externalLink">License
-
-  
-  Download
-
-  
-   Examples
-  
-  
-  Compile 
Using A Different JDK
-
-  
-  Compile Using -source and 
-target javac Options
-
-  
-  Compile Using Memory 
Allocation Enhancements
-
-  
-  Pass 
Compiler Arguments
-
-  
-  Non-javac compilerIds
-
-  
-   Project Documentation
-  
-   

svn commit: r977871 [25/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/HelpMojo.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/HelpMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/HelpMojo.html
 Sat Jan 16 21:47:39 2016
@@ -66,399 +66,402 @@
 58  private int 
indentSize;
 59  
 60  // groupId/artifactId/plugin-help.xml
-61  private static final 
String PLUGIN_HELP_PATH = "/META-INF/maven/org.apache.maven.plugins/maven-compiler-plugin/plugin-help.xml";
-62  
-63  private Document build()
-64  throws MojoExecutionException
-65  {
-66  
getLog().debug( "load plugin-help.xml: " + 
PLUGIN_HELP_PATH );
-67  InputStream 
is = null;
-68  try
-69  {
-70  is = 
getClass().getResourceAsStream( PLUGIN_HELP_PATH );
-71  
DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
-72  
DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
-73  return dBuilder.parse( is );
-74  }
-75  catch ( IOException e )
-76  {
-77  throw new 
MojoExecutionException( e.getMessage(), e );
-78  }
-79  catch ( ParserConfigurationException e )
-80  {
-81  throw new 
MojoExecutionException( e.getMessage(), e );
-82  }
-83  catch ( SAXException e )
-84  {
-85  throw new 
MojoExecutionException( e.getMessage(), e );
-86  }
-87  finally
-88  {
-89  if ( is != null )
-90  {
-91  
try
-92  {
-93  
is.close();
-94  }
-95  
catch ( IOException e )
-96  {
-97  
throw new MojoExecutionException( e.getMessage(), e );
-98  }
-99  }
-100 }
-101 }
-102 
-103 /**
-104  * {@inheritDoc}
-105  */
-106 public void 
execute()
-107 throws MojoExecutionException
-108 {
-109 if ( lineLength = 0 )
-110 {
-111 
getLog().warn( "The parameter 'lineLength' should be 
positive, using '80' as default." );
-112 
lineLength = 80;
-113 }
-114 if ( indentSize = 0 )
-115 {
-116 
getLog().warn( "The parameter 'indentSize' should be 
positive, using '2' as default." );
-117 
indentSize = 2;
-118 }
-119 
-120 Document 
doc = build();
-121 
-122 
StringBuilder sb = new StringBuilder();
-123 Node plugin 
= getSingleChild( doc, "plugin" );
+61  private static final 
String PLUGIN_HELP_PATH =
+62  
"/META-INF/maven/org.apache.maven.plugins/maven-compiler-plugin/plugin-help.xml";
+63  
+64  private static final 
int DEFAULT_LINE_LENGTH = 80;
+65  
+66  private Document build()
+67  throws MojoExecutionException
+68  {
+69  
getLog().debug( "load plugin-help.xml: " + 
PLUGIN_HELP_PATH );
+70  InputStream 
is = null;
+71  try
+72  {
+73  is = 
getClass().getResourceAsStream( PLUGIN_HELP_PATH );
+74  
DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
+75  
DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
+76  return dBuilder.parse( is );
+77  }
+78  catch ( IOException e )
+79  {
+80  throw new 
MojoExecutionException( e.getMessage(), e );
+81  }
+82  catch ( ParserConfigurationException e )
+83  {
+84  throw new 
MojoExecutionException( e.getMessage(), e );
+85  }
+86  catch ( SAXException e )
+87  {
+88  throw new 
MojoExecutionException( e.getMessage(), e );
+89  }
+90  finally
+91  {
+92  if ( is != null )
+93  {
+94  
try
+95  {
+96  
is.close();
+97  }
+98  
catch ( IOException e )
+99  {
+100 
throw new MojoExecutionException( e.getMessage(), e );
+101 }
+102 }
+103 }
+104 }
+105 
+106 /**
+107  * {@inheritDoc}
+108  */
+109 public void 
execute()
+110 throws MojoExecutionException
+111 {
+112 if ( lineLength = 0 )
+113 {
+114 
getLog().warn( "The parameter 'lineLength' should be 
positive, using '80' as default." );
+115 
lineLength = DEFAULT_LINE_LENGTH;
+116 }
+117 if ( indentSize = 0 )
+118 {
+119 

svn commit: r977871 [11/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class

2016-01-16 Thread agudian
Added: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/fonts/glyphicons-halflings-regular.svg
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/fonts/glyphicons-halflings-regular.svg
 (added)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/fonts/glyphicons-halflings-regular.svg
 Sat Jan 16 21:47:39 2016
@@ -0,0 +1,229 @@
+
+http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd; >
+http://www.w3.org/2000/svg;>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 
\ No newline at end of file

Added: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/fonts/glyphicons-halflings-regular.ttf
==
Binary file - no diff available.

Propchange: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/fonts/glyphicons-halflings-regular.ttf
--
svn:mime-type = application/octet-stream

Added: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/fonts/glyphicons-halflings-regular.woff
==
Binary file - no diff available.

Propchange: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/fonts/glyphicons-halflings-regular.woff
--
svn:mime-type = application/octet-stream

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/help-mojo.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/help-mojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/help-mojo.html
 Sat Jan 16 21:47:39 2016
@@ -1,188 +1,363 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+
 
-http://www.w3.org/1999/xhtml;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
+
+
+
+
 Apache Maven Compiler Plugin  compiler:help
-
-  @import url("./css/maven-base.css");
-  @import url("./css/maven-theme.css");
-  @import url("./css/site.css");
-
-
-
-
-
-http://www.google-analytics.com/urchin.js"; 
type="text/javascript">
-
+
+
+
+
+  
+
+
+  
+
+https://www.google-analytics.com/urchin.js"; 
type="text/javascript">
+  
+
 _uacct = "UA-140879-1";
 urchinTracker();
-  
-  
-
-  
-
+  
+  
+
+  
+
+
+
+
+  
+
+http://www.apache.org/; 
id="bannerLeft">
+   
 
+
+  
+
+   
 
 
-
-
-
-
-
   
-
-
+
+  
+
+  
+
+
+
+  
+http://www.apache.org/; class="externalLink" 
title="Apache">
+Apache
+/
+  
+
+
+Maven
+/
+  
+
+
+Plugins
+/
+  
+
+
+Apache Maven Compiler Plugin
+/
+  
+compiler:help
+
+
+
+  | Last Published: 2016-01-16
+  
+Version: 3.5-SNAPSHOT
+
 
-   
-  http://www.apache.org/; 
class="externalLink">Apache
-
-   

svn commit: r977871 [15/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-management.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-management.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/plugin-management.html
 Sat Jan 16 21:47:39 2016
@@ -1,224 +1,456 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+
 
-http://www.w3.org/1999/xhtml;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
+
+
+
+
 Apache Maven Compiler Plugin  Project Plugin 
Management
-
-  @import url("./css/maven-base.css");
-  @import url("./css/maven-theme.css");
-  @import url("./css/site.css");
-
-
-
-
-
-http://www.google-analytics.com/urchin.js"; 
type="text/javascript">
-
+
+
+
+
+  
+
+
+  
+
+https://www.google-analytics.com/urchin.js"; 
type="text/javascript">
+  
+
 _uacct = "UA-140879-1";
 urchinTracker();
-  
-  
-
-  
-
+  
+  
+
+  
+
+
+
+
+  
+
+http://www.apache.org/; 
id="bannerLeft">
+   
 
 
-
-
-
-
-
+  
+
+   
 
+
+  
+
   
-
-
+
+  
+
+
+
+  
+http://www.apache.org/; class="externalLink" 
title="Apache">
+Apache
+/
+  
+
+
+Maven
+/
+  
+
+
+Plugins
+/
+  
+
+
+Apache Maven Compiler Plugin
+/
+  
+Project Plugin Management
+
+
+
+  | Last Published: 2016-01-16
+  
+Version: 3.5-SNAPSHOT
+
 
-   
-  http://www.apache.org/; 
class="externalLink">Apache
-
-  Maven
-
-  Plugins
-
-  Apache Maven Compiler Plugin
-
-Project Plugin Management
-
-
-Last Published: 2015-03-23
-  | Version: 3.3
-
-  
-
+
   
-
-
-  
- 
-   Overview
-  
-  
-  Introduction
-
-  
-  Goals
-
-  
-  Usage
-
-  
-  FAQ
-
-  
-  http://www.apache.org/licenses/; 
class="externalLink">License
-
-  
-  Download
-
-  
-   Examples
-  
-  
-  Compile 
Using A Different JDK
-
-  
-  Compile Using -source and 
-target javac Options
-
-  
-  Compile Using Memory 
Allocation Enhancements
-
-  
-  Pass 
Compiler Arguments
-
-  
-  Non-javac compilerIds
-
-  
-   Project Documentation
-  
-   


   
-  Project Information
-
-  
-  About
-
-  
-  Project Summary
-
-  
-  Dependency Information
-  

svn commit: r977871 [9/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-with-memory-enhancements.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-with-memory-enhancements.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/examples/compile-with-memory-enhancements.html
 Sat Jan 16 21:47:39 2016
@@ -1,187 +1,359 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+
 
-http://www.w3.org/1999/xhtml;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
+
+
+
+
+
+
 Apache Maven Compiler Plugin  Compile Using Memory 
Allocation Enhancements
-
-  @import url("../css/maven-base.css");
-  @import url("../css/maven-theme.css");
-  @import url("../css/site.css");
-
-
-
-
-
-
-
-http://www.google-analytics.com/urchin.js"; 
type="text/javascript">
-
+
+
+
+
+  
+
+
+  
+
+https://www.google-analytics.com/urchin.js"; 
type="text/javascript">
+  
+
 _uacct = "UA-140879-1";
 urchinTracker();
-  
-  
-
-  
-
+  
+  
+
+  
+
+
+
+
+  
+
+http://www.apache.org/; 
id="bannerLeft">
+   
 
 
-
-
-
-
-
+  
+
+   
 
+
+  
+
   
-
-
+
+  
+
+
+
+  
+http://www.apache.org/; class="externalLink" 
title="Apache">
+Apache
+/
+  
+
+
+Maven
+/
+  
+
+
+Plugins
+/
+  
+
+
+Apache Maven Compiler Plugin
+/
+  
+Compile Using Memory Allocation Enhancements
+
+
+
+  | Last Published: 2016-01-16
+  
+Version: 3.5-SNAPSHOT
+
 
-   
-  http://www.apache.org/; 
class="externalLink">Apache
-
-  Maven
-
-  Plugins
-
-  Apache Maven Compiler Plugin
-
-Compile Using Memory Allocation Enhancements
-
-
-Last Published: 2015-03-23
-  | Version: 3.3
-
-  
-
+
   
-
-
-  
- 
-   Overview
-  
-  
-  Introduction
-
-  
-  Goals
-
-  
-  Usage
-
-  
-  FAQ
-
-  
-  http://www.apache.org/licenses/; 
class="externalLink">License
-
-  
-  Download
-
-  
-   Examples
-  
-  
-  Compile Using A Different 
JDK
-
-  
-  Compile Using -source 
and -target javac Options
-
-  
-Compile Using Memory Allocation Enhancements
+
+
+  
+
+  
+
+
+
+Overview
+  
+  
+  
+  
+  
+Introduction
+
+
+  
+  
+  
+  
+Goals
+
+
+  
+  
+  
+  
+Usage
+
+
+  
+  
+  
+  
+FAQ
+
+
+  
+  
+  http://www.apache.org/licenses/; 
class="externalLink" 

svn commit: r977871 [19/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class

2016-01-16 Thread agudian
org
 -
 PMC Member
-0
-0
+0
 
 http://www.gravatar.com/avatar/?d=blankf=ys=60;
 alt="" />
 mkleint
@@ -384,8 +599,7 @@
 -
 -
 PMC Member
--
--
+-
 
 http://www.gravatar.com/avatar/?d=blankf=ys=60;
 alt="" />
 oching
@@ -393,8 +607,7 @@
 -
 -
 PMC Member
--
--
+-
 
 http://www.gravatar.com/avatar/bab29f762bea8e578505424443d8cd41?d=mms=60;
 alt="" />
 olamy
@@ -402,62 +615,39 @@
 mailto:ol...@apache.org;>ol...@apache.org
 -
 PMC Member
-Australia/Melbourne
-Australia/Melbourne
+Australia/Melbourne
 
-http://www.gravatar.com/avatar/caf8be8931e2b7a13d386a7d05053714?d=mms=60;
 alt="" />
-pgier
-Paul Gier
-mailto:pg...@apache.org;>pg...@apache.org
-Red Hat
-PMC Member
--6
--6
-
 http://www.gravatar.com/avatar/d035aeb839495240c58bbb03992ceda8?d=mms=60;
 alt="" />
 rfscholte
 Robert Scholte
 mailto:rfscho...@apache.org;>rfscho...@apache.org
 -
 PMC Member
-Europe/Amsterdam
-Europe/Amsterdam
-
+Europe/Amsterdam
+
 http://www.gravatar.com/avatar/5447780a4d31a6f20e28ee453a1f5b8d?d=mms=60;
 alt="" />
 rgoers
 Ralph Goers
 mailto:rgo...@apache.org;>rgo...@apache.org
 Intuit
 PMC Member
--8
--8
-
+-8
+
 http://www.gravatar.com/avatar/6cf6cca56375bcb9b2ec951ab714039b?d=mms=60;
 alt="" />
 snicoll
 Stephane Nicoll
 mailto:snic...@apache.org;>snic...@apache.org
 ASF
 PMC Member
-+1
-+1
-
++1
+
 http://www.gravatar.com/avatar/84b52fef91820858d5e18cc0363b3bbe?d=mms=60;
 alt="" />
 stephenc
 Stephen Connolly
 mailto:steph...@apache.org;>steph...@apache.org
 -
 PMC Member
-0
-0
-
-http://www.gravatar.com/avatar/28734d9ff3306a41efafa5b94d8eb163?d=mms=60;
 alt="" />
-struberg
-Mark Struberg
-mailto:strub...@apache.org;>strub...@apache.org
--
-PMC Member
--
--
+0
 
 http://www.gravatar.com/avatar/6b3c87a9fd95fb1d0af16816a075224e?d=mms=60;
 alt="" />
 vsiveton
@@ -465,8 +655,7 @@
 mailto:vsive...@apache.org;>vsive...@apache.org
 ASF
 PMC Member
--5
--5
+-5
 
 http://www.gravatar.com/avatar/c662f616ca2c1b04d5ba7b96ca3b5171?d=mms=60;
 alt="" />
 wfay
@@ -474,8 +663,7 @@
 mailto:w...@apache.org;>w...@apache.org
 ASF
 PMC Member
--6
--6
+-6
 
 http://www.gravatar.com/avatar/cbe8a9133ef3337eb267252a06f649bf?d=mms=60;
 alt="" />
 agudian
@@ -483,8 +671,7 @@
 mailto:agud...@apache.org;>agud...@apache.org
 -
 Committer
-Europe/Berlin
-Europe/Berlin
+Europe/Berlin
 
 http://www.gravatar.com/avatar/b44837697ce1ec56d63e7e851ee3967e?d=mms=60;
 alt="" />
 andham
@@ -492,8 +679,7 @@
 mailto:and...@apache.org;>and...@apache.org
 -
 Committer
-+1
-+1
++1
 
 http://www.gravatar.com/avatar/bb362cf0ab5e1d0068665a9d9f0167e7?d=mms=60;
 alt="" />
 bdemers
@@ -501,8 +687,7 @@
 mailto:bdem...@apache.org;>bdem...@apache.org
 Sonatype
 Committer
--5
--5
+-5
 
 http://www.gravatar.com/avatar/?d=blankf=ys=60;
 alt="" />
 bellingard
@@ -510,8 +695,7 @@
 -
 -
 Committer
--
--
+-
 
 http://www.gravatar.com/avatar/9a790b32ad665e9aa78988ba378250c1?d=mms=60;
 alt="" />
 bentmann
@@ -519,17 +703,15 @@
 mailto:bentm...@apache.org;>bentm...@apache.org
 Sonatype
 Committer
-+1
-+1
++1
 
-http://www.gravatar.com/avatar/c7279715ebb81d73b0331799094b8292?d=mms=60;
 alt="" />
-cstamas
-Tamas Cservenak
-mailto:csta...@apache.org;>csta...@apache.org
-Sonatype
+http://www.gravatar.com/avatar/456da78808527c596ccd30fba769dd6d?d=mms=60;
 alt="" />
+chrisgwarp
+Chris Graham
+mailto:chrisgw...@apache.org;>chrisgw...@apache.org
+-
 Committer
-+1
-+1
+Australia/Melbourne
 
 http://www.gravatar.com/avatar/be9859a805a76f3482204de9e95a7b6f?d=mms=60;
 alt="" />
 dantran
@@ -537,8 +719,7 @@
 mailto:dant...@apache.org;>dant...@apache.org
 -
 Committer
--8
--8
+-8
 
 http://www.gravatar.com/avatar/ea665d843e7e25fc1799a344fba022e0?d=mms=60;
 alt="" />
 dbradicich
@@ -546,98 +727,103 @@
 mailto:dbradic...@apache.org;>dbradic...@apache.org
 Sonatype
 Committer
--5
--5
+-5
 
+http://www.gravatar.com/avatar/be211eb53b665c51eb3f2e421bdc77cb?d=mms=60;
 alt="" />
+dfabulich
+Daniel Fabulich
+mailto:dfabul...@apache.org;>dfabul...@apache.org
+-
+Committer
+-8
+
 http://www.gravatar.com/avatar/50ba5fa66fe2067a20381b90845266ef?d=mms=60;
 alt="" />
 fgiust
 Fabrizio Giustina
 mailto:fgi...@apache.org;>fgi...@apache.org
 openmind
 Committer
-+1
-+1
-
++1
+
 http://www.gravatar.com/avatar/785a1a564fbfc3a91478a886e9262eee?d=mms=60;
 alt="" />
 godin
 Evgeny Mandrikov
 mailto:go...@apache.org;>go...@apache.org
 SonarSource
 Committer
-+3
-+3
-
++3
+
 http://www.gravatar.com/avatar/9219e023336bc7cf75f8e297bdf93e7b?d=mms=60;
 alt="" />
 handyande
 Andrew Williams
 mailto:handya...@apache.org;>handya...@apache.org
 -
 Committer
-0
-0
-
+0
+
 http

svn commit: r977871 [8/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/distribution-management.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/distribution-management.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/distribution-management.html
 Sat Jan 16 21:47:39 2016
@@ -1,222 +1,454 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+
 
-http://www.w3.org/1999/xhtml;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
+
+
+
+
 Apache Maven Compiler Plugin  Project Distribution 
Management
-
-  @import url("./css/maven-base.css");
-  @import url("./css/maven-theme.css");
-  @import url("./css/site.css");
-
-
-
-
-
-http://www.google-analytics.com/urchin.js"; 
type="text/javascript">
-
+
+
+
+
+  
+
+
+  
+
+https://www.google-analytics.com/urchin.js"; 
type="text/javascript">
+  
+
 _uacct = "UA-140879-1";
 urchinTracker();
-  
-  
-
-  
-
+  
+  
+
+  
+
+
+
+
+  
+
+http://www.apache.org/; 
id="bannerLeft">
+   
 
 
-
-
-
-
-
+  
+
+   
 
+
+  
+
   
-
-
+
+  
+
+
+
+  
+http://www.apache.org/; class="externalLink" 
title="Apache">
+Apache
+/
+  
+
+
+Maven
+/
+  
+
+
+Plugins
+/
+  
+
+
+Apache Maven Compiler Plugin
+/
+  
+Project Distribution Management
+
+
+
+  | Last Published: 2016-01-16
+  
+Version: 3.5-SNAPSHOT
+
 
-   
-  http://www.apache.org/; 
class="externalLink">Apache
-
-  Maven
-
-  Plugins
-
-  Apache Maven Compiler Plugin
-
-Project Distribution Management
-
-
-Last Published: 2015-03-23
-  | Version: 3.3
-
-  
-
+
   
-
-
-  
- 
-   Overview
-  
-  
-  Introduction
-
-  
-  Goals
-
-  
-  Usage
-
-  
-  FAQ
-
-  
-  http://www.apache.org/licenses/; 
class="externalLink">License
-
-  
-  Download
-
-  
-   Examples
-  
-  
-  Compile 
Using A Different JDK
-
-  
-  Compile Using -source and 
-target javac Options
-
-  
-  Compile Using Memory 
Allocation Enhancements
-
-  
-  Pass 
Compiler Arguments
-
-  
-  Non-javac compilerIds
-
-  
-   Project Documentation
-  
-   


   
-  Project Information
-
-  
-  About
-
-  
-  Project Summary
-
-  
-

svn commit: r977871 [6/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependencies.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependencies.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependencies.html
 Sat Jan 16 21:47:39 2016
@@ -1,228 +1,460 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+
 
-http://www.w3.org/1999/xhtml;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
+
+
+
+
 Apache Maven Compiler Plugin  Project Dependencies
-
-  @import url("./css/maven-base.css");
-  @import url("./css/maven-theme.css");
-  @import url("./css/site.css");
-
-
-
-
-
-http://www.google-analytics.com/urchin.js"; 
type="text/javascript">
-
+
+
+
+
+  
+
+
+  
+
+https://www.google-analytics.com/urchin.js"; 
type="text/javascript">
+  
+
 _uacct = "UA-140879-1";
 urchinTracker();
-  
-  
-
-  
-
+  
+  
+
+  
+
+
+
+
+  
+
+http://www.apache.org/; 
id="bannerLeft">
+   
 
 
-
-
-
-
-
+  
+
+   
 
+
+  
+
   
-
-
+
+  
+
+
+
+  
+http://www.apache.org/; class="externalLink" 
title="Apache">
+Apache
+/
+  
+
+
+Maven
+/
+  
+
+
+Plugins
+/
+  
+
+
+Apache Maven Compiler Plugin
+/
+  
+Project Dependencies
+
+
+
+  | Last Published: 2016-01-16
+  
+Version: 3.5-SNAPSHOT
+
 
-   
-  http://www.apache.org/; 
class="externalLink">Apache
-
-  Maven
-
-  Plugins
-
-  Apache Maven Compiler Plugin
-
-Project Dependencies
-
-
-Last Published: 2015-03-23
-  | Version: 3.3
-
-  
-
+
   
-
-
-  
- 
-   Overview
-  
-  
-  Introduction
-
-  
-  Goals
-
-  
-  Usage
-
-  
-  FAQ
-
-  
-  http://www.apache.org/licenses/; 
class="externalLink">License
-
-  
-  Download
-
-  
-   Examples
-  
-  
-  Compile 
Using A Different JDK
-
-  
-  Compile Using -source and 
-target javac Options
-
-  
-  Compile Using Memory 
Allocation Enhancements
-
-  
-  Pass 
Compiler Arguments
-
-  
-  Non-javac compilerIds
-
-  
-   Project Documentation
-  
-   


   
-  Project Information
-
-  
-  About
-
-  
-  Project Summary
-
-  
-  Dependency Information
-
-  
-   

svn commit: r977871 [4/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-

2016-01-16 Thread agudian
Added: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/DependencyCoordinate.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/DependencyCoordinate.html
 (added)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/DependencyCoordinate.html
 Sat Jan 16 21:47:39 2016
@@ -0,0 +1,115 @@
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+Uses of Class org.apache.maven.plugin.compiler.DependencyCoordinate 
(Apache Maven Compiler Plugin 3.5-SNAPSHOT API)
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.maven.plugin.compiler.DependencyCoordinate
+
+No usage of 
org.apache.maven.plugin.compiler.DependencyCoordinate
+
+
+
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+No Frames
+
+
+All Classes
+
+
+
+
+
+
+
+
+
+Copyright  20012016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/HelpMojo.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/HelpMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/HelpMojo.html
 Sat Jan 16 21:47:39 2016
@@ -1,15 +1,15 @@
 http://www.w3.org/TR/html4/loose.dtd;>
 
-
+
 
 
-Uses of Class org.apache.maven.plugin.compiler.HelpMojo (Apache Maven 
Compiler Plugin 3.3 API)
+Uses of Class org.apache.maven.plugin.compiler.HelpMojo (Apache Maven 
Compiler Plugin 3.5-SNAPSHOT API)
 
 
 
 
 
@@ -110,6 +110,6 @@
 
 
 
-Copyright  20012015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20012016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/TestCompilerMojo.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/TestCompilerMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/TestCompilerMojo.html
 Sat Jan 16 21:47:39 2016
@@ -1,15 +1,15 @@
 http://www.w3.org/TR/html4/loose.dtd;>
 
-
+
 
 
-Uses of Class org.apache.maven.plugin.compiler.TestCompilerMojo (Apache 
Maven Compiler Plugin 3.3 API)
+Uses of Class org.apache.maven.plugin.compiler.TestCompilerMojo (Apache 
Maven Compiler Plugin 3.5-SNAPSHOT API)
 
 
 
 
 
@@ -154,6 +154,6 @@
 
 
 
-Copyright  20012015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20012016 

svn commit: r977871 [5/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/checkstyle.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/checkstyle.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/checkstyle.html
 Sat Jan 16 21:47:39 2016
@@ -1,237 +1,458 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+
 
-http://www.w3.org/1999/xhtml;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
+
+
+
+
 Apache Maven Compiler Plugin  Checkstyle Results
-
-  @import url("./css/maven-base.css");
-  @import url("./css/maven-theme.css");
-  @import url("./css/site.css");
-
-
-
-
-
-http://www.google-analytics.com/urchin.js"; 
type="text/javascript">
-
+
+
+
+
+  
+
+
+  
+
+https://www.google-analytics.com/urchin.js"; 
type="text/javascript">
+  
+
 _uacct = "UA-140879-1";
 urchinTracker();
-  
-  
-
-  
-
+  
+  
+
+  
+
+
+
+
+  
+
+http://www.apache.org/; 
id="bannerLeft">
+   
 
 
-
-
-
-
-
+  
+
+   
 
+
+  
+
   
-
-
+
+  
+
+
+
+  
+http://www.apache.org/; class="externalLink" 
title="Apache">
+Apache
+/
+  
+
+
+Maven
+/
+  
+
+
+Plugins
+/
+  
+
+
+Apache Maven Compiler Plugin
+/
+  
+Checkstyle Results
+
+
+
+  | Last Published: 2016-01-16
+  
+Version: 3.5-SNAPSHOT
+
 
-   
-  http://www.apache.org/; 
class="externalLink">Apache
-
-  Maven
-
-  Plugins
-
-  Apache Maven Compiler Plugin
-
-Checkstyle Results
-
-
-Last Published: 2015-03-23
-  | Version: 3.3
-
-  
-
+
   
-
-
-  
- 
-   Overview
-  
-  
-  Introduction
-
-  
-  Goals
-
-  
-  Usage
-
-  
-  FAQ
-
-  
-  http://www.apache.org/licenses/; 
class="externalLink">License
-
-  
-  Download
-
-  
-   Examples
-  
-  
-  Compile 
Using A Different JDK
-
-  
-  Compile Using -source and 
-target javac Options
-
-  
-  Compile Using Memory 
Allocation Enhancements
-
-  
-  Pass 
Compiler Arguments
-
-  
-  Non-javac compilerIds
-
-  
-   Project Documentation
-  
-   


 
-  Project Information
+
+
+  
+
+  
+
+
+
+Overview
+  
+  
+  
+  
+  
+Introduction
+
+
+  
+  
+   

svn commit: r977871 [1/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class-

2016-01-16 Thread agudian
Author: agudian
Date: Sat Jan 16 21:47:39 2016
New Revision: 977871

Log:
Site checkin for project Apache Maven Compiler Plugin

Added:

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/DependencyCoordinate.html

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/apidocs/org/apache/maven/plugin/compiler/class-use/DependencyCoordinate.html

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/css/apache-maven-fluido-1.4.min.css

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/dependency-convergence.html

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/fonts/

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/fonts/glyphicons-halflings-regular.eot
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/fonts/glyphicons-halflings-regular.svg

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/fonts/glyphicons-halflings-regular.ttf
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/fonts/glyphicons-halflings-regular.woff
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/accessories-text-editor.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/add.gif
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/application-certificate.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/contact-new.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/document-properties.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/drive-harddisk.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/fix.gif
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/icon_help_sml.gif
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/image-x-generic.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/internet-web-browser.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/network-server.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/package-x-generic.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/profiles/

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/profiles/pre-release.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/profiles/retired.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/profiles/sandbox.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/remove.gif
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/update.gif
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/window-new.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/img/

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/img/glyphicons-halflings-white.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/img/glyphicons-halflings.png
   (with props)

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/js/

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/js/apache-maven-fluido-1.4.min.js

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/DependencyCoordinate.html
Removed:

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/css/maven-base.css

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/css/maven-theme.css

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/banner.jpg

websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/images/bg.jpg

websites/production/maven/components

svn commit: r977871 [13/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/invoker-report.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/invoker-report.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/invoker-report.html
 Sat Jan 16 21:47:39 2016
@@ -1,379 +1,607 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
-
-http://www.w3.org/1999/xhtml;>
-  
-Apache Maven Compiler Plugin  Invoker Report
-
-  @import url("./css/maven-base.css");
-  @import url("./css/maven-theme.css");
-  @import url("./css/site.css");
-
-
-
-
-
-http://www.google-analytics.com/urchin.js"; 
type="text/javascript">
-
-_uacct = "UA-140879-1";
-urchinTracker();
-  
-  
-
-  
-
-
-
-
-
-
-
-  
-
-
-
-   
-  http://www.apache.org/; 
class="externalLink">Apache
-
-  Maven
-
-  Plugins
-
-  Apache Maven Compiler Plugin
-
-Invoker Report
-
-
-Last Published: 2015-03-23
-  | Version: 3.3
-
-  
-
-  
-
-
-  
- 
-   Overview
-  
-  
-  Introduction
-
-  
-  Goals
-
-  
-  Usage
-
-  
-  FAQ
-
-  
-  http://www.apache.org/licenses/; 
class="externalLink">License
-
-  
-  Download
-
-  
-   Examples
-  
-  
-  Compile 
Using A Different JDK
-
-  
-  Compile Using -source and 
-target javac Options
-
-  
-  Compile Using Memory 
Allocation Enhancements
-
-  
-  Pass 
Compiler Arguments
-
-  
-  Non-javac compilerIds
-
-  
-   Project Documentation
-  
-   


 
-  Project Information
-  
-   


 
-  Project Reports
-
-  
-  Surefire Report
-
-  
-  Checkstyle
-
-  
-  PMD
-
-  
-  Source Xref
-
-  
-  Test Source Xref
-
-  
-  Tag List
-
-  
-  JavaDocs
-
-  
-  Test JavaDocs
-
-  
-  FindBugs
-
-  
-  Sonar
-
-  
-  Plugin Documentation
-
-  
-Invoker Build Results
-  
-  
-
-  
-   Maven Projects
-  
-  
-  Ant Tasks
-
-  
-  Archetype
-
-  
-  Doxia
-
-  
-  JXR
-
-  
-  Maven
-
-  
-  Parent POMs
-
-  
-  Plugins
-
-  
-  Plugin Testing
-
- 

svn commit: r977871 [24/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/CompilationFailureException.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/CompilationFailureException.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/CompilationFailureException.html
 Sat Jan 16 21:47:39 2016
@@ -89,6 +89,6 @@
 81  }
 
 
-Copyright  20012015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20012016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/CompilerMojo.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/CompilerMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/CompilerMojo.html
 Sat Jan 16 21:47:39 2016
@@ -214,6 +214,6 @@
 206 }
 
 
-Copyright  20012015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20012016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 
\ No newline at end of file

Added: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/DependencyCoordinate.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/DependencyCoordinate.html
 (added)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/DependencyCoordinate.html
 Sat Jan 16 21:47:39 2016
@@ -0,0 +1,196 @@
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+
+DependencyCoordinate xref
+
+
+
+View
 Javadoc
+1   package org.apache.maven.plugin.compiler;
+2   
+3   /*
+4* Licensed to the Apache Software Foundation (ASF) under 
one
+5* or more contributor license agreements.  See the NOTICE 
file
+6* distributed with this work for additional 
information
+7* regarding copyright ownership.  The ASF licenses this 
file
+8* to you under the Apache License, Version 2.0 (the
+9* "License"); you may not use this file except in 
compliance
+10   * with the License.  You may obtain a copy of the License 
at
+11   *
+12   *   http://www.apache.org/licenses/LICENSE-2.; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0
+13   *
+14   * Unless required by applicable law or agreed to in 
writing,
+15   * software distributed under the License is distributed on 
an
+16   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY
+17   * KIND, either express or implied.  See the License for 
the
+18   * specific language governing permissions and 
limitations
+19   * under the License.
+20   */
+21  
+22  /**
+23   * Simple representation of Maven-coordinates of a 
dependency.
+24   *
+25   * @author Andreas Gudian
+26   * @since 3.4
+27   */
+28  public class 
DependencyCoordinate
+29  {
+30  private String groupId;
+31  
+32  private String artifactId;
+33  
+34  private String version;
+35  
+36  private String classifier;
+37  
+38  private String type = "jar";
+39  
+40  public String getGroupId()
+41  {
+42  return groupId;
+43  }
+44  
+45  public void 
setGroupId( String groupId )
+46  {
+47  this.groupId = groupId;
+48  }
+49  
+50  public String getArtifactId()
+51  {
+52  return artifactId;
+53  }
+54  
+55  public void 
setArtifactId( String artifactId )
+56  {
+57  this.artifactId = artifactId;
+58  }
+59  
+60  public String getVersion()
+61  {
+62  return version;
+63  }
+64  
+65  public void 
setVersion( String version )
+66  {
+67  this.version = version;
+68  }
+69  
+70  public String getClassifier()
+71  {
+72  return classifier;
+73  }
+74  
+75  public void 
setClassifier( String classifier )
+76  {
+77  this.classifier = classifier;
+78  }
+79  
+80  public String getType()
+81  {
+82  return type;
+83  }
+84  
+85  public void 
setType( String type )
+86  {
+87  this.type = type;
+88  }
+89  
+90  @Override
+91  public int 
hashCode()
+92  {
+93

svn commit: r977871 [26/26] - in /websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/ apidocs/org/apache/maven/plugin/class

2016-01-16 Thread agudian
Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/TestCompilerMojo.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/TestCompilerMojo.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/TestCompilerMojo.html
 Sat Jan 16 21:47:39 2016
@@ -255,6 +255,6 @@
 247 }
 
 
-Copyright  20012015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20012016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/package-frame.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/package-frame.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/package-frame.html
 Sat Jan 16 21:47:39 2016
@@ -3,7 +3,7 @@
 


-   Apache Maven Compiler Plugin 3.3 Reference Package 
org.apache.maven.plugin.compiler
+   Apache Maven Compiler Plugin 3.5-SNAPSHOT Reference 
Package org.apache.maven.plugin.compiler



@@ -25,6 +25,9 @@
CompilerMojo


+   DependencyCoordinate
+   
+   
HelpMojo



Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/package-summary.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/package-summary.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/compiler/package-summary.html
 Sat Jan 16 21:47:39 2016
@@ -3,7 +3,7 @@
 


-   Apache Maven Compiler Plugin 3.3 Reference Package 
org.apache.maven.plugin.compiler
+   Apache Maven Compiler Plugin 3.5-SNAPSHOT Reference 
Package org.apache.maven.plugin.compiler



@@ -52,6 +52,11 @@



+   DependencyCoordinate
+   
+   
+   
+   
HelpMojo


@@ -83,7 +88,7 @@



-   Copyright  20012015 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+   Copyright  20012016 http://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.


 
\ No newline at end of file

Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/package-frame.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/package-frame.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/package-frame.html
 Sat Jan 16 21:47:39 2016
@@ -3,7 +3,7 @@
 


-   Apache Maven Compiler Plugin 3.3 Reference Package 
org.apache.maven.plugin
+   Apache Maven Compiler Plugin 3.5-SNAPSHOT Reference 
Package org.apache.maven.plugin




Modified: 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/package-summary.html
==
--- 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/package-summary.html
 (original)
+++ 
websites/production/maven/components/plugins-archives/maven-compiler-plugin-LATEST/xref/org/apache/maven/plugin/package-summary.html
 Sat Jan 16 21:47:39 2016
@@ -3,7 +3,7 @@
 


-   Apache Maven Compiler Plugin 3.3 Reference Package 

svn commit: r1724892 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

2016-01-15 Thread agudian
Author: agudian
Date: Fri Jan 15 23:24:52 2016
New Revision: 1724892

URL: http://svn.apache.org/viewvc?rev=1724892=rev
Log:
[MCOMPILER-203] Update plexus-compiler to released version 2.7

Modified:
maven/plugins/trunk/maven-compiler-plugin/pom.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1724892=1724891=1724892=diff
==
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Fri Jan 15 23:24:52 2016
@@ -64,7 +64,7 @@ under the License.
   ! The following property is used in the integration tests MCOMPILER-157
 -->
 3.3
-2.7-SNAPSHOT
+2.7
 1.8.0
 2.7.0-01
 2.0.4-04




svn commit: r1723779 - in /maven/plugins/trunk/maven-compiler-plugin: ./ src/it/MCOMPILER-203-processorpath/ src/it/MCOMPILER-203-processorpath/annotation-processor/ src/it/MCOMPILER-203-processorpath

2016-01-08 Thread agudian
Author: agudian
Date: Fri Jan  8 18:28:55 2016
New Revision: 1723779

URL: http://svn.apache.org/viewvc?rev=1723779=rev
Log:
[MCOMPILER-203] Allow specifying annotation processor path dependencies

Added:

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/pom.xml

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/issue/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-processor/src/main/java/org/issue/SimpleAnnotationProcessor.java

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/pom.xml

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/src/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/src/main/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/src/main/java/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/src/main/java/org/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/src/main/java/org/issue/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/src/main/java/org/issue/SimpleAnnotation.java

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/src/main/java/org/issue/SimpleObject.java

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/src/test/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/src/test/java/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/src/test/java/org/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/src/test/java/org/issue/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-user/src/test/java/org/issue/SimpleTestObject.java

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-verify/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-verify/pom.xml

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-verify/src/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-verify/src/main/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-verify/src/main/java/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-verify/src/main/java/org/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-verify/src/main/java/org/issue/

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/annotation-verify/src/main/java/org/issue/SourcePathReadGoal.java

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/invoker.properties

maven/plugins/trunk/maven-compiler-plugin/src/it/MCOMPILER-203-processorpath/pom.xml

maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/DependencyCoordinate.java
Modified:
maven/plugins/trunk/maven-compiler-plugin/pom.xml

maven/plugins/trunk/maven-compiler-plugin/src/it/jdk16-annotation/src/main/resources/META-INF/services/javax.annotation.processing.Processor

maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1723779=1723778=1723779=diff
==
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Fri Jan  8 18:28:55 2016
@@ -19,7 +19,8 @@ specific language governing permissions
 under the License.
 -->
 
-http://maven.apache.org/

svn commit: r1721745 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

2015-12-26 Thread agudian
Author: agudian
Date: Sat Dec 26 18:29:19 2015
New Revision: 1721745

URL: http://svn.apache.org/viewvc?rev=1721745=rev
Log:
Require Maven 3.0, update Snapshot version to 3.5-SNAPSHOT.

Modified:
maven/plugins/trunk/maven-compiler-plugin/pom.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1721745=1721744=1721745=diff
==
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sat Dec 26 18:29:19 2015
@@ -30,7 +30,7 @@ under the License.
   
 
   maven-compiler-plugin
-  3.4-SNAPSHOT
+  3.5-SNAPSHOT
   maven-plugin
 
   Apache Maven Compiler Plugin
@@ -58,7 +58,7 @@ under the License.
   
 
   
-2.2.1
+3.0
 




svn commit: r1721738 - /maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java

2015-12-26 Thread agudian
Author: agudian
Date: Sat Dec 26 15:57:13 2015
New Revision: 1721738

URL: http://svn.apache.org/viewvc?rev=1721738=rev
Log:
[MCOMPILER-211] Prevent possible NPE when m-compiler-p is used within an 
m2e-execution in Eclipse

Modified:

maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java

Modified: 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java?rev=1721738=1721737=1721738=diff
==
--- 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-compiler-plugin/src/main/java/org/apache/maven/plugin/compiler/AbstractCompilerMojo.java
 Sat Dec 26 15:57:13 2015
@@ -60,9 +60,8 @@ import java.util.Map;
 import java.util.Set;
 
 /**
- * TODO: At least one step could be optimized, currently the plugin will do two
- * scans of all the source code if the compiler has to have the entire set of
- * sources. This is currently the case for at least the C# compiler and most
+ * TODO: At least one step could be optimized, currently the plugin will do 
two scans of all the source code if the
+ * compiler has to have the entire set of sources. This is currently the case 
for at least the C# compiler and most
  * likely all the other .NET compilers too.
  *
  * @author others
@@ -219,12 +218,12 @@ public abstract class AbstractCompilerMo
  * Sets the arguments to be passed to the compiler (prepending a dash) if 
{@link #fork} is set to true.
  * 
  * 
- * This is because the list of valid arguments passed to a Java compiler
- * varies based on the compiler version.
+ * This is because the list of valid arguments passed to a Java compiler 
varies based on the compiler version.
  * 
  * 
  * To pass -Xmaxerrs 1000 -Xlint -Xlint:-path -Averbose=true 
you should include the following:
  * 
+ *
  * 
  * compilerArguments
  *   Xmaxerrs1000/Xmaxerrs
@@ -235,7 +234,7 @@ public abstract class AbstractCompilerMo
  * 
  *
  * @since 2.0.1
- * @deprecated use {@link #compilerArgs} instead. 
+ * @deprecated use {@link #compilerArgs} instead.
  */
 @Parameter
 @Deprecated
@@ -257,7 +256,7 @@ public abstract class AbstractCompilerMo
  */
 @Parameter
 protected List compilerArgs;
-
+
 /**
  * 
  * Sets the unformatted single argument string to be passed to the 
compiler if {@link #fork} is set to
@@ -405,6 +404,7 @@ public abstract class AbstractCompilerMo
 
 protected abstract File getGeneratedSourcesDirectory();
 
+@Override
 public void execute()
 throws MojoExecutionException, CompilationFailureException
 {
@@ -1058,20 +1058,25 @@ public abstract class AbstractCompilerMo
 
 protected Date getBuildStartTime()
 {
+Date buildStartTime = null;
 try
 {
 Method getRequestMethod = session.getClass().getMethod( 
"getRequest" );
 Object mavenExecutionRequest = getRequestMethod.invoke( session );
 Method getStartTimeMethod = 
mavenExecutionRequest.getClass().getMethod( "getStartTime" );
-Date buildStartTime = (Date) getStartTimeMethod.invoke( 
mavenExecutionRequest );
-return buildStartTime;
+buildStartTime = (Date) getStartTimeMethod.invoke( 
mavenExecutionRequest );
 }
 catch ( Exception e )
 {
 getLog().debug( "unable to get start time for the current build: " 
+ e.getMessage() );
 }
 
-return new Date();
+if ( buildStartTime == null )
+{
+return new Date();
+}
+
+return buildStartTime;
 }
 
 




svn commit: r1715687 - /maven/pom/trunk/maven/pom.xml

2015-11-22 Thread agudian
Author: agudian
Date: Sun Nov 22 20:09:05 2015
New Revision: 1715687

URL: http://svn.apache.org/viewvc?rev=1715687=rev
Log:
move agudian to the list of PMC members

Modified:
maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1715687=1715686=1715687=diff
==
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Nov 22 20:09:05 2015
@@ -53,6 +53,15 @@ under the License.
   Europe/Paris
 
 
+  agudian
+  Andreas Gudian
+  agud...@apache.org
+  
+PMC Member
+  
+  Europe/Berlin
+
+
   aheritier
   Arnaud Héritier
   aherit...@apache.org
@@ -271,15 +280,6 @@ under the License.
 
 
 
-  agudian
-  Andreas Gudian
-  agud...@apache.org
-  
-Committer
-  
-  Europe/Berlin
-
-
   andham
   Anders Hammar
   and...@apache.org




maven git commit: [MNG-5813] pass debug-opts from mvnDebug to mvn script in the additional env-variable MAVEN_DEBUG_OPTS to not interfere with user-specified MAVEN_OPTS (e.g. when read from .mavenrc).

2015-06-27 Thread agudian
Repository: maven
Updated Branches:
  refs/heads/master ad905af66 - f104ef885


[MNG-5813] pass debug-opts from mvnDebug to mvn script in the additional 
env-variable MAVEN_DEBUG_OPTS to not interfere with user-specified MAVEN_OPTS 
(e.g. when read from .mavenrc).

Fixed as suggested by Robert Patrick on the ML


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f104ef88
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f104ef88
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/f104ef88

Branch: refs/heads/master
Commit: f104ef88507bb8b03c9cfe183c9cd6791305e4f7
Parents: ad905af
Author: Andreas Gudian agud...@apache.org
Authored: Sat Jun 27 17:41:33 2015 +0200
Committer: Andreas Gudian agud...@apache.org
Committed: Sat Jun 27 17:41:33 2015 +0200

--
 apache-maven/src/bin/mvn  | 1 +
 apache-maven/src/bin/mvnDebug | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/f104ef88/apache-maven/src/bin/mvn
--
diff --git a/apache-maven/src/bin/mvn b/apache-maven/src/bin/mvn
index db0960b..4940a52 100755
--- a/apache-maven/src/bin/mvn
+++ b/apache-maven/src/bin/mvn
@@ -235,6 +235,7 @@ export MAVEN_CMD_LINE_ARGS
 
 exec $JAVACMD \
   $MAVEN_OPTS \
+  $MAVEN_DEBUG_OPTS \
   -classpath ${M2_HOME}/boot/plexus-classworlds-*.jar \
   -Dclassworlds.conf=${M2_HOME}/bin/m2.conf \
   -Dmaven.home=${M2_HOME} 
-Dmaven.multiModuleProjectDirectory=${MAVEN_PROJECTBASEDIR} \

http://git-wip-us.apache.org/repos/asf/maven/blob/f104ef88/apache-maven/src/bin/mvnDebug
--
diff --git a/apache-maven/src/bin/mvnDebug b/apache-maven/src/bin/mvnDebug
index 73905fd..a1077ce 100755
--- a/apache-maven/src/bin/mvnDebug
+++ b/apache-maven/src/bin/mvnDebug
@@ -38,4 +38,4 @@ MAVEN_DEBUG_OPTS=-Xdebug 
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,addre
 
 echo Preparing to Execute Maven in Debug Mode
 
-env MAVEN_OPTS=$MAVEN_OPTS $MAVEN_DEBUG_OPTS $(dirname $0)/mvn $@
+env MAVEN_OPTS=$MAVEN_OPTS MAVEN_DEBUG_OPTS=$MAVEN_DEBUG_OPTS $(dirname 
$0)/mvn $@



maven git commit: [MNG-5812] Project base dir not fully working in Cygwin

2015-06-22 Thread agudian
Repository: maven
Updated Branches:
  refs/heads/master cfd1fbe61 - ad905af66


[MNG-5812] Project base dir not fully working in Cygwin

Converted project base dir from Cygwin path to Windows path before
executing Maven.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/ad905af6
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/ad905af6
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/ad905af6

Branch: refs/heads/master
Commit: ad905af669c7a8aea22151b56e14c941efdb55aa
Parents: cfd1fbe
Author: tssp t...@web.de
Authored: Wed Apr 29 08:02:05 2015 +0200
Committer: Andreas Gudian agud...@apache.org
Committed: Mon Jun 22 22:02:58 2015 +0200

--
 apache-maven/src/bin/mvn | 21 +++--
 1 file changed, 15 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/ad905af6/apache-maven/src/bin/mvn
--
diff --git a/apache-maven/src/bin/mvn b/apache-maven/src/bin/mvn
index 902de4a..db0960b 100755
--- a/apache-maven/src/bin/mvn
+++ b/apache-maven/src/bin/mvn
@@ -57,27 +57,27 @@ case `uname` in
#
# Look for the Apple JDKs first to preserve the existing behaviour, 
and then look
# for the new JDKs provided by Oracle.
-   # 
+   #
if [ -z $JAVA_HOME ]  [ -L 
/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK ] ; then
  #
  # Apple JDKs
  #
  export 
JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home
fi
-   
+
if [ -z $JAVA_HOME ]  [ -L 
/System/Library/Java/JavaVirtualMachines/CurrentJDK ] ; then
  #
  # Apple JDKs
  #
  export 
JAVA_HOME=/System/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home
fi
- 
+
if [ -z $JAVA_HOME ]  [ -L 
/Library/Java/JavaVirtualMachines/CurrentJDK ] ; then
  #
  # Oracle JDKs
  #
  export 
JAVA_HOME=/Library/Java/JavaVirtualMachines/CurrentJDK/Contents/Home
-   fi   
+   fi
 
if [ -z $JAVA_HOME ]  [ -x /usr/libexec/java_home ]; then
  #
@@ -216,10 +216,19 @@ concat_lines() {
   fi
 }
 
-export MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-$(find_maven_basedir)}
+MAVEN_PROJECTBASEDIR=${MAVEN_BASEDIR:-$(find_maven_basedir)}
 MAVEN_OPTS=$(concat_lines $MAVEN_PROJECTBASEDIR/.mvn/jvm.config) 
$MAVEN_OPTS
 
-# Provide a standardized way to retrieve the CLI args that will 
+# For Cygwin, switch project base directory path to Windows format before
+# executing Maven. Otherwise this will cause Maven not to consider it.
+if $cygwin; then
+  [ -n $MAVEN_PROJECTBASEDIR ] 
+  MAVEN_PROJECTBASEDIR=`cygpath --path --windows $MAVEN_PROJECTBASEDIR`
+fi
+
+export MAVEN_PROJECTBASEDIR
+
+# Provide a standardized way to retrieve the CLI args that will
 # work with both Windows and non-Windows executions.
 MAVEN_CMD_LINE_ARGS=$MAVEN_CONFIG $@
 export MAVEN_CMD_LINE_ARGS



svn commit: r952916 - in /websites/production/maven/components: plugins-archives/maven-eclipse-plugin-2.10/ plugins/maven-eclipse-plugin/

2015-05-27 Thread agudian
Author: agudian
Date: Wed May 27 20:25:45 2015
New Revision: 952916

Log:
Publish maven-eclipse-plugin 2.10 documentation

Added:

websites/production/maven/components/plugins-archives/maven-eclipse-plugin-2.10/
  - copied from r952915, 
websites/production/maven/components/plugins-archives/maven-eclipse-plugin-LATEST/
websites/production/maven/components/plugins/maven-eclipse-plugin/
  - copied from r952915, 
websites/production/maven/components/plugins-archives/maven-eclipse-plugin-LATEST/




svn commit: r1682116 - /maven/site/trunk/content/apt/plugins/index.apt

2015-05-27 Thread agudian
Author: agudian
Date: Wed May 27 20:35:24 2015
New Revision: 1682116

URL: http://svn.apache.org/r1682116
Log:
release maven-eclipse-plugin 2.10

Modified:
maven/site/trunk/content/apt/plugins/index.apt

Modified: maven/site/trunk/content/apt/plugins/index.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugins/index.apt?rev=1682116r1=1682115r2=1682116view=diff
==
--- maven/site/trunk/content/apt/plugins/index.apt (original)
+++ maven/site/trunk/content/apt/plugins/index.apt Wed May 27 20:35:24 2015
@@ -171,7 +171,7 @@ Available Plugins
 
*--++--++--+++
 | IDEs ||  
|| Plugins that simplify integration with integrated 
developer environments. | |
 
*--++--++--+++
-| {{{/plugins/maven-eclipse-plugin/} eclipse}}   | B  | 
2.9  | 2012-02-14 | Generate an Eclipse project file for the current 
project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MECLIPSE}JIRA}}
+| {{{/plugins/maven-eclipse-plugin/} eclipse}}   | B  | 
2.10 | 2015-05-27 | Generate an Eclipse project file for the current 
project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin}SVN}}
 | {{{https://issues.apache.org/jira/browse/MECLIPSE}JIRA}}
 
*--++--++--+++
 
   \* Build or Reporting plugin




svn commit: r1681511 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

2015-05-24 Thread agudian
Author: agudian
Date: Sun May 24 18:17:21 2015
New Revision: 1681511

URL: http://svn.apache.org/r1681511
Log:
[maven-release-plugin] prepare release maven-eclipse-plugin-2.10

Modified:
maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=1681511r1=1681510r2=1681511view=diff
==
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Sun May 24 18:17:21 2015
@@ -19,7 +19,7 @@ specific language governing permissions
 under the License.
 --
 
-project xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' 
xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd' 
xmlns='http://maven.apache.org/POM/4.0.0'
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;
   modelVersion4.0.0/modelVersion
 
   parent
@@ -30,7 +30,7 @@ under the License.
   /parent
 
   artifactIdmaven-eclipse-plugin/artifactId
-  version2.10-SNAPSHOT/version
+  version2.10/version
   packagingmaven-plugin/packaging
 
   nameApache Maven Eclipse Plugin/name
@@ -43,10 +43,10 @@ under the License.
   /prerequisites
 
   scm
-
connectionscm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin//connection
-
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/
+
connectionscm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-eclipse-plugin-2.10/connection
+
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-eclipse-plugin-2.10
 /developerConnection
-
urlhttp://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin//url
+
urlhttp://svn.apache.org/viewvc/maven/plugins/tags/maven-eclipse-plugin-2.10/url
   /scm
   issueManagement
 systemJIRA/system
@@ -409,10 +409,9 @@ under the License.
 phaseprocess-resources/phase
 configuration
   target
-available property=it_settings_file 
file=src/it/settings-${user.name}.xml
-   value=src/it/settings-${user.name}.xml/
-property name=it_settings_file 
location=src/it/settings-default.xml/
-copy file=${it_settings_file} 
tofile=src/it/settings.xml/
+available property=it_settings_file 
file=src/it/settings-${user.name}.xml 
value=src/it/settings-${user.name}.xml /
+property name=it_settings_file 
location=src/it/settings-default.xml /
+copy file=${it_settings_file} 
tofile=src/it/settings.xml /
   /target
 /configuration
 goals
@@ -424,8 +423,8 @@ under the License.
 phasepost-integration-test/phase
 configuration
   target
-property name=script 
location=verify-integration-tests-checks.bsh/
-script language=beanshell src=${script}/
+property name=script 
location=verify-integration-tests-checks.bsh /
+script language=beanshell src=${script} /
   /target
 /configuration
 goals




svn commit: r1681510 - /maven/plugins/trunk/maven-eclipse-plugin/README-testing.txt

2015-05-24 Thread agudian
Author: agudian
Date: Sun May 24 18:16:35 2015
New Revision: 1681510

URL: http://svn.apache.org/r1681510
Log:
o removing some whitespace

Modified:
maven/plugins/trunk/maven-eclipse-plugin/README-testing.txt

Modified: maven/plugins/trunk/maven-eclipse-plugin/README-testing.txt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/README-testing.txt?rev=1681510r1=1681509r2=1681510view=diff
==
--- maven/plugins/trunk/maven-eclipse-plugin/README-testing.txt (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/README-testing.txt Sun May 24 
18:16:35 2015
@@ -2,38 +2,38 @@ Testing maven-eclipse-plugin
 
   This is a complicated beast, it generates a bunch of different files (all in 
different formats: text, xml)
   that have hard coded paths and other junk in them.
-  
+
   Most of the work is done in the integration tests.
 
   You have to set M2_HOME to the appropriate maven version
   you want to test with like this:
- 
+
   export M2_HOME=/usr/share/java/apache-maven-3.1.1
-  
-  Use 
+
+  Use
 mvn -Prun-its verify
   to run the integration tests
-  
+
   One day these tests will be unified into whatever sanctioned way of doing 
integration tests becomes.
-  
+
 Running a single test
-* Run mvn and tell surefire to only run your TestCase: 
+* Run mvn and tell surefire to only run your TestCase:
 
   (See 
http://maven.apache.org/plugins/maven-surefire-plugin/examples/single-test.html 
for more details)
-  
+
   mvn -Prun-its integration-test -Dit.test=EclipsePluginIT#testProject10
-  
+
 PluginTestTool
   The bulk of the integration tests are using the old (and obsoleted) method 
of PluginTestTool.
-  These IT tests are invoked via maven-failsafe-plugin:integration-test which 
looks for JUnit test cases 
+  These IT tests are invoked via maven-failsafe-plugin:integration-test which 
looks for JUnit test cases
   from the ${project.build.testSourceDirectory} of the form:
 (see 
http://maven.apache.org/plugins/maven-failsafe-plugin/integration-test-mojo.html#includes)
 includes
  include**/IT*.java/include
  include**/*IT.java/include
  include**/*ITCase.java/include
-/includes 
-  
+/includes
+
   The test classes all extends AbstractEclipsePluginIT which initialised the 
testing area with a test
   version of the plugin under test.  Each actual test then needs to specify 
which test project should be run
   in a test method. e.g. EclipsePluginIT has methods like:
@@ -42,73 +42,73 @@ PluginTestTool
 {
 testProject( project-63-MECLIPSE-388 );
 }
-  which delegates to AbstractEclipsePluginIT.testProject() and specifies the 
test project directory that should 
+  which delegates to AbstractEclipsePluginIT.testProject() and specifies the 
test project directory that should
   be used.  All test projects are located in src/test/resources/projects/, so 
in this example it would be
   src/test/resources/projects/project-63-MECLIPSE-388
-  
+
   Each test project needs a pom.xml file.  It's easiest to copy and hack an 
existing file from another working test project.
   These test projects will not pollute your local ~/.m2/repository.  A 
separate test repository inside target/ is created
   that will house all the downloaded artifacts and installed test projects.
-  
+
   A negative consequence of using PluginTestTool is that anything downloaded 
from central is not stored in
   your ~/.m2/repository which means wasted bandwidth after doing mvn clean.
-  
+
   Remember that your build/plugins/plugin for maven-eclipse-plugin needs:
 versiontest/version
   for PluginTestTool to work.  You may need additional configuration settings,
   like workspace so that you dont accidentally pollute your tests with settings
   from your actual eclipse workspace used to develop this plugin.
-  
+
 * Validating a successful test
 
   Each test will automatically run a comparison of the generated files.
-  A generated file will only be verified if the same file (including path 
hierarchy) exists in the 
+  A generated file will only be verified if the same file (including path 
hierarchy) exists in the
   under the expected directory. e.g. 
src/test/resources/project-63-MECLIPSE-388/expected contains:
   * settings/org.eclipse.jdt.core.prefs
   * .classpath
   * .project
-  
+
   Before comparison is done, each file (both expected and actual) is 
preprocessed via
   AbstractEclipsePluginIT.preprocess( File file, Map variables ) which
   * removes windows drive details
   * replaces any variables with their values, currently only ${basedir} and 
${M2_REPO} are supported variable.
-  * specific hacks for specific files like eclipse *.prefs files and wst 
files.  
+  * specific hacks for specific files like eclipse *.prefs files and wst files.
   See the method for more details.
-
-  The comparator read the first few bytes of the actual file to see if it 
contains an XML

svn commit: r1681502 - /maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml

2015-05-24 Thread agudian
Author: agudian
Date: Sun May 24 17:44:40 2015
New Revision: 1681502

URL: http://svn.apache.org/r1681502
Log:
o Use fluido-skin for the site

Modified:
maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml?rev=1681502r1=1681501r2=1681502view=diff
==
--- maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml Sun May 24 
17:44:40 2015
@@ -22,6 +22,37 @@ under the License.
 project xmlns=http://maven.apache.org/DECORATION/1.0.0;
   xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
   xsi:schemaLocation=http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd;
+
+  bannerLeft
+name${project.name}/name
+srchttp://maven.apache.org/images/apache-maven-project.png/src
+hrefhttp://maven.apache.org//href
+  /bannerLeft
+  bannerRight
+srchttp://maven.apache.org/images/maventxt_logo_200.gif/src
+  /bannerRight
+
+  skin
+groupIdorg.apache.maven.skins/groupId
+artifactIdmaven-fluido-skin/artifactId
+version1.3.0/version
+  /skin
+
+  custom
+fluidoSkin
+  topBarEnabledtrue/topBarEnabled
+  sideBarEnabledtrue/sideBarEnabled
+  googleSearch
+sitesearch${project.url}/sitesearch
+  /googleSearch
+  gitHub
+projectIdapache/maven-plugins/projectId
+ribbonOrientationright/ribbonOrientation
+ribbonColorgray/ribbonColor
+  /gitHub
+/fluidoSkin
+  /custom
+
   body
 menu name=Overview
   item name=Introduction href=index.html/




svn commit: r1681513 - /maven/plugins/tags/maven-eclipse-plugin-2.10/

2015-05-24 Thread agudian
Author: agudian
Date: Sun May 24 18:18:18 2015
New Revision: 1681513

URL: http://svn.apache.org/r1681513
Log:
[maven-release-plugin]  copy for tag maven-eclipse-plugin-2.10

Added:
maven/plugins/tags/maven-eclipse-plugin-2.10/
  - copied from r1681512, maven/plugins/trunk/maven-eclipse-plugin/



svn commit: r1681514 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

2015-05-24 Thread agudian
Author: agudian
Date: Sun May 24 18:18:22 2015
New Revision: 1681514

URL: http://svn.apache.org/r1681514
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=1681514r1=1681513r2=1681514view=diff
==
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Sun May 24 18:18:22 2015
@@ -30,7 +30,7 @@ under the License.
   /parent
 
   artifactIdmaven-eclipse-plugin/artifactId
-  version2.10/version
+  version3.0-SNAPSHOT/version
   packagingmaven-plugin/packaging
 
   nameApache Maven Eclipse Plugin/name
@@ -43,10 +43,10 @@ under the License.
   /prerequisites
 
   scm
-
connectionscm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-eclipse-plugin-2.10/connection
-
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-eclipse-plugin-2.10
+
connectionscm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin//connection
+
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/
 /developerConnection
-
urlhttp://svn.apache.org/viewvc/maven/plugins/tags/maven-eclipse-plugin-2.10/url
+
urlhttp://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin//url
   /scm
   issueManagement
 systemJIRA/system




svn commit: r1681500 - in /maven/plugins/trunk/maven-eclipse-plugin/src: main/java/org/apache/maven/plugin/eclipse/ main/java/org/apache/maven/plugin/eclipse/reader/ site/apt/

2015-05-24 Thread agudian
Author: agudian
Date: Sun May 24 17:25:06 2015
New Revision: 1681500

URL: http://svn.apache.org/r1681500
Log:
[MECLIPSE-759] Add goal resolve-workspace-dependencies to resolve the M2_REPO 
classpath references of all projects contained in a workspace

Added:

maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/WorkspaceDependencyResolveMojo.java
Modified:

maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java

maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/reader/ReadWorkspaceLocations.java
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt.vm

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java?rev=1681500r1=1681499r2=1681500view=diff
==
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java
 Sun May 24 17:25:06 2015
@@ -451,6 +451,8 @@ public class EclipsePlugin
  * If set to codetrue/code, the standard execution environment 
matching the compiler settings is set as JRE. If
  * set to codefalse/code, the JRE matching the configured 
compiler-plugin executable or JAVA_HOME is selected by
  * name, if it is configured in the workspace.
+ * 
+ * @since 2.10
  */
 @Parameter( property = eclipse.preferStandardClasspathContainer, 
defaultValue = false )
 private boolean preferStandardClasspathContainer;

Added: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/WorkspaceDependencyResolveMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/WorkspaceDependencyResolveMojo.java?rev=1681500view=auto
==
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/WorkspaceDependencyResolveMojo.java
 (added)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/WorkspaceDependencyResolveMojo.java
 Sun May 24 17:25:06 2015
@@ -0,0 +1,182 @@
+package org.apache.maven.plugin.eclipse;
+
+import java.io.File;
+import java.io.FileReader;
+import java.util.ArrayList;
+import java.util.List;
+
+import org.apache.maven.artifact.Artifact;
+import org.apache.maven.artifact.factory.ArtifactFactory;
+import org.apache.maven.artifact.repository.ArtifactRepository;
+import org.apache.maven.artifact.resolver.ArtifactNotFoundException;
+import org.apache.maven.artifact.resolver.ArtifactResolutionException;
+import org.apache.maven.artifact.resolver.ArtifactResolver;
+import org.apache.maven.plugin.AbstractMojo;
+import org.apache.maven.plugin.MojoExecutionException;
+import org.apache.maven.plugin.MojoFailureException;
+import org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocations;
+import org.apache.maven.plugins.annotations.Component;
+import org.apache.maven.plugins.annotations.Mojo;
+import org.apache.maven.plugins.annotations.Parameter;
+import org.codehaus.plexus.util.StringUtils;
+import org.codehaus.plexus.util.xml.Xpp3Dom;
+import org.codehaus.plexus.util.xml.Xpp3DomBuilder;
+
+/**
+ * For all projects currently part of the workspace, all references to the 
codeM2_REPO/code classpath variable are
+ * resolved.
+ * p
+ * Note: not the projects of the emreactor/em are inspected for unresolved 
artifacts, but the projects that are part
+ * of the emworkspace/em.
+ * 
+ * @since 2.10
+ * @author agudian
+ */
+@Mojo( name = resolve-workspace-dependencies, aggregator = true, 
requiresProject = false )
+public class WorkspaceDependencyResolveMojo
+extends AbstractMojo
+{
+/**
+ * The eclipse workspace directory.
+ * p
+ * If omitted, the parent directories of the working directory are 
checked. The first directory to contain a
+ * code.metadata/code subdirectory is chosen.
+ */
+@Parameter( property = eclipse.workspace )
+private File workspace;
+
+@Component( role = ArtifactFactory.class )
+private ArtifactFactory artifactFactory;
+
+@Component( role = ArtifactResolver.class )
+private ArtifactResolver artifactResolver;
+
+@Parameter( property = project.remoteArtifactRepositories, required = 
true, readonly = true )
+private ListArtifactRepository remoteArtifactRepositories;
+
+@Parameter( property = localRepository, required = true, readonly = true 
)
+private ArtifactRepository localRepository;
+
+private ListFile findProjectLocations( File

maven git commit: MNG-5796 fix mvn.cmd execution when invoked at drive root

2015-05-02 Thread agudian
Repository: maven
Updated Branches:
  refs/heads/master 4567c8319 - f27c348bb


MNG-5796 fix mvn.cmd execution when invoked at drive root


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f27c348b
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f27c348b
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/f27c348b

Branch: refs/heads/master
Commit: f27c348bbaf51046029ce2853feeaf98700f1aca
Parents: 4567c83
Author: Andreas Gudian agud...@apache.org
Authored: Sat May 2 19:33:38 2015 +0200
Committer: Andreas Gudian agud...@apache.org
Committed: Sat May 2 19:33:38 2015 +0200

--
 apache-maven/src/bin/mvn.cmd | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/f27c348b/apache-maven/src/bin/mvn.cmd
--
diff --git a/apache-maven/src/bin/mvn.cmd b/apache-maven/src/bin/mvn.cmd
index 4fad093..d35c1d2 100644
--- a/apache-maven/src/bin/mvn.cmd
+++ b/apache-maven/src/bin/mvn.cmd
@@ -121,7 +121,7 @@ IF NOT %MAVEN_PROJECTBASEDIR%== goto endDetectBaseDir
 set EXEC_DIR=%CD%
 set WDIR=%EXEC_DIR%
 :findBaseDir
-IF EXIST %WDIR%\.mvn goto baseDirFound
+IF EXIST %WDIR%\.mvn goto baseDirFound
 cd ..
 IF %WDIR%==%CD% goto baseDirNotFound
 set WDIR=%CD%
@@ -133,6 +133,8 @@ cd %EXEC_DIR%
 goto endDetectBaseDir
 
 :baseDirNotFound
+if _%EXEC_DIR:~-1%==_\ set EXEC_DIR=%EXEC_DIR:~0,-1%
+
 set MAVEN_PROJECTBASEDIR=%EXEC_DIR%
 cd %EXEC_DIR%
 



svn commit: r1677350 - /maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt.vm

2015-05-02 Thread agudian
Author: agudian
Date: Sat May  2 20:37:40 2015
New Revision: 1677350

URL: http://svn.apache.org/r1677350
Log:
o Add a description that suggests using m2e instead of maven-eclipse-plugin, 
albeit acknowledging that there are still project setups where m-eclipse-p is 
more suitable.

Modified:
maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt.vm

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt.vm?rev=1677350r1=1677349r2=1677350view=diff
==
--- maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt.vm 
(original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/site/apt/index.apt.vm Sat May  
2 20:37:40 2015
@@ -28,13 +28,14 @@
 
 ${project.name}
 
-  The Eclipse Plugin is used to generate Eclipse IDE files (*.classpath,
-  *.wtpmodules and the .settings folder) for use with a project.
+  The Maven Eclipse Plugin is used to generate Eclipse IDE files (*.classpath,
+  *.project, *.wtpmodules and the .settings folder) for use with a project.
 
-  Note: Starting at version 2.6, by default, the generated .classpath now 
includes **/*.java for source directories
-  and excludes **/*.java for resource directories. See the example on
-  
{{{./examples/specifying-source-path-inclusions-and-exclusions.html}specifying 
source path inclusions and exclusions}}
-  for more details on how to change this behavior.
+  Disclaimer: Users are advised to use m2e, the 
{{{https://projects.eclipse.org/projects/technology.m2e}Eclipse Maven 
Integration}}
+  instead of this plugin, as it can more closely resemble the actual build and 
runtime classpaths as described in the
+  project pom.xml - among other advantages. However, there are project setups 
and workflows that still work more
+  efficiently with statically generated Eclipse metadata - for example when 
there is a large number of projects in
+  a reactor. That's where the Maven Eclipse Plugin can still help you.
 
 * Goals Overview
 




svn commit: r1677345 - in /maven/plugins/trunk/maven-eclipse-plugin/src: main/java/org/apache/maven/plugin/eclipse/ main/java/org/apache/maven/plugin/eclipse/reader/ test/java/org/apache/maven/plugin/

2015-05-02 Thread agudian
Author: agudian
Date: Sat May  2 20:02:31 2015
New Revision: 1677345

URL: http://svn.apache.org/r1677345
Log:
[MECLIPSE-757] Support JavaSE-1.7 / JavaSE-1.8 execution environment names and 
add an option to favour those standard JVM names instead of explicit JRE ids. 

Modified:

maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java

maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/reader/ReadWorkspaceLocations.java

maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/reader/ReadWorkspaceLocationsTest.java

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java?rev=1677345r1=1677344r2=1677345view=diff
==
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/EclipsePlugin.java
 Sat May  2 20:02:31 2015
@@ -179,8 +179,8 @@ public class EclipsePlugin
 private List projectnatures;
 
 /**
- * List of artifacts, represented as codegroupId:artifactId/code, to 
exclude from the eclipse classpath,
- * being provided by some eclipse classPathContainer.
+ * List of artifacts, represented as codegroupId:artifactId/code, to 
exclude from the eclipse classpath, being
+ * provided by some eclipse classPathContainer.
  *
  * @see http://jira.codehaus.org/browse/MECLIPSE-79
  * @since 2.5
@@ -310,8 +310,8 @@ public class EclipsePlugin
 private String wtpversion;
 
 /**
- * JEE context name of the WTP module. ( ex. WEB context name ). You can 
use ROOT if you want to map the webapp
- * to the root context.
+ * JEE context name of the WTP module. ( ex. WEB context name ). You can 
use ROOT if you want to map the webapp to
+ * the root context.
  */
 @Parameter( property = wtpContextName )
 private String wtpContextName;
@@ -447,6 +447,14 @@ public class EclipsePlugin
 @Parameter( property = eclipse.wtpdefaultserver )
 private String wtpdefaultserver;
 
+/**
+ * If set to codetrue/code, the standard execution environment 
matching the compiler settings is set as JRE. If
+ * set to codefalse/code, the JRE matching the configured 
compiler-plugin executable or JAVA_HOME is selected by
+ * name, if it is configured in the workspace.
+ */
+@Parameter( property = eclipse.preferStandardClasspathContainer, 
defaultValue = false )
+private boolean preferStandardClasspathContainer;
+
 private WorkspaceConfiguration workspaceConfiguration;
 
 /**
@@ -518,7 +526,8 @@ public class EclipsePlugin
 private List sourceIncludes;
 
 /**
- * A list of links to local files in the system. A configuration like this 
one in the pom : 
+ * A list of links to local files in the system. A configuration like this 
one in the pom :
+ * 
  * pre
  * lt;plugingt;
  *   lt;groupIdgt;org.apache.maven.pluginslt;/groupIdgt;
@@ -534,7 +543,9 @@ public class EclipsePlugin
  *   lt;/configurationgt; 
  * lt;/plugingt;
  * /pre
+ * 
  * will produce in the .project :
+ * 
  * pre
  * lt;linkedResourcesgt;
  *   lt;linkgt;
@@ -549,7 +560,7 @@ public class EclipsePlugin
  */
 @Parameter
 private List linkedResources;
-
+
 /**
  * Put classpath container entries last in eclipse classpath 
configuration. Note that this behaviour, although
  * useful in situations were you want to override resources found in 
classpath containers, will made JRE classes
@@ -559,35 +570,63 @@ public class EclipsePlugin
  */
 @Parameter( property = eclipse.classpathContainersLast, defaultValue = 
false )
 protected boolean classpathContainersLast;
-
+
 /**
- * Whether to place test resources after main resources. Note that the 
default behavior of Maven version 2.0.8 or 
+ * Whether to place test resources after main resources. Note that the 
default behavior of Maven version 2.0.8 or
  * later is to have test dirs before main dirs in classpath so this is 
discouraged if you need to reproduce the
  * maven behavior during tests. The default behavior is also changed in 
eclipse plugin version 2.6 in order to
- * better match the maven one.
- * Switching to test source last can anyway be useful if you need to run 
your application in eclipse, since there
- * is no concept in eclipse of phases with different set of source dirs 
and dependencies like we have in maven.
+ * better match the maven one. Switching to test source last can anyway 
be useful if you need

svn commit: r1671088 - /maven/sandbox/trunk/other/jira/ASF-jira-groups.csv

2015-04-03 Thread agudian
Author: agudian
Date: Fri Apr  3 15:21:49 2015
New Revision: 1671088

URL: http://svn.apache.org/r1671088
Log:
added my jira id

Modified:
maven/sandbox/trunk/other/jira/ASF-jira-groups.csv

Modified: maven/sandbox/trunk/other/jira/ASF-jira-groups.csv
URL: 
http://svn.apache.org/viewvc/maven/sandbox/trunk/other/jira/ASF-jira-groups.csv?rev=1671088r1=1671087r2=1671088view=diff
==
--- maven/sandbox/trunk/other/jira/ASF-jira-groups.csv (original)
+++ maven/sandbox/trunk/other/jira/ASF-jira-groups.csv Fri Apr  3 15:21:49 2015
@@ -31,7 +31,7 @@ wfay,Wayne Fay,
 ,,
 ,,
 maven-developers,Committers,
-agudian,Andreas Gudian,
+agudian,Andreas Gudian,agudian
 andham,Anders Hammar,afloom
 bdemers,Brian Demers,
 bellingard,Fabrice Bellingard,




svn commit: r1669194 - in /maven/plugins/trunk/maven-eclipse-plugin/src: main/java/org/apache/maven/plugin/eclipse/LinkedResource.java test/java/org/apache/maven/plugin/eclipse/LinkedResourceTest.java

2015-03-25 Thread agudian
Author: agudian
Date: Wed Mar 25 18:17:22 2015
New Revision: 1669194

URL: http://svn.apache.org/r1669194
Log:
[MECLIPSE-738] Fix constructing a LinkedResource with a locationURI in the XML.
Allow that either, but not both, and not neither, of the location properties 
could be set. Include tests.

Submitted by: Joseph Walton

o Applied without changes

Added:

maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/LinkedResourceTest.java
Modified:

maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/LinkedResource.java

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/LinkedResource.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/LinkedResource.java?rev=1669194r1=1669193r2=1669194view=diff
==
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/LinkedResource.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/eclipse/LinkedResource.java
 Wed Mar 25 18:17:22 2015
@@ -128,7 +128,15 @@ public class LinkedResource
 throw new IllegalArgumentException( Both location and locationURI 
nodes are set. );
 }
 
-location = locationNode.getValue();
+if (locationNode != null)
+{
+location = locationNode.getValue();
+}
+
+if (locationURINode != null)
+{
+locationURI = locationURINode.getValue();
+}
 }
 
 public void print( XMLWriter writer )

Added: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/LinkedResourceTest.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/LinkedResourceTest.java?rev=1669194view=auto
==
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/LinkedResourceTest.java
 (added)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/LinkedResourceTest.java
 Wed Mar 25 18:17:22 2015
@@ -0,0 +1,60 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * License); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.maven.plugin.eclipse;
+
+import static org.junit.Assert.assertEquals;
+
+import org.codehaus.plexus.util.xml.Xpp3Dom;
+import org.junit.Test;
+
+public class LinkedResourceTest
+{
+@Test
+public void nodeWithOnlyLocationIsAccepted()
+{
+Xpp3Dom node = new Xpp3Dom(test);
+node.addChild(new Xpp3Dom(name));
+node.addChild(new Xpp3Dom(type));
+
+Xpp3Dom location = new Xpp3Dom(location);
+location.setValue(the-location);
+
+node.addChild(location);
+
+LinkedResource lr = new LinkedResource(node);
+assertEquals(the-location, lr.getLocation());
+}
+
+@Test
+public void nodeWithOnlyLocationUriIsAccepted()
+{
+Xpp3Dom node = new Xpp3Dom(test);
+node.addChild(new Xpp3Dom(name));
+node.addChild(new Xpp3Dom(type));
+
+Xpp3Dom location = new Xpp3Dom(locationURI);
+location.setValue(the-location-uri);
+
+node.addChild(location);
+
+LinkedResource lr = new LinkedResource(node);
+assertEquals(the-location-uri, lr.getLocationURI());
+}
+}




svn commit: r1668832 - /maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/AbstractEclipsePluginIT.java

2015-03-24 Thread agudian
Author: agudian
Date: Tue Mar 24 09:54:03 2015
New Revision: 1668832

URL: http://svn.apache.org/r1668832
Log:
o Ignore .svn subdirectories with old SVN-WC format when comparing directories

Modified:

maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/AbstractEclipsePluginIT.java

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/AbstractEclipsePluginIT.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/AbstractEclipsePluginIT.java?rev=1668832r1=1668831r2=1668832view=diff
==
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/AbstractEclipsePluginIT.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/AbstractEclipsePluginIT.java
 Tue Mar 24 09:54:03 2015
@@ -538,7 +538,7 @@ public abstract class AbstractEclipsePlu
 CollectionFile expectedDirectories = getExpectedDirectories( basedir 
);
 
 for (File expectedDirectory : expectedDirectories) {
-File[] expectedFilesToCompare = 
getExpectedFilesToCompare(expectedDirectory);
+CollectionFile expectedFilesToCompare = 
getExpectedFilesToCompare(expectedDirectory);
 
 for (File expectedFile : expectedFilesToCompare) {
 File actualFile = getActualFile(projectOutputDir, basedir, 
expectedFile);
@@ -790,31 +790,38 @@ public abstract class AbstractEclipsePlu
  */
 private CollectionFile getExpectedDirectories( File basedir )
 {
-if (IGNORED_DIRS.contains( basedir.getName() ) ) {
+if ( IGNORED_DIRS.contains( basedir.getName() ) )
+{
 return Collections.emptyList();
 }
-
+
 ListFile expectedDirectories = new ArrayListFile();
 ListFile subdirectories = new ArrayListFile();
 
 File[] allFiles = basedir.listFiles();
 if ( allFiles != null )
 {
-for (File currentFile : allFiles) {
-if (currentFile.isDirectory()) {
-if (currentFile.getName().equals(EXPECTED_DIRECTORY_NAME)) 
{
-expectedDirectories.add(currentFile);
-} else {
-subdirectories.add(currentFile);
+for ( File currentFile : allFiles )
+{
+if ( currentFile.isDirectory() )
+{
+if ( currentFile.getName().equals( EXPECTED_DIRECTORY_NAME 
) )
+{
+expectedDirectories.add( currentFile );
+}
+else
+{
+subdirectories.add( currentFile );
 }
 }
 }
 }
 if ( !subdirectories.isEmpty() )
 {
-for (File subdirectory : subdirectories) {
-CollectionFile subdirectoryFiles = 
getExpectedDirectories(subdirectory);
-expectedDirectories.addAll(subdirectoryFiles);
+for ( File subdirectory : subdirectories )
+{
+CollectionFile subdirectoryFiles = getExpectedDirectories( 
subdirectory );
+expectedDirectories.addAll( subdirectoryFiles );
 }
 }
 return expectedDirectories;
@@ -824,32 +831,41 @@ public abstract class AbstractEclipsePlu
  * @param expectedDirectory the expected directory to locate expected Files
  * @return an array of Files found under the expectedDirectory - will 
recurse through the directory structure.
  */
-private File[] getExpectedFilesToCompare( File expectedDirectory )
+private CollectionFile getExpectedFilesToCompare( File expectedDirectory 
)
 {
-List expectedFiles = new ArrayList();
-List subdirectories = new ArrayList();
+if ( IGNORED_DIRS.contains( expectedDirectory.getName() ) )
+{
+return Collections.emptyList();
+}
+
+ListFile expectedFiles = new ArrayListFile();
+ListFile subdirectories = new ArrayListFile();
 
 File[] allFiles = expectedDirectory.listFiles();
 if ( allFiles != null )
 {
-for (File currentFile : allFiles) {
-if (currentFile.isDirectory()) {
-subdirectories.add(currentFile);
-} else {
-expectedFiles.add(currentFile);
+for ( File currentFile : allFiles )
+{
+if ( currentFile.isDirectory() )
+{
+subdirectories.add( currentFile );
+}
+else
+{
+expectedFiles.add( currentFile

svn commit: r1668965 - in /maven/plugins/trunk/maven-eclipse-plugin: ./ README-testing.txt pom.xml src/test/java/org/apache/maven/plugin/eclipse/it/EclipsePluginIT.java src/test/resources/projects/pro

2015-03-24 Thread agudian
Author: agudian
Date: Tue Mar 24 19:37:27 2015
New Revision: 1668965

URL: http://svn.apache.org/r1668965
Log:
o Fix ITs, allow to run a single test case from an IT by using the surefire 
JUnit 4 test runner

Modified:
maven/plugins/trunk/maven-eclipse-plugin/   (props changed)
maven/plugins/trunk/maven-eclipse-plugin/README-testing.txt
maven/plugins/trunk/maven-eclipse-plugin/pom.xml

maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/EclipsePluginIT.java

maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-50-MECLIPSE-415/pom.xml

Propchange: maven/plugins/trunk/maven-eclipse-plugin/
--
--- svn:ignore (original)
+++ svn:ignore Tue Mar 24 19:37:27 2015
@@ -11,3 +11,4 @@ bin
 *.ipr
 *.iws
 placeholder.txt
+.git*

Modified: maven/plugins/trunk/maven-eclipse-plugin/README-testing.txt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/README-testing.txt?rev=1668965r1=1668964r2=1668965view=diff
==
--- maven/plugins/trunk/maven-eclipse-plugin/README-testing.txt (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/README-testing.txt Tue Mar 24 
19:37:27 2015
@@ -17,21 +17,11 @@ Testing maven-eclipse-plugin
   One day these tests will be unified into whatever sanctioned way of doing 
integration tests becomes.
   
 Running a single test
-* Comment out the TestCase file
-  For the test case you want to run, you need to manually comment out *ALL* 
the other tests.
-  e.g. 
-in EclipsePluginIT if you want to run just testProject65 you need to 
comment out 
-everything but that one method.
-
-* Run mvn and tell surefire to only run your TestCase file 
+* Run mvn and tell surefire to only run your TestCase: 
 
   (See 
http://maven.apache.org/plugins/maven-surefire-plugin/examples/single-test.html 
for more details)
   
-  mvn -Prun-its -Dtest=EclipsePluginIT verify
-  
-* Dont forget to undo this prior to committing
-
-  You probably wont, since the file will have a massive change set, but you 
have been warned.
+  mvn -Prun-its integration-test -Dit.test=EclipsePluginIT#testProject10
   
 PluginTestTool
   The bulk of the integration tests are using the old (and obsoleted) method 
of PluginTestTool.

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=1668965r1=1668964r2=1668965view=diff
==
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Tue Mar 24 19:37:27 2015
@@ -62,6 +62,7 @@ under the License.
   properties
 mavenVersion2.2.1/mavenVersion
 maven.test.jvmargs-Xmx1024m/maven.test.jvmargs
+surefire.version2.18.1/surefire.version
   /properties
 
   dependencies
@@ -220,7 +221,7 @@ under the License.
 dependency
   groupIdjunit/groupId
   artifactIdjunit/artifactId
-  version3.8.2/version
+  version4.11/version
   scopetest/scope
 /dependency
 dependency
@@ -242,7 +243,7 @@ under the License.
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-surefire-report-plugin/artifactId
-  version2.18.1/version
+  version${surefire.version}/version
   configuration
 reportsDirectories
   
reportsDirectory${project.build.directory}/surefire-reports/reportsDirectory
@@ -251,6 +252,18 @@ under the License.
   /configuration
 /plugin
 plugin
+  groupIdorg.apache.maven.plugins/groupId
+  artifactIdmaven-failsafe-plugin/artifactId
+  version${surefire.version}/version
+  dependencies
+dependency
+  groupIdorg.apache.maven.surefire/groupId
+  artifactIdsurefire-junit47/artifactId
+  version${surefire.version}/version
+/dependency
+  /dependencies
+/plugin
+plugin
   groupIdorg.apache.rat/groupId
   artifactIdapache-rat-plugin/artifactId
   configuration
@@ -420,7 +433,6 @@ under the License.
   plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-failsafe-plugin/artifactId
-version2.18.1/version
 executions
   execution
 goals
@@ -460,7 +472,7 @@ under the License.
   plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-surefire-report-plugin/artifactId
-version2.18.1/version
+version${surefire.version}/version
 reportSets
   reportSet
 idintegration-tests/id

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse

svn commit: r1668820 - in /maven/plugins/trunk/maven-eclipse-plugin/src/test: java/org/apache/maven/plugin/eclipse/it/AbstractEclipsePluginIT.java resources/projects/project-10/pom.xml

2015-03-24 Thread agudian
Author: agudian
Date: Tue Mar 24 08:13:55 2015
New Revision: 1668820

URL: http://svn.apache.org/r1668820
Log:
o Ignore .svn subdirectories with old SVN-WC format when comparing directories

Modified:

maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/AbstractEclipsePluginIT.java

maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-10/pom.xml

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/AbstractEclipsePluginIT.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/AbstractEclipsePluginIT.java?rev=1668820r1=1668819r2=1668820view=diff
==
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/AbstractEclipsePluginIT.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/AbstractEclipsePluginIT.java
 Tue Mar 24 08:13:55 2015
@@ -26,7 +26,10 @@ import java.io.StringReader;
 import java.net.MalformedURLException;
 import java.util.ArrayList;
 import java.util.Arrays;
+import java.util.Collection;
+import java.util.Collections;
 import java.util.HashMap;
+import java.util.HashSet;
 import java.util.List;
 import java.util.Map;
 import java.util.Map.Entry;
@@ -124,6 +127,8 @@ public abstract class AbstractEclipsePlu
  */
 private static final String CLASSPATH_FILENAME = .classpath;
 
+private static final CollectionString IGNORED_DIRS = new 
HashSetString( Arrays.asList( .svn ) );
+
 private File mavenHome;
 
 /**
@@ -530,7 +535,7 @@ public abstract class AbstractEclipsePlu
 protected void compareDirectoryContent( File basedir, File 
projectOutputDir )
 throws MojoExecutionException
 {
-File[] expectedDirectories = getExpectedDirectories( basedir );
+CollectionFile expectedDirectories = getExpectedDirectories( basedir 
);
 
 for (File expectedDirectory : expectedDirectories) {
 File[] expectedFilesToCompare = 
getExpectedFilesToCompare(expectedDirectory);
@@ -783,10 +788,14 @@ public abstract class AbstractEclipsePlu
  * @param basedir base directory to search for directories named expected
  * @return an array of directories that match expected
  */
-private File[] getExpectedDirectories( File basedir )
+private CollectionFile getExpectedDirectories( File basedir )
 {
-List expectedDirectories = new ArrayList();
-List subdirectories = new ArrayList();
+if (IGNORED_DIRS.contains( basedir.getName() ) ) {
+return Collections.emptyList();
+}
+
+ListFile expectedDirectories = new ArrayListFile();
+ListFile subdirectories = new ArrayListFile();
 
 File[] allFiles = basedir.listFiles();
 if ( allFiles != null )
@@ -803,13 +812,12 @@ public abstract class AbstractEclipsePlu
 }
 if ( !subdirectories.isEmpty() )
 {
-for (Object subdirectory1 : subdirectories) {
-File subdirectory = (File) subdirectory1;
-File[] subdirectoryFiles = 
getExpectedDirectories(subdirectory);
-expectedDirectories.addAll(Arrays.asList(subdirectoryFiles));
+for (File subdirectory : subdirectories) {
+CollectionFile subdirectoryFiles = 
getExpectedDirectories(subdirectory);
+expectedDirectories.addAll(subdirectoryFiles);
 }
 }
-return (File[]) expectedDirectories.toArray( new 
File[expectedDirectories.size()] );
+return expectedDirectories;
 }
 
 /**

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-10/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-10/pom.xml?rev=1668820r1=1668819r2=1668820view=diff
==
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-10/pom.xml
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-10/pom.xml
 Tue Mar 24 08:13:55 2015
@@ -50,7 +50,7 @@ under the License.
 configuration
   workspace${basedir}/../../eclipse/workspaceDoesNotExist/workspace
   wtpversionR7/wtpversion
-  downloadJavadoctrue/downloadJavadoc
+  downloadJavadocstrue/downloadJavadocs
   projectnatures
 projectnatureorg.eclipse.jdt.core.javanature/projectnature
   /projectnatures




svn commit: r1668744 - in /maven/plugins/trunk/maven-eclipse-plugin: ./ src/main/java/org/apache/maven/plugin/ide/ src/test/java/org/apache/maven/plugin/eclipse/ src/test/java/org/apache/maven/plugin/

2015-03-23 Thread agudian
Author: agudian
Date: Mon Mar 23 21:28:20 2015
New Revision: 1668744

URL: http://svn.apache.org/r1668744
Log:
o Fix a couple of unit tests / ITs on Windows

Modified:
maven/plugins/trunk/maven-eclipse-plugin/pom.xml

maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java

maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/TempEclipseWorkspace.java

maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/EclipsePluginIT.java

maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/reader/ReadWorkspaceLocationsTest.java

maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-10/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=1668744r1=1668743r2=1668744view=diff
==
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Mon Mar 23 21:28:20 2015
@@ -108,7 +108,7 @@ under the License.
 dependency
   groupIdcommons-io/groupId
   artifactIdcommons-io/artifactId
-  version1.4/version
+  version2.2/version
 /dependency
 dependency
   groupIdorg.codehaus.plexus/groupId
@@ -237,12 +237,12 @@ under the License.
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-resources-plugin/artifactId
-  version2.3/version
+  version2.7/version
 /plugin
 plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-surefire-report-plugin/artifactId
-  version2.12/version
+  version2.18.1/version
   configuration
 reportsDirectories
   
reportsDirectory${project.build.directory}/surefire-reports/reportsDirectory
@@ -420,7 +420,7 @@ under the License.
   plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-failsafe-plugin/artifactId
-version2.12/version
+version2.18.1/version
 executions
   execution
 goals
@@ -460,7 +460,7 @@ under the License.
   plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-surefire-report-plugin/artifactId
-version2.12/version
+version2.18.1/version
 reportSets
   reportSet
 idintegration-tests/id

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java?rev=1668744r1=1668743r2=1668744view=diff
==
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/main/java/org/apache/maven/plugin/ide/AbstractIdeSupportMojo.java
 Mon Mar 23 21:28:20 2015
@@ -940,7 +940,7 @@ public abstract class AbstractIdeSupport
 if (artifact.isResolved()) {
 if (sources.equals(inClassifier)) {
 dependency.setSourceAttachment(artifact.getFile());
-} else if (javadoc.equals(inClassifier)) {
+} else if (javadoc.equals(inClassifier)  
includeRemoteRepositories ) {
 dependency.setJavadocAttachment(artifact.getFile());
 }
 } else {

Modified: 
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/TempEclipseWorkspace.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/TempEclipseWorkspace.java?rev=1668744r1=1668743r2=1668744view=diff
==
--- 
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/TempEclipseWorkspace.java
 (original)
+++ 
maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/TempEclipseWorkspace.java
 Mon Mar 23 21:28:20 2015
@@ -29,20 +29,15 @@ import java.io.IOException;
 import java.net.MalformedURLException;
 import java.util.Properties;
 
+import org.apache.commons.io.FileUtils;
 import org.apache.maven.plugin.eclipse.reader.ReadWorkspaceLocations;
 import org.codehaus.plexus.util.IOUtil;
 import org.eclipse.core.internal.localstore.ILocalStoreConstants;
 
 public class TempEclipseWorkspace
 {
-private static TempEclipseWorkspace rad7WithDefault14;
-
-private static TempEclipseWorkspace eclipseWithDefault15

maven git commit: MNG-5776 Drop support for Win9x in mvn launch scripts for Windows, rename .bat to .cmd, remove duplicate code from mvnDebug.cmd

2015-02-28 Thread agudian
Repository: maven
Updated Branches:
  refs/heads/master 7b3e95675 - c6faf8dd6


MNG-5776 Drop support for Win9x in mvn launch scripts for Windows, rename .bat 
to .cmd, remove duplicate code from mvnDebug.cmd


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/c6faf8dd
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/c6faf8dd
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/c6faf8dd

Branch: refs/heads/master
Commit: c6faf8dd65587c3ea6d79ccf48e25bb7b90e18df
Parents: 7b3e956
Author: Andreas Gudian agud...@apache.org
Authored: Sat Feb 28 15:50:58 2015 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Sat Feb 28 15:50:58 2015 +0100

--
 apache-maven/README.txt   |   6 +-
 apache-maven/src/bin/mvn.bat  | 239 
 apache-maven/src/bin/mvn.cmd  | 176 
 apache-maven/src/bin/mvnDebug.bat | 243 -
 apache-maven/src/bin/mvnDebug.cmd |  31 +
 5 files changed, 211 insertions(+), 484 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/c6faf8dd/apache-maven/README.txt
--
diff --git a/apache-maven/README.txt b/apache-maven/README.txt
index 668fb31..448ef6e 100644
--- a/apache-maven/README.txt
+++ b/apache-maven/README.txt
@@ -31,8 +31,10 @@
 that, additional disk space will be used for your local Maven repository. 
The size
 of your local repository will vary depending on usage but expect at least 
500MB.
   Operating System:
-No minimum requirement. Start up scripts are included as shell scripts and 
Windows
-batch files.
+Windows:
+  Windows 2000 or above.
+Unix based systems (Linux, Solaris and Mac OS X) and others:
+  No minimum requirement.
 
   Installing Maven
   

http://git-wip-us.apache.org/repos/asf/maven/blob/c6faf8dd/apache-maven/src/bin/mvn.bat
--
diff --git a/apache-maven/src/bin/mvn.bat b/apache-maven/src/bin/mvn.bat
deleted file mode 100644
index 546842a..000
--- a/apache-maven/src/bin/mvn.bat
+++ /dev/null
@@ -1,239 +0,0 @@
-@REM 

-@REM Licensed to the Apache Software Foundation (ASF) under one
-@REM or more contributor license agreements.  See the NOTICE file
-@REM distributed with this work for additional information
-@REM regarding copyright ownership.  The ASF licenses this file
-@REM to you under the Apache License, Version 2.0 (the
-@REM License); you may not use this file except in compliance
-@REM with the License.  You may obtain a copy of the License at
-@REM
-@REMhttp://www.apache.org/licenses/LICENSE-2.0
-@REM
-@REM Unless required by applicable law or agreed to in writing,
-@REM software distributed under the License is distributed on an
-@REM AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-@REM KIND, either express or implied.  See the License for the
-@REM specific language governing permissions and limitations
-@REM under the License.
-@REM 

-
-@REM 

-@REM Maven2 Start Up Batch script
-@REM
-@REM Required ENV vars:
-@REM JAVA_HOME - location of a JDK home dir
-@REM
-@REM Optional ENV vars
-@REM M2_HOME - location of maven2's installed home dir
-@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
-@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
-@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
-@REM e.g. to debug Maven itself, use
-@REM set MAVEN_OPTS=-Xdebug 
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
-@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files
-@REM 

-
-@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
-@echo off
-@REM enable echoing my setting MAVEN_BATCH_ECHO to 'on'
-@if %MAVEN_BATCH_ECHO% == on  echo %MAVEN_BATCH_ECHO%
-
-@REM set %HOME% to equivalent of $HOME
-if %HOME% ==  (set HOME=%HOMEDRIVE%%HOMEPATH%)
-
-@REM Execute a user defined script before this one
-if not %MAVEN_SKIP_RC% ==  goto skipRcPre
-if exist %HOME%\mavenrc_pre.bat call %HOME%\mavenrc_pre.bat
-:skipRcPre
-
-set ERROR_CODE=0
-
-@REM set local scope for the variables with windows NT shell
-if %OS%==Windows_NT @setlocal
-if %OS%==WINNT @setlocal
-
-@REM  START VALIDATION 
-if not %JAVA_HOME% ==  goto OkJHome
-
-echo.
-echo Error: JAVA_HOME not found in your environment. 2
-echo Please set the JAVA_HOME variable in your environment to 

maven git commit: MNG-5767 .mvn/ for project specific jvm options and maven parameters -- adapted Windows .bat scripts

2015-02-25 Thread agudian
Repository: maven
Updated Branches:
  refs/heads/master e28be4d33 - 562896a19


MNG-5767 .mvn/ for project specific jvm options and maven parameters -- adapted 
Windows .bat scripts


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/562896a1
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/562896a1
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/562896a1

Branch: refs/heads/master
Commit: 562896a192072b9044a6b2fd37ff31bf638214c8
Parents: e28be4d
Author: Andreas Gudian agud...@apache.org
Authored: Wed Feb 25 21:58:29 2015 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Wed Feb 25 21:58:29 2015 +0100

--
 apache-maven/src/bin/mvn.bat  | 44 +++-
 apache-maven/src/bin/mvnDebug.bat | 53 ++
 2 files changed, 91 insertions(+), 6 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/562896a1/apache-maven/src/bin/mvn.bat
--
diff --git a/apache-maven/src/bin/mvn.bat b/apache-maven/src/bin/mvn.bat
index 9540492..abf793b 100644
--- a/apache-maven/src/bin/mvn.bat
+++ b/apache-maven/src/bin/mvn.bat
@@ -141,6 +141,48 @@ goto Win9xApp
 
 @REM Reaching here means variables are defined and arguments have been captured
 :endInit
+
+@REM Find the project base dir, i.e. the directory that contains the folder 
.mvn.
+@REM Fallback to current working directory if not found.
+
+set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR%
+IF NOT %MAVEN_PROJECTBASEDIR%== goto endDetectBaseDir
+
+set EXEC_DIR=%CD%
+set WDIR=%EXEC_DIR%
+:findBaseDir
+IF EXIST %WDIR%\.mvn goto baseDirFound
+cd ..
+IF %WDIR%==%CD% goto baseDirNotFound
+set WDIR=%CD%
+goto findBaseDir
+
+:baseDirFound
+set MAVEN_PROJECTBASEDIR=%WDIR%
+cd %EXEC_DIR%
+goto endDetectBaseDir
+
+:baseDirNotFound
+set MAVEN_PROJECTBASEDIR=%EXEC_DIR%
+cd %EXEC_DIR%
+
+:endDetectBaseDir
+
+IF NOT EXIST %MAVEN_PROJECTBASEDIR%\.mvn\jvm.config goto 
endReadAdditionalConfig
+
+if NOT %OS%==Windows_NT goto Win9xAdditionalConfig
+
+setlocal EnableExtensions EnableDelayedExpansion
+for /F usebackq delims= %%a in (%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config) do 
set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a
+endlocal  set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS%
+goto endReadAdditionalConfig
+
+:Win9xAdditionalConfig
+@REM -- Win9x can only read the first line of the file
+set /P JVM_CONFIG_MAVEN_PROPS=%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config
+ 
+:endReadAdditionalConfig
+
 SET MAVEN_JAVA_EXE=%JAVA_HOME%\bin\java.exe
 
 @REM -- 4NT shell
@@ -158,7 +200,7 @@ goto runm2
 @REM Start MAVEN2
 :runm2
 set CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
-%MAVEN_JAVA_EXE% %MAVEN_OPTS% -classpath %CLASSWORLDS_JAR% 
-Dclassworlds.conf=%M2_HOME%\bin\m2.conf -Dmaven.home=%M2_HOME% 
%CLASSWORLDS_LAUNCHER% %MAVEN_CMD_LINE_ARGS%
+%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% -classpath 
%CLASSWORLDS_JAR% -Dclassworlds.conf=%M2_HOME%\bin\m2.conf 
-Dmaven.home=%M2_HOME% -Dmaven.projectBasedir=%MAVEN_PROJECTBASEDIR% 
%CLASSWORLDS_LAUNCHER% %MAVEN_CMD_LINE_ARGS%
 if ERRORLEVEL 1 goto error
 goto end
 

http://git-wip-us.apache.org/repos/asf/maven/blob/562896a1/apache-maven/src/bin/mvnDebug.bat
--
diff --git a/apache-maven/src/bin/mvnDebug.bat 
b/apache-maven/src/bin/mvnDebug.bat
index b7b42b9..2b2cc18 100644
--- a/apache-maven/src/bin/mvnDebug.bat
+++ b/apache-maven/src/bin/mvnDebug.bat
@@ -62,7 +62,7 @@ if not %JAVA_HOME% ==  goto OkJHome
 echo.
 echo Error: JAVA_HOME not found in your environment. 2
 echo Please set the JAVA_HOME variable in your environment to match the 2
-echo location of your Java installation 2
+echo location of your Java installation. 2
 echo.
 goto error
 
@@ -73,7 +73,7 @@ echo.
 echo Error: JAVA_HOME is set to an invalid directory. 2
 echo JAVA_HOME = %JAVA_HOME% 2
 echo Please set the JAVA_HOME variable in your environment to match the 2
-echo location of your Java installation 2
+echo location of your Java installation. 2
 echo.
 goto error
 
@@ -87,7 +87,7 @@ if not %M2_HOME%== goto valMHome
 echo.
 echo Error: M2_HOME not found in your environment. 2
 echo Please set the M2_HOME variable in your environment to match the 2
-echo location of the Maven installation 2
+echo location of the Maven installation. 2
 echo.
 goto error
 
@@ -145,6 +145,48 @@ goto Win9xApp
 
 @REM Reaching here means variables are defined and arguments have been captured
 :endInit
+
+@REM Find the project base dir, i.e. the directory that contains the folder 
.mvn.
+@REM Fallback to current working directory if not found.
+
+set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR%
+IF NOT %MAVEN_PROJECTBASEDIR%== goto endDetectBaseDir
+
+set EXEC_DIR=%CD%

maven-surefire git commit: [SUREFIRE-1137] Fix ConsoleOutputIT on systems with default charset encodings that do not contain German umlauts

2015-02-07 Thread agudian
Repository: maven-surefire
Updated Branches:
  refs/heads/master c26bc4b9e - cc4dac274


[SUREFIRE-1137] Fix ConsoleOutputIT on systems with default charset encodings 
that do not contain German umlauts


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/cc4dac27
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/cc4dac27
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/cc4dac27

Branch: refs/heads/master
Commit: cc4dac274a8d278450c44d72da39cf2a61c4d934
Parents: c26bc4b
Author: Andreas Gudian agud...@apache.org
Authored: Sat Feb 7 20:08:56 2015 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Sat Feb 7 20:08:56 2015 +0100

--
 .../maven/surefire/its/ConsoleOutputIT.java | 24 
 1 file changed, 20 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/cc4dac27/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ConsoleOutputIT.java
--
diff --git 
a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ConsoleOutputIT.java
 
b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ConsoleOutputIT.java
index 830341d..e01d798 100644
--- 
a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ConsoleOutputIT.java
+++ 
b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ConsoleOutputIT.java
@@ -65,13 +65,13 @@ public class ConsoleOutputIT
 {
 TestFile xmlReportFile = outputValidator.getSurefireReportsXmlFile( 
TEST-consoleOutput.Test1.xml );
 xmlReportFile.assertContainsText( SoutLine );
-xmlReportFile.assertContainsText( äöüß );
-xmlReportFile.assertContainsText( failing with ü );
+xmlReportFile.assertContainsText( normalizeToDefaultCharset( 
äöüß ) );
+xmlReportFile.assertContainsText( normalizeToDefaultCharset( failing 
with ü ) );
 
 TestFile outputFile = outputValidator.getSurefireReportsFile( 
consoleOutput.Test1-output.txt );
 outputFile.assertContainsText( SoutAgain );
 outputFile.assertContainsText( SoutLine );
-outputFile.assertContainsText( äöüß );
+outputFile.assertContainsText( normalizeToDefaultCharset( äöüß ) 
);
 
 if ( includeShutdownHook )
 {
@@ -79,11 +79,27 @@ public class ConsoleOutputIT
 }
 }
 
+/**
+ * @param string the string to normalize
+ * @return the string with all characters not available in the current 
charset being replaced, e.g. for US-ASCII,
+ * German umlauts would be replaced to ?
+ */
+private String normalizeToDefaultCharset( String string )
+{
+Charset cs = Charset.defaultCharset();
+if ( cs.canEncode() )
+{
+string = cs.decode( cs.encode( string ) ).toString();
+}
+
+return string;
+}
+
 @Test
 public void largerSoutThanMemory()
 throws Exception
 {
-unpack( consoleoutput-noisy ).setMavenOpts( -Xmx64m ).sysProp( 
thousand, 10 ).executeTest();
+unpack( consoleoutput-noisy ).setMavenOpts( -Xmx64m ).sysProp( 
thousand, 32000 ).executeTest();
 }
 
 



maven-surefire git commit: [SUREFIRE-1137] Ensure that all communication with the forked process is encoded with a fixed 8-bit charset, to fix sysout/syserr encoding in case the fork ends up with a di

2015-02-05 Thread agudian
Repository: maven-surefire
Updated Branches:
  refs/heads/master 2b4629c71 - c26bc4b9e


[SUREFIRE-1137] Ensure that all communication with the forked process is 
encoded with a fixed 8-bit charset, to fix sysout/syserr encoding in case the 
fork ends up with a different default charset than the main process


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/c26bc4b9
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/c26bc4b9
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/c26bc4b9

Branch: refs/heads/master
Commit: c26bc4b9e60de515e7e730207ebf0aacb372dd04
Parents: 2b4629c
Author: Andreas Gudian agud...@apache.org
Authored: Tue Feb 3 22:30:08 2015 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Thu Feb 5 20:54:02 2015 +0100

--
 .../surefire/booterclient/ForkStarter.java  |  5 +-
 .../TestProvidingInputStream.java   |  4 +-
 .../booterclient/output/ForkClient.java | 33 +--
 .../surefire/report/DirectConsoleOutput.java| 16 -
 .../booterclient/ForkingRunListenerTest.java|  6 +-
 pom.xml |  2 +-
 .../surefire/booter/ForkingRunListener.java | 62 
 .../surefire/report/ConsoleOutputCapture.java   |  8 +--
 .../surefire/util/internal/StringUtils.java | 57 ++
 .../surefire/util/internal/StringUtilsTest.java |  9 +--
 .../maven/surefire/booter/ForkedBooter.java | 18 --
 .../maven/surefire/booter/LazyTestsToRun.java   | 17 +-
 .../maven/surefire/its/ConsoleOutputIT.java | 47 +--
 .../maven/surefire/its/fixture/TestFile.java|  2 +-
 .../src/test/resources/consoleOutput/pom.xml| 17 ++
 .../src/test/java/consoleOutput/Test1.java  | 17 +++---
 16 files changed, 220 insertions(+), 100 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c26bc4b9/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkStarter.java
--
diff --git 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkStarter.java
 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkStarter.java
index 12b224a..b1755ba 100644
--- 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkStarter.java
+++ 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkStarter.java
@@ -22,6 +22,7 @@ package org.apache.maven.plugin.surefire.booterclient;
 import java.io.File;
 import java.io.IOException;
 import java.io.InputStream;
+import java.nio.charset.Charset;
 import java.util.ArrayList;
 import java.util.Collection;
 import java.util.Iterator;
@@ -68,6 +69,7 @@ import org.apache.maven.surefire.report.StackTraceWriter;
 import org.apache.maven.surefire.suite.RunResult;
 import org.apache.maven.surefire.testset.TestRequest;
 import org.apache.maven.surefire.util.DefaultScanResult;
+import org.apache.maven.surefire.util.internal.StringUtils;
 
 import static org.apache.maven.surefire.booter.Classpath.join;
 
@@ -468,7 +470,8 @@ public class ForkStarter
 final int timeout = forkedProcessTimeoutInSeconds  0 ? 
forkedProcessTimeoutInSeconds : 0;
 final int result =
 CommandLineUtils.executeCommandLine( cli, 
testProvidingInputStream, threadedStreamConsumer,
- threadedStreamConsumer, 
timeout, inputStreamCloser );
+ threadedStreamConsumer, 
timeout, inputStreamCloser,
+ Charset.forName( 
StringUtils.FORK_STREAM_CHARSET_NAME ) );
 if ( result != RunResult.SUCCESS )
 {
 throw new SurefireBooterForkException( Error occurred in 
starting fork, check output in log );

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c26bc4b9/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/lazytestprovider/TestProvidingInputStream.java
--
diff --git 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/lazytestprovider/TestProvidingInputStream.java
 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/lazytestprovider/TestProvidingInputStream.java
index a33ce62..e7a5032 100644
--- 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/lazytestprovider/TestProvidingInputStream.java
+++ 

svn commit: r1656924 - in /maven/shared/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/cli: CommandLineUtils.java StreamPumper.java

2015-02-03 Thread agudian
Author: agudian
Date: Tue Feb  3 21:17:36 2015
New Revision: 1656924

URL: http://svn.apache.org/r1656924
Log:
[SUREFIRE-1137] Allow passing a Charset to be used by the StreamPumper to read 
from the input streams (i.e. the output streams of the forked process)

Modified:

maven/shared/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/cli/CommandLineUtils.java

maven/shared/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/cli/StreamPumper.java

Modified: 
maven/shared/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/cli/CommandLineUtils.java
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/cli/CommandLineUtils.java?rev=1656924r1=1656923r2=1656924view=diff
==
--- 
maven/shared/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/cli/CommandLineUtils.java
 (original)
+++ 
maven/shared/trunk/maven-shared-utils/src/main/java/org/apache/maven/shared/utils/cli/CommandLineUtils.java
 Tue Feb  3 21:17:36 2015
@@ -20,6 +20,7 @@ package org.apache.maven.shared.utils.cl
  */
 
 import java.io.InputStream;
+import java.nio.charset.Charset;
 import java.util.ArrayList;
 import java.util.List;
 import java.util.Locale;
@@ -27,12 +28,12 @@ import java.util.Map;
 import java.util.Properties;
 import java.util.StringTokenizer;
 
-import org.apache.maven.shared.utils.Os;
-import org.apache.maven.shared.utils.StringUtils;
-
 import javax.annotation.Nonnull;
 import javax.annotation.Nullable;
 
+import org.apache.maven.shared.utils.Os;
+import org.apache.maven.shared.utils.StringUtils;
+
 /**
  * @author a href=mailto:tryg...@inamo.no;Trygve Laugstoslash;l /a
  * @version $Id$
@@ -135,9 +136,32 @@ public abstract class CommandLineUtils
   @Nullable Runnable 
runAfterProcessTermination )
 throws CommandLineException
 {
+return executeCommandLine( cl, systemIn, systemOut, systemErr, 
timeoutInSeconds, runAfterProcessTermination,
+   null );
+}
+
+/**
+ * @param cl   The command line to execute
+ * @param systemIn The input to read from, must be thread safe
+ * @param systemOutA consumer that receives output, must be thread 
safe
+ * @param systemErrA consumer that receives system error stream 
output, must be thread safe
+ * @param timeoutInSeconds Positive integer to specify timeout, zero and 
negative integers for no timeout.
+ * @param runAfterProcessTermination Optional callback to run after the 
process terminated or the the timeout was
+ *  exceeded, but before waiting on the stream feeder and pumpers to 
finish.
+ * @param streamCharsetCharset to use for reading streams
+ * @return A return value, see {@link Process#exitValue()}
+ * @throws CommandLineException or CommandLineTimeOutException if time out 
occurs
+ * @noinspection ThrowableResultOfMethodCallIgnored
+ */
+public static int executeCommandLine( @Nonnull Commandline cl, InputStream 
systemIn, StreamConsumer systemOut,
+  StreamConsumer systemErr, int 
timeoutInSeconds,
+  @Nullable Runnable 
runAfterProcessTermination,
+  @Nullable final Charset 
streamCharset )
+throws CommandLineException
+{
 final CommandLineCallable future =
 executeCommandLineAsCallable( cl, systemIn, systemOut, systemErr, 
timeoutInSeconds,
-  runAfterProcessTermination );
+  runAfterProcessTermination, 
streamCharset );
 return future.call();
 }
 
@@ -164,6 +188,35 @@ public abstract class CommandLineUtils
 @Nullable 
final Runnable runAfterProcessTermination )
 throws CommandLineException
 {
+return executeCommandLineAsCallable( cl, systemIn, systemOut, 
systemErr, timeoutInSeconds,
+ runAfterProcessTermination, null 
);
+}
+
+/**
+ * Immediately forks a process, returns a callable that will block until 
process is complete.
+ *
+ * @param cl   The command line to execute
+ * @param systemIn The input to read from, must be thread safe
+ * @param systemOutA consumer that receives output, must be thread 
safe
+ * @param systemErrA consumer that receives system error stream 
output, must be thread safe
+ * @param timeoutInSeconds Positive integer to specify timeout, zero and 
negative integers for no timeout.
+ * @param runAfterProcessTermination Optional callback to run after the 
process terminated or the the timeout

[1/2] maven-surefire git commit: SUREFIRE-1136 Current working directory propagation in forked mode - remove JDK 1.7 API usage in tests, integration test extended to justify deferred directory creatio

2015-01-22 Thread agudian
Repository: maven-surefire
Updated Branches:
  refs/heads/master cebce291f - 60111e78f


SUREFIRE-1136 Current working directory propagation in forked mode - remove JDK 
1.7 API usage in tests, integration test extended to justify deferred directory 
creation in AbstractSurefireMojo.ensureWorkingDirectoryExists


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/15da3495
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/15da3495
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/15da3495

Branch: refs/heads/master
Commit: 15da3495d5c7be46cf247e4edc0d0c519f1848b6
Parents: cebce29
Author: Norbert Wnuk norbert.w...@sabre.com
Authored: Thu Jan 22 00:53:02 2015 +0100
Committer: Norbert Wnuk norbert.w...@sabre.com
Committed: Thu Jan 22 00:53:02 2015 +0100

--
 .../booterclient/ForkConfigurationTest.java | 16 +++-
 pom.xml |  1 +
 .../CurrentWorkingDirectoryInForkedModeTest.java|  4 
 3 files changed, 16 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/15da3495/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/booterclient/ForkConfigurationTest.java
--
diff --git 
a/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/booterclient/ForkConfigurationTest.java
 
b/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/booterclient/ForkConfigurationTest.java
index 32eaa61..b3d2151 100644
--- 
a/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/booterclient/ForkConfigurationTest.java
+++ 
b/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/booterclient/ForkConfigurationTest.java
@@ -21,11 +21,11 @@ package org.apache.maven.plugin.surefire.booterclient;
 
 import java.io.File;
 import java.io.IOException;
-import java.nio.file.Files;
 import java.util.Collections;
 import java.util.Properties;
 
 import org.apache.commons.io.FileUtils;
+import org.apache.commons.lang3.RandomStringUtils;
 import org.apache.maven.shared.utils.StringUtils;
 import org.apache.maven.shared.utils.cli.Commandline;
 import org.apache.maven.surefire.booter.Classpath;
@@ -67,7 +67,9 @@ public class ForkConfigurationTest
 throws IOException, SurefireBooterForkException
 {
 // SUREFIRE-1136
-File baseDir = Files.createTempDirectory( SUREFIRE-1136- ).toFile();
+File baseDir =
+new File( FileUtils.getTempDirectory(), SUREFIRE-1136- + 
RandomStringUtils.randomAlphabetic( 3 ) );
+baseDir.mkdirs();
 baseDir.deleteOnExit();
 
 File cwd = new File( baseDir, fork_${surefire.forkNumber} );
@@ -85,7 +87,9 @@ public class ForkConfigurationTest
 throws IOException, SurefireBooterForkException
 {
 // SUREFIRE-1136
-File baseDir = Files.createTempDirectory( SUREFIRE-1136- ).toFile();
+File baseDir =
+new File( FileUtils.getTempDirectory(), SUREFIRE-1136- + 
RandomStringUtils.randomAlphabetic( 3 ) );
+baseDir.mkdirs();
 baseDir.deleteOnExit();
 
 File cwd = new File( baseDir, cwd.txt );
@@ -113,10 +117,12 @@ public class ForkConfigurationTest
 throws IOException, SurefireBooterForkException
 {
 // SUREFIRE-1136
-File baseDir = Files.createTempDirectory( SUREFIRE-1136- ).toFile();
+File baseDir =
+new File( FileUtils.getTempDirectory(), SUREFIRE-1136- + 
RandomStringUtils.randomAlphabetic( 3 ) );
+baseDir.mkdirs();
 baseDir.deleteOnExit();
 
-File cwd = new File( baseDir, \0?InvalidDirectoryName );
+File cwd = new File( baseDir, ?\0InvalidDirectoryName );
 ForkConfiguration config = getForkConfiguration( null, java, 
cwd.getAbsoluteFile() );
 
 try

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/15da3495/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 81d00bd..1d6087c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,6 +248,7 @@
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-compiler-plugin/artifactId
 /plugin
+!-- NOTE: animal sniffer does not check test classes: 
https://jira.codehaus.org/browse/MANIMALSNIFFER-40 --
 plugin
   groupIdorg.codehaus.mojo/groupId
   artifactIdanimal-sniffer-maven-plugin/artifactId

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/15da3495/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/src/test/java/cwd/CurrentWorkingDirectoryInForkedModeTest.java

[2/2] maven-surefire git commit: SUREFIRE-1136 Remove usage of fest-assertions from IT (not JDK 1.5 compatible)

2015-01-22 Thread agudian
SUREFIRE-1136 Remove usage of fest-assertions from IT (not JDK 1.5 compatible)


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/60111e78
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/60111e78
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/60111e78

Branch: refs/heads/master
Commit: 60111e78fa1d10eae0a0b8f2ab653e828f26ad21
Parents: 15da349
Author: Andreas Gudian agud...@apache.org
Authored: Thu Jan 22 21:18:31 2015 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Thu Jan 22 21:18:31 2015 +0100

--
 .../surefire-1136-cwd-propagation-in-forked-mode/pom.xml |  6 --
 .../cwd/CurrentWorkingDirectoryInForkedModeTest.java | 11 ++-
 2 files changed, 6 insertions(+), 11 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/60111e78/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/pom.xml
index c85a9ab..943fac7 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/pom.xml
+++ 
b/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/pom.xml
@@ -46,12 +46,6 @@
   version4.11/version
   scopetest/scope
 /dependency
-dependency
-  groupIdorg.easytesting/groupId
-  artifactIdfest-assert-core/artifactId
-  version2.0M10/version
-  scopetest/scope
-/dependency
   /dependencies
 
   build

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/60111e78/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/src/test/java/cwd/CurrentWorkingDirectoryInForkedModeTest.java
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/src/test/java/cwd/CurrentWorkingDirectoryInForkedModeTest.java
 
b/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/src/test/java/cwd/CurrentWorkingDirectoryInForkedModeTest.java
index 1660bfb..9dc0ffe 100644
--- 
a/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/src/test/java/cwd/CurrentWorkingDirectoryInForkedModeTest.java
+++ 
b/surefire-integration-tests/src/test/resources/surefire-1136-cwd-propagation-in-forked-mode/src/test/java/cwd/CurrentWorkingDirectoryInForkedModeTest.java
@@ -23,7 +23,8 @@ import org.junit.Test;
 
 import java.io.File;
 
-import static org.fest.assertions.api.Assertions.assertThat;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
 
 public class CurrentWorkingDirectoryInForkedModeTest
 {
@@ -38,12 +39,12 @@ public class CurrentWorkingDirectoryInForkedModeTest
 forkDirectory.deleteOnExit();
 
 // user.dir and current working directory must be aligned, base 
directory is not affected
-assertThat( System.getProperty( basedir ) ).isEqualTo( 
projectDirectory.getCanonicalPath() );
-assertThat( System.getProperty( user.dir ) ).isEqualTo( 
forkDirectory.getCanonicalPath() );
-assertThat( new File( . ).getCanonicalPath() ).isEqualTo( 
forkDirectory.getCanonicalPath() );
+assertEquals( System.getProperty( basedir ), 
projectDirectory.getCanonicalPath() );
+assertEquals( System.getProperty( user.dir ), 
forkDirectory.getCanonicalPath() );
+assertEquals( new File( . ).getCanonicalPath(), 
forkDirectory.getCanonicalPath() );
 
 // original working directory (before variable expansion) should not 
be created
-assertThat( new File( cwd_${surefire.forkNumber} ) ).doesNotExist();
+assertFalse( new File( cwd_${surefire.forkNumber} ).exists() );
 
 }
 



maven-surefire git commit: SUREFIRE-1136 Current working directory propagation in forked mode

2015-01-20 Thread agudian
Repository: maven-surefire
Updated Branches:
  refs/heads/master 9b7ca5a2b - cebce291f


SUREFIRE-1136 Current working directory propagation in forked mode


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/cebce291
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/cebce291
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/cebce291

Branch: refs/heads/master
Commit: cebce291f454fd5df528a8da37b4e81e407b1082
Parents: 9b7ca5a
Author: Norbert Wnuk norbert.w...@sabre.com
Authored: Tue Jan 20 00:59:22 2015 +0100
Committer: Norbert Wnuk norbert.w...@sabre.com
Committed: Tue Jan 20 01:08:21 2015 +0100

--
 .../plugin/surefire/AbstractSurefireMojo.java   |  7 ++
 .../booterclient/ForkConfiguration.java | 18 -
 .../booterclient/ForkConfigurationTest.java | 81 ++-
 ...urefire1136CwdPropagationInForkedModeIT.java | 40 ++
 .../pom.xml | 83 
 ...CurrentWorkingDirectoryInForkedModeTest.java | 46 +++
 6 files changed, 272 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/cebce291/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
--
diff --git 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
index 2999a8e..5205b95 100644
--- 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
+++ 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
@@ -2199,6 +2199,13 @@ public abstract class AbstractSurefireMojo
 throw new MojoFailureException( workingDirectory cannot be null 
);
 }
 
+if ( isForking() )
+{
+// Postpone directory creation till forked JVM creation
+// see ForkConfiguration.createCommandLine
+return;
+}
+
 if ( !getWorkingDirectory().exists() )
 {
 if ( !getWorkingDirectory().mkdirs() )

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/cebce291/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkConfiguration.java
--
diff --git 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkConfiguration.java
 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkConfiguration.java
index 5843428..e5c8a42 100644
--- 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkConfiguration.java
+++ 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ForkConfiguration.java
@@ -201,11 +201,27 @@ public class ForkConfiguration
 cli.createArg().setValue( shadefire ? new Relocator().relocate( 
forkedBooter ) : forkedBooter );
 }
 
-cli.setWorkingDirectory( workingDirectory.getAbsolutePath() );
+cli.setWorkingDirectory( getWorkingDirectory( threadNumber 
).getAbsolutePath() );
 
 return cli;
 }
 
+private File getWorkingDirectory( int threadNumber )
+throws SurefireBooterForkException
+{
+File cwd = new File( replaceThreadNumberPlaceholder( 
workingDirectory.getAbsolutePath(), threadNumber ) );
+if ( !cwd.exists()  !cwd.mkdirs() )
+{
+throw new SurefireBooterForkException( Cannot create 
workingDirectory  + cwd.getAbsolutePath() );
+}
+if ( !cwd.isDirectory() )
+{
+throw new SurefireBooterForkException(
+WorkingDirectory  + cwd.getAbsolutePath() +  exists and is 
not a directory );
+}
+return cwd;
+}
+
 private String replaceThreadNumberPlaceholder( String argLine, int 
threadNumber )
 {
 return argLine.replace( AbstractSurefireMojo.THREAD_NUMBER_PLACEHOLDER,

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/cebce291/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/booterclient/ForkConfigurationTest.java
--
diff --git 
a/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/booterclient/ForkConfigurationTest.java
 
b/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/booterclient/ForkConfigurationTest.java
index 5944ec8..32eaa61 100644
--- 

Git Push Summary

2014-12-22 Thread agudian
Repository: maven-surefire
Updated Tags:  refs/tags/surefire-2.18.1-vote-1 [deleted] 18e46805d


Git Push Summary

2014-12-22 Thread agudian
Repository: maven-surefire
Updated Tags:  refs/tags/surefire-2.18.1_vote-1 [deleted] 5dbe086f2


maven-surefire git commit: update to maven-parent:26, fix configuration for rat-plugin, update release-plugin to 2.5.1 and add workaround for MRELEASE-799

2014-12-22 Thread agudian
Repository: maven-surefire
Updated Branches:
  refs/heads/master 5693c8117 - 33e6819ab


update to maven-parent:26, fix configuration for rat-plugin, update 
release-plugin to 2.5.1 and add workaround for MRELEASE-799


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/33e6819a
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/33e6819a
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/33e6819a

Branch: refs/heads/master
Commit: 33e6819abce2b64b994612869bc73180f8502fd2
Parents: 5693c81
Author: Andreas Gudian agud...@apache.org
Authored: Mon Dec 22 14:10:53 2014 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Mon Dec 22 15:00:50 2014 +0100

--
 maven-failsafe-plugin/pom.xml|  2 +-
 maven-surefire-common/pom.xml|  2 +-
 maven-surefire-plugin/pom.xml|  2 +-
 pom.xml  | 70 +--
 surefire-api/pom.xml |  2 +-
 surefire-booter/pom.xml  |  2 +-
 surefire-grouper/pom.xml |  2 +-
 surefire-integration-tests/pom.xml   |  6 +--
 surefire-providers/pom.xml   |  4 +-
 surefire-report-parser/pom.xml   |  2 +-
 surefire-setup-integration-tests/pom.xml |  2 +-
 surefire-shadefire/pom.xml   |  8 +--
 12 files changed, 52 insertions(+), 52 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/33e6819a/maven-failsafe-plugin/pom.xml
--
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index 894d910..4e7dee1 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -105,7 +105,7 @@
   dependency
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire-shadefire/artifactId
-version${shadedVersion}/version
+version2.12.4/version !-- ${shadedVersion}, but resolved due 
to http://jira.codehaus.org/browse/MRELEASE-799 --
   /dependency
 /dependencies
   /plugin

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/33e6819a/maven-surefire-common/pom.xml
--
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index 0c675b1..0904048 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -124,7 +124,7 @@
   dependency
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire-shadefire/artifactId
-version${shadedVersion}/version
+version2.12.4/version !-- ${shadedVersion}, but resolved due 
to http://jira.codehaus.org/browse/MRELEASE-799 --
   /dependency
 /dependencies
   /plugin

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/33e6819a/maven-surefire-plugin/pom.xml
--
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index 6c46660..07ea80f 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -97,7 +97,7 @@
   dependency
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire-shadefire/artifactId
-version${shadedVersion}/version
+version2.12.4/version !-- ${shadedVersion}, but resolved due 
to http://jira.codehaus.org/browse/MRELEASE-799 --
   /dependency
 /dependencies
   /plugin

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/33e6819a/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 34c4a19..093fe51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   parent
 artifactIdmaven-parent/artifactId
 groupIdorg.apache.maven/groupId
-version25/version
+version26/version
 relativePath../pom/maven/pom.xml/relativePath
   /parent
 
@@ -85,7 +85,7 @@
 
   properties
 mavenVersion2.2.1/mavenVersion
-shadedVersion2.12.4/shadedVersion
+!-- shadedVersion2.12.4/shadedVersion commented out due to 
http://jira.codehaus.org/browse/MRELEASE-799 --
 mavenPluginPluginVersion3.3/mavenPluginPluginVersion
 
maven.surefire.scm.devConnectionscm:git:https://git-wip-us.apache.org/repos/asf/maven-surefire.git/maven.surefire.scm.devConnection
 maven.site.pathsurefire-archives/surefire-LATEST/maven.site.path
@@ -271,7 +271,7 @@
 /plugin
 plugin
   artifactIdmaven-surefire-plugin/artifactId
-  version${shadedVersion}/version
+  version2.12.4/version !-- ${shadedVersion}, but resolved due to 
http://jira.codehaus.org/browse/MRELEASE-799 --
   

[2/2] maven-surefire git commit: ignore test that failes after fixing the XML test reporter, now uncovering a bug - see SUREFIRE-1123

2014-12-11 Thread agudian
ignore test that failes after fixing the XML test reporter, now uncovering a 
bug - see SUREFIRE-1123


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/7bfebd06
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/7bfebd06
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/7bfebd06

Branch: refs/heads/master
Commit: 7bfebd06f4883a4f9a3aa6d591e2c105eb0bfd5d
Parents: a0c3283
Author: Andreas Gudian agud...@apache.org
Authored: Thu Dec 11 21:30:30 2014 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Thu Dec 11 21:30:30 2014 +0100

--
 .../java/org/apache/maven/surefire/its/CheckTestNgSuiteXmlIT.java  | 2 ++
 1 file changed, 2 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7bfebd06/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/CheckTestNgSuiteXmlIT.java
--
diff --git 
a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/CheckTestNgSuiteXmlIT.java
 
b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/CheckTestNgSuiteXmlIT.java
index 7e0653d..e8cef5f 100644
--- 
a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/CheckTestNgSuiteXmlIT.java
+++ 
b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/CheckTestNgSuiteXmlIT.java
@@ -21,6 +21,7 @@ package org.apache.maven.surefire.its;
 
 import org.apache.maven.surefire.its.fixture.SurefireJUnit4IntegrationTestCase;
 import org.apache.maven.surefire.its.fixture.SurefireLauncher;
+import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -38,6 +39,7 @@ public class CheckTestNgSuiteXmlIT
 }
 
 @Test
+@Ignore( Fails - see SUREFIRE-1123 )
 public void suiteXmlForkModeAlways()
 {
 unpack().forkAlways().executeTest().verifyErrorFree( 2 );



[1/2] maven-surefire git commit: [SUREFIRE-1122] fix XML report for the combination of JUnit parallel and rerunFailingTests, by making the StatelessXmlReporter stateless again

2014-12-11 Thread agudian
-integration-tests/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1122ParallelAndFlakyTestsIT.java
 
b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1122ParallelAndFlakyTestsIT.java
new file mode 100644
index 000..e8fab4e
--- /dev/null
+++ 
b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1122ParallelAndFlakyTestsIT.java
@@ -0,0 +1,50 @@
+package org.apache.maven.surefire.its.jiras;
+
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * License); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+import org.apache.maven.it.VerificationException;
+import org.apache.maven.surefire.its.fixture.SurefireJUnit4IntegrationTestCase;
+import org.apache.maven.surefire.its.fixture.SurefireLauncher;
+import org.junit.Test;
+
+/**
+ * @author agudian
+ * @see {@linkplain https://jira.codehaus.org/browse/SUREFIRE-1122}
+ */
+public class Surefire1122ParallelAndFlakyTestsIT
+extends SurefireJUnit4IntegrationTestCase
+{
+@Test
+public void nonParallelCreatesCorrectReport()
+{
+unpack( surefire-1122-parallel-and-flakyTests )
+.executeTest()
+.assertTestSuiteResults( 2, 0, 0, 0, 1 );
+}
+
+@Test
+public void parallelCreatesCorrectReport()
+{
+unpack( surefire-1122-parallel-and-flakyTests )
+.activateProfile( parallel )
+.executeTest()
+.assertTestSuiteResults( 2, 0, 0, 0, 1 );
+}
+}

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a0c3283b/surefire-integration-tests/src/test/resources/surefire-1122-parallel-and-flakyTests/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/surefire-1122-parallel-and-flakyTests/pom.xml
 
b/surefire-integration-tests/src/test/resources/surefire-1122-parallel-and-flakyTests/pom.xml
new file mode 100644
index 000..5fa0110
--- /dev/null
+++ 
b/surefire-integration-tests/src/test/resources/surefire-1122-parallel-and-flakyTests/pom.xml
@@ -0,0 +1,82 @@
+?xml version=1.0 encoding=UTF-8?
+!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ License); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  --
+project xmlns=http://maven.apache.org/POM/4.0.0; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
+  xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd;
+  modelVersion4.0.0/modelVersion
+  parent
+groupIdorg.apache.maven.surefire/groupId
+artifactIdit-parent/artifactId
+version1.0/version
+relativePath../pom.xml/relativePath
+  /parent
+  groupIdorg.apache.maven.plugins.surefire/groupId
+  artifactIdjiras-surefire-1122/artifactId
+  version1.0/version
+  dependencies
+dependency
+  groupIdjunit/groupId
+  artifactIdjunit/artifactId
+  version4.11/version
+  scopetest/scope
+/dependency
+  /dependencies
+  build
+plugins
+  plugin
+artifactIdmaven-compiler-plugin/artifactId
+configuration
+  source1.5/source
+  target1.5/target
+/configuration
+  /plugin
+  plugin
+artifactIdmaven-surefire-plugin/artifactId
+dependencies
+  dependency
+groupIdorg.apache.maven.surefire/groupId
+artifactIdsurefire-junit47/artifactId
+version${surefire.version}/version
+  /dependency
+/dependencies
+configuration
+  rerunFailingTestsCount2/rerunFailingTestsCount
+/configuration

Git Push Summary

2014-11-27 Thread agudian
Repository: maven-surefire
Updated Tags:  refs/tags/surefire-2.18 [created] ab58411b2


svn commit: r1636729 - /maven/site/trunk/content/apt/plugins/index.apt

2014-11-04 Thread agudian
Author: agudian
Date: Tue Nov  4 20:45:59 2014
New Revision: 1636729

URL: http://svn.apache.org/r1636729
Log:
Surefire 2.18 release

Modified:
maven/site/trunk/content/apt/plugins/index.apt

Modified: maven/site/trunk/content/apt/plugins/index.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/plugins/index.apt?rev=1636729r1=1636728r2=1636729view=diff
==
--- maven/site/trunk/content/apt/plugins/index.apt (original)
+++ maven/site/trunk/content/apt/plugins/index.apt Tue Nov  4 20:45:59 2014
@@ -8,7 +8,7 @@
  Benson Margulies
  Karl-Heinz Marbaise
  -
- 2014-09-28
+ 2014-11-04
  -
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -73,7 +73,7 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugins/maven-deploy-plugin/} deploy}} | B  | 
2.8.2| 2014-08-27 | Deploy the built artifact to the remote repository. 
| 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-deploy-plugin}SVN}}
 | {{{http://jira.codehaus.org/browse/MDEPLOY}JIRA}}
 
*--++--++--+++
-| {{{/surefire/maven-failsafe-plugin/} failsafe}}| B  | 
2.17 | 2014-03-16 | Run the JUnit integration tests in an isolated 
classloader. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}GIT}} | 
{{{http://jira.codehaus.org/browse/SUREFIRE}JIRA}}
+| {{{/surefire/maven-failsafe-plugin/} failsafe}}| B  | 
2.18 | 2014-11-04 | Run the JUnit integration tests in an isolated 
classloader. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}GIT}} | 
{{{http://jira.codehaus.org/browse/SUREFIRE}JIRA}}
 
*--++--++--+++
 | {{{/plugins/maven-install-plugin/} install}}   | B  | 
2.5.2| 2014-08-27 | Install the built artifact into the local 
repository. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-install-plugin}SVN}}
 | {{{http://jira.codehaus.org/browse/MINSTALL}JIRA}}
 
*--++--++--+++
@@ -81,7 +81,7 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugins/maven-site-plugin/} site}} | B  | 
3.4  | 2014-07-07 | Generate a site for the current project. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin/}SVN}} 
| {{{http://jira.codehaus.org/browse/MSITE}JIRA}}
 
*--++--++--+++
-| {{{/surefire/maven-surefire-plugin/} surefire}}| B  | 
2.17 | 2014-03-16 | Run the JUnit unit tests in an isolated 
classloader. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}GIT}} | 
{{{http://jira.codehaus.org/browse/SUREFIRE}JIRA}}
+| {{{/surefire/maven-surefire-plugin/} surefire}}| B  | 
2.18 | 2014-11-04 | Run the JUnit unit tests in an isolated 
classloader. | 
{{{https://git-wip-us.apache.org/repos/asf/maven-surefire.git}GIT}} | 
{{{http://jira.codehaus.org/browse/SUREFIRE}JIRA}}
 
*--++--++--+++
 | {{{/plugins/maven-verifier-plugin/} verifier}} | B  | 
1.0  | 2010-01-30 | Useful for integration tests - verifies the 
existence of certain conditions. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-verifier-plugin}SVN}}
 | {{{http://jira.codehaus.org/browse/MVERIFIER}JIRA}}
 
*--++--++--+++
@@ -125,7 +125,7 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugins/maven-project-info-reports-plugin/} project-info-reports}} 
| R | 2.7   | 2013-05-16 | Generate standard project reports. | 
{{{http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin}SVN}}
 | {{{http

svn commit: r927942 - /websites/production/maven/content/surefire-archives/surefire-LATEST/

2014-11-04 Thread agudian
Author: agudian
Date: Tue Nov  4 20:40:25 2014
New Revision: 927942

Log:
release maven-surefire-plugin 2.18

Added:
websites/production/maven/content/surefire-archives/surefire-LATEST/
  - copied from r927941, 
websites/production/maven/content/surefire-archives/surefire-2.18/



git commit: o Ignore DEPENDENCIES in rat check o Set default location of the deployed site to surefire-LATEST again

2014-11-01 Thread agudian
Repository: maven-surefire
Updated Branches:
  refs/heads/master 190c96706 - a3de89de2


o Ignore DEPENDENCIES in rat check
o Set default location of the deployed site to surefire-LATEST again


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/a3de89de
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/a3de89de
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/a3de89de

Branch: refs/heads/master
Commit: a3de89de2b3a99bf69a52318ef2c9cf7ec3eb332
Parents: 190c967
Author: Andreas Gudian agud...@apache.org
Authored: Sat Nov 1 19:42:29 2014 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Sat Nov 1 19:42:29 2014 +0100

--
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a3de89de/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 1b56683..9a0d154 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
 shadedVersion2.12.4/shadedVersion
 mavenPluginPluginVersion3.3/mavenPluginPluginVersion
 
maven.surefire.scm.devConnectionscm:git:https://git-wip-us.apache.org/repos/asf/maven-surefire.git/maven.surefire.scm.devConnection
-
maven.site.pathsurefire-archives/surefire-${project.version}/maven.site.path
+maven.site.pathsurefire-archives/surefire-LATEST/maven.site.path
   /properties
 
   dependencyManagement
@@ -320,6 +320,7 @@
   exclude**/*.versionsBackup/exclude
   exclude**/dependency-reduced-pom.xml/exclude
   exclude.gitignore/exclude
+  excludeDEPENDENCIES/exclude
   
excludesrc/main/resources/META-INF/services/org.apache.maven.surefire.providerapi.SurefireProvider
   /exclude
 /excludes



[1/2] git commit: [maven-release-plugin] prepare release surefire-2.18_vote-2

2014-11-01 Thread agudian
Repository: maven-surefire
Updated Branches:
  refs/heads/master a3de89de2 - 546078d5b


[maven-release-plugin] prepare release surefire-2.18_vote-2


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/854b914f
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/854b914f
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/854b914f

Branch: refs/heads/master
Commit: 854b914f2f6e460111269206c06ff0573269f930
Parents: a3de89d
Author: Andreas Gudian agud...@apache.org
Authored: Sat Nov 1 20:01:57 2014 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Sat Nov 1 20:01:57 2014 +0100

--
 maven-failsafe-plugin/pom.xml| 2 +-
 maven-surefire-common/pom.xml| 2 +-
 maven-surefire-plugin/pom.xml| 2 +-
 maven-surefire-report-plugin/pom.xml | 2 +-
 pom.xml  | 2 +-
 surefire-api/pom.xml | 2 +-
 surefire-booter/pom.xml  | 2 +-
 surefire-grouper/pom.xml | 2 +-
 surefire-integration-tests/pom.xml   | 2 +-
 surefire-providers/common-java5/pom.xml  | 2 +-
 surefire-providers/common-junit3/pom.xml | 2 +-
 surefire-providers/common-junit4/pom.xml | 2 +-
 surefire-providers/common-junit48/pom.xml| 2 +-
 surefire-providers/pom.xml   | 2 +-
 surefire-providers/surefire-junit3/pom.xml   | 2 +-
 surefire-providers/surefire-junit4/pom.xml   | 2 +-
 surefire-providers/surefire-junit47/pom.xml  | 2 +-
 surefire-providers/surefire-testng-utils/pom.xml | 2 +-
 surefire-providers/surefire-testng/pom.xml   | 2 +-
 surefire-report-parser/pom.xml   | 2 +-
 surefire-setup-integration-tests/pom.xml | 2 +-
 surefire-shadefire/pom.xml   | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/854b914f/maven-failsafe-plugin/pom.xml
--
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index c6abbf0..3e6ac2e 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.19-SNAPSHOT/version
+version2.18/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/854b914f/maven-surefire-common/pom.xml
--
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index 3f8bf18..552f917 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.19-SNAPSHOT/version
+version2.18/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/854b914f/maven-surefire-plugin/pom.xml
--
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index 5d87251..d198f21 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.19-SNAPSHOT/version
+version2.18/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/854b914f/maven-surefire-report-plugin/pom.xml
--
diff --git a/maven-surefire-report-plugin/pom.xml 
b/maven-surefire-report-plugin/pom.xml
index 96b3cbf..2e0d1fa 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.19-SNAPSHOT/version
+version2.18/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/854b914f/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 9a0d154..e61c696 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   groupIdorg.apache.maven.surefire/groupId
   artifactIdsurefire/artifactId
-  version2.19-SNAPSHOT/version
+  version2.18/version
   packagingpom/packaging
 
   nameApache Maven Surefire/name


[2/2] git commit: [maven-release-plugin] prepare for next development iteration

2014-11-01 Thread agudian
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/546078d5
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/546078d5
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/546078d5

Branch: refs/heads/master
Commit: 546078d5b0c1e10e91ba3a5fd458ded6997abe4d
Parents: 854b914
Author: Andreas Gudian agud...@apache.org
Authored: Sat Nov 1 20:03:28 2014 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Sat Nov 1 20:03:28 2014 +0100

--
 maven-failsafe-plugin/pom.xml| 2 +-
 maven-surefire-common/pom.xml| 2 +-
 maven-surefire-plugin/pom.xml| 2 +-
 maven-surefire-report-plugin/pom.xml | 2 +-
 pom.xml  | 2 +-
 surefire-api/pom.xml | 2 +-
 surefire-booter/pom.xml  | 2 +-
 surefire-grouper/pom.xml | 2 +-
 surefire-integration-tests/pom.xml   | 2 +-
 surefire-providers/common-java5/pom.xml  | 2 +-
 surefire-providers/common-junit3/pom.xml | 2 +-
 surefire-providers/common-junit4/pom.xml | 2 +-
 surefire-providers/common-junit48/pom.xml| 2 +-
 surefire-providers/pom.xml   | 2 +-
 surefire-providers/surefire-junit3/pom.xml   | 2 +-
 surefire-providers/surefire-junit4/pom.xml   | 2 +-
 surefire-providers/surefire-junit47/pom.xml  | 2 +-
 surefire-providers/surefire-testng-utils/pom.xml | 2 +-
 surefire-providers/surefire-testng/pom.xml   | 2 +-
 surefire-report-parser/pom.xml   | 2 +-
 surefire-setup-integration-tests/pom.xml | 2 +-
 surefire-shadefire/pom.xml   | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/546078d5/maven-failsafe-plugin/pom.xml
--
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index 3e6ac2e..c6abbf0 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.18/version
+version2.19-SNAPSHOT/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/546078d5/maven-surefire-common/pom.xml
--
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index 552f917..3f8bf18 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.18/version
+version2.19-SNAPSHOT/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/546078d5/maven-surefire-plugin/pom.xml
--
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index d198f21..5d87251 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.18/version
+version2.19-SNAPSHOT/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/546078d5/maven-surefire-report-plugin/pom.xml
--
diff --git a/maven-surefire-report-plugin/pom.xml 
b/maven-surefire-report-plugin/pom.xml
index 2e0d1fa..96b3cbf 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.18/version
+version2.19-SNAPSHOT/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/546078d5/pom.xml
--
diff --git a/pom.xml b/pom.xml
index e61c696..9a0d154 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   groupIdorg.apache.maven.surefire/groupId
   artifactIdsurefire/artifactId
-  version2.18/version
+  version2.19-SNAPSHOT/version
   packagingpom/packaging
 
   nameApache Maven Surefire/name

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/546078d5/surefire-api/pom.xml
--
diff 

Git Push Summary

2014-11-01 Thread agudian
Repository: maven-surefire
Updated Tags:  refs/tags/surefire-2.18_vote-2 [created] 78d4103c8


svn commit: r927650 [2/12] - in /websites/production/maven/content/surefire-archives/surefire-2.18: ./ maven-failsafe-plugin/ maven-failsafe-plugin/examples/ maven-surefire-common/ maven-surefire-plug

2014-11-01 Thread agudian
Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-failsafe-plugin/dependency-info.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-failsafe-plugin/dependency-info.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-failsafe-plugin/dependency-info.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleMaven Failsafe Plugin #x2013; Dependency Information/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -322,7 +322,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-failsafe-plugin/dependency-management.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-failsafe-plugin/dependency-management.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-failsafe-plugin/dependency-management.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleMaven Failsafe Plugin #x2013; Project Dependency Management/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -322,7 +322,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-failsafe-plugin/developing.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-failsafe-plugin/developing.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-failsafe-plugin/developing.html
 Sat Nov  1 19:53:59 2014
@@ -1,6 +1,6 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
@@ -9,7 +9,7 @@
 meta name=viewport content=width=device-width, initial-scale=1.0 /
 meta name=author content=Kristian Rosenvold /
 meta name=Date-Creation-mmdd content=20110307 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleMaven Failsafe Plugin #x2013; Developing Surefire/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -324,7 +324,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-failsafe-plugin/distribution-management.html
==
--- 

svn commit: r927650 [7/12] - in /websites/production/maven/content/surefire-archives/surefire-2.18: ./ maven-failsafe-plugin/ maven-failsafe-plugin/examples/ maven-surefire-common/ maven-surefire-plug

2014-11-01 Thread agudian
Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/checkstyle.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/checkstyle.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/checkstyle.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleSureFire Providers #x2013; Checkstyle Results/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -268,7 +268,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/common-java5/checkstyle.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/common-java5/checkstyle.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/common-java5/checkstyle.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleShared java5 code for all providers. #x2013; Checkstyle 
Results/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -243,7 +243,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/common-java5/dependencies.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/common-java5/dependencies.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/common-java5/dependencies.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleShared java5 code for all providers. #x2013; Project 
Dependencies/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -243,7 +243,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/common-java5/dependency-convergence.html
==
--- 

svn commit: r927650 [5/12] - in /websites/production/maven/content/surefire-archives/surefire-2.18: ./ maven-failsafe-plugin/ maven-failsafe-plugin/examples/ maven-surefire-common/ maven-surefire-plug

2014-11-01 Thread agudian
Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-report-plugin/project-info.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-report-plugin/project-info.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-report-plugin/project-info.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia 1.4 at 2014-10-30
+ | Generated by Apache Maven Doxia 1.4 at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleMaven Surefire Report Plugin #x2013; Project Information/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -287,7 +287,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-report-plugin/project-reports.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-report-plugin/project-reports.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-report-plugin/project-reports.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia 1.4 at 2014-10-30
+ | Generated by Apache Maven Doxia 1.4 at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleMaven Surefire Report Plugin #x2013; Generated Reports/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -287,7 +287,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-report-plugin/project-summary.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-report-plugin/project-summary.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-report-plugin/project-summary.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia 1.4 at 2014-10-30
+ | Generated by Apache Maven Doxia 1.4 at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleMaven Surefire Report Plugin #x2013; Project Summary/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -287,7 +287,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-report-plugin/report-mojo.html
==
--- 

svn commit: r927650 [3/12] - in /websites/production/maven/content/surefire-archives/surefire-2.18: ./ maven-failsafe-plugin/ maven-failsafe-plugin/examples/ maven-surefire-common/ maven-surefire-plug

2014-11-01 Thread agudian
Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-common/dependency-info.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-common/dependency-info.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-common/dependency-info.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleMaven Surefire Common #x2013; Dependency Information/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -242,7 +242,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-common/dependency-management.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-common/dependency-management.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-common/dependency-management.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleMaven Surefire Common #x2013; Project Dependency Management/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -242,7 +242,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-common/distribution-management.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-common/distribution-management.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-common/distribution-management.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleMaven Surefire Common #x2013; Project Distribution 
Management/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -242,7 +242,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-common/findbugs.html
==
--- 

svn commit: r927650 [10/12] - in /websites/production/maven/content/surefire-archives/surefire-2.18: ./ maven-failsafe-plugin/ maven-failsafe-plugin/examples/ maven-surefire-common/ maven-surefire-plu

2014-11-01 Thread agudian
Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-junit47/integration.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-junit47/integration.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-junit47/integration.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleSureFire JUnitCore Runner #x2013; Continuous Integration/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -243,7 +243,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-junit47/issue-tracking.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-junit47/issue-tracking.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-junit47/issue-tracking.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleSureFire JUnitCore Runner #x2013; Issue Tracking/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -243,7 +243,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-junit47/license.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-junit47/license.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-junit47/license.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleSureFire JUnitCore Runner #x2013; Project License/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -243,7 +243,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-junit47/mail-lists.html
==
--- 

svn commit: r927650 [11/12] - in /websites/production/maven/content/surefire-archives/surefire-2.18: ./ maven-failsafe-plugin/ maven-failsafe-plugin/examples/ maven-surefire-common/ maven-surefire-plu

2014-11-01 Thread agudian
Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-testng/project-info.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-testng/project-info.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-testng/project-info.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleSureFire TestNG Runner #x2013; Project Information/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -247,7 +247,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-testng/project-reports.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-testng/project-reports.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-testng/project-reports.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleSureFire TestNG Runner #x2013; Generated Reports/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -247,7 +247,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-testng/project-summary.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-testng/project-summary.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-testng/project-summary.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleSureFire TestNG Runner #x2013; Project Summary/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -247,7 +247,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-providers/surefire-testng/sonar.html
==
--- 

svn commit: r927650 [12/12] - in /websites/production/maven/content/surefire-archives/surefire-2.18: ./ maven-failsafe-plugin/ maven-failsafe-plugin/examples/ maven-surefire-common/ maven-surefire-plu

2014-11-01 Thread agudian
Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-setup-integration-tests/team-list.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-setup-integration-tests/team-list.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-setup-integration-tests/team-list.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleMaven Surefire Integration Test Setup #x2013; Team list/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -232,7 +232,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-shadefire/checkstyle.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-shadefire/checkstyle.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-shadefire/checkstyle.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleShadeFire JUnit3 Provider #x2013; Checkstyle Results/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -226,7 +226,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-shadefire/dependencies.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-shadefire/dependencies.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-shadefire/dependencies.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleShadeFire JUnit3 Provider #x2013; Project Dependencies/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -226,7 +226,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-shadefire/dependency-convergence.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-shadefire/dependency-convergence.html
 (original)
+++ 

svn commit: r927650 [4/12] - in /websites/production/maven/content/surefire-archives/surefire-2.18: ./ maven-failsafe-plugin/ maven-failsafe-plugin/examples/ maven-surefire-common/ maven-surefire-plug

2014-11-01 Thread agudian
Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-plugin/jira-report.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-plugin/jira-report.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/maven-surefire-plugin/jira-report.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleMaven Surefire Plugin #x2013; JIRA Report/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -326,7 +326,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul
@@ -775,249 +775,187 @@
 thPriority/th
 thKey/th
 thSummary/th
-thBy/th
-thResolution/th
-thFix Version/th/tr
+thResolution/th/tr
 tr class=b
 tdNew Feature/td
 tdMajor/td
 tda class=externalLink 
href=http://jira.codehaus.org/browse/SUREFIRE-654;SUREFIRE-654/a/td
 tdTestNG: Recognize successful tests when using invocationCount and 
successPercentage parameters on the @Test annotation/td
-tdAndreas Gudian/td
-tdFixed/td
-td2.18/td/tr
+tdFixed/td/tr
 tr class=a
 tdNew Feature/td
 tdMajor/td
 tda class=externalLink 
href=http://jira.codehaus.org/browse/SUREFIRE-1087;SUREFIRE-1087/a/td
 tdNew option rerunFailingTestsCount/td
-tdAndreas Gudian/td
-tdFixed/td
-td2.18/td/tr
+tdFixed/td/tr
 tr class=b
 tdNew Feature/td
 tdMajor/td
 tda class=externalLink 
href=http://jira.codehaus.org/browse/SUREFIRE-1093;SUREFIRE-1093/a/td
 tdExceptional parallel execution on @NotThreadSafe testcase or suite/td
-tdTibor Digana/td
-tdFixed/td
-td2.18/td/tr
+tdFixed/td/tr
 tr class=a
 tdImprovement/td
 tdMajor/td
 tda class=externalLink 
href=http://jira.codehaus.org/browse/SUREFIRE-1101;SUREFIRE-1101/a/td
 tdSurefire does not shutdown thread-pools programatically after test run has 
finished./td
-tdTibor Digana/td
-tdFixed/td
-td2.18/td/tr
+tdFixed/td/tr
 tr class=b
 tdImprovement/td
 tdMajor/td
 tda class=externalLink 
href=http://jira.codehaus.org/browse/SUREFIRE-1106;SUREFIRE-1106/a/td
 tdUpdate to minimum maven 2.2.1/td
-tdKristian Rosenvold/td
-tdFixed/td
-td2.18/td/tr
+tdFixed/td/tr
 tr class=a
 tdImprovement/td
 tdMinor/td
 tda class=externalLink 
href=http://jira.codehaus.org/browse/SUREFIRE-1053;SUREFIRE-1053/a/td
 tdSuppress warning message if file.encoding is set using argLine/td
-tdTibor Digana/td
-tdFixed/td
-td2.18/td/tr
+tdFixed/td/tr
 tr class=b
 tdImprovement/td
 tdMinor/td
 tda class=externalLink 
href=http://jira.codehaus.org/browse/SUREFIRE-1097;SUREFIRE-1097/a/td
 tdimprove documentation includes/excludes/td
-tdTibor Digana/td
-tdFixed/td
-td2.18/td/tr
+tdFixed/td/tr
 tr class=a
 tdImprovement/td
 tdMinor/td
 tda class=externalLink 
href=http://jira.codehaus.org/browse/SUREFIRE-1105;SUREFIRE-1105/a/td
 tdSurefire build should check Java 1.5 API signatures with JDK version gt; 
5/td
-tdTibor Digana/td
-tdFixed/td
-td2.18/td/tr
+tdFixed/td/tr
 tr class=b
 tdImprovement/td
 tdMinor/td
 tda class=externalLink 
href=http://jira.codehaus.org/browse/SUREFIRE-1108;SUREFIRE-1108/a/td
 tdSurefire should print parallel tests in progress been stopped after 
elapsed timeout/td
-tdTibor Digana/td
-tdFixed/td
-td2.18/td/tr
+tdFixed/td/tr
 tr class=a
 tdBug/td
 tdBlocker/td
 tda class=externalLink 
href=http://jira.codehaus.org/browse/SUREFIRE-1023;SUREFIRE-1023/a/td
 tdReport generation fails with StringIndexOutOfBoundsException/td
-tdAndreas Gudian/td
-tdFixed/td
-td2.18/td/tr
+tdFixed/td/tr
 tr class=b
 tdBug/td
 tdCritical/td
 tda class=externalLink 
href=http://jira.codehaus.org/browse/SUREFIRE-1028;SUREFIRE-1028/a/td
 tdUnable to run single test (junit)/td
-tdTibor Digana/td
-tdFixed/td
-td2.18/td/tr
+tdFixed/td/tr
 tr class=a
 tdBug/td
 tdCritical/td
 tda class=externalLink 
href=http://jira.codehaus.org/browse/SUREFIRE-1091;SUREFIRE-1091/a/td
 tdIOException when test with much output prints in @After / @AfterClass - 
possible haning processes/td
-tdAndreas Gudian/td
-tdFixed/td
-td2.18/td/tr
+tdFixed/td/tr
 tr class=b
 tdBug/td
 tdMajor/td
 tda class=externalLink 

svn commit: r927650 [6/12] - in /websites/production/maven/content/surefire-archives/surefire-2.18: ./ maven-failsafe-plugin/ maven-failsafe-plugin/examples/ maven-surefire-common/ maven-surefire-plug

2014-11-01 Thread agudian
Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-booter/plugins.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-booter/plugins.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-booter/plugins.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleSureFire Booter #x2013; Project Build Plugins/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -238,7 +238,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-booter/project-info.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-booter/project-info.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-booter/project-info.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleSureFire Booter #x2013; Project Information/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -238,7 +238,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-booter/project-reports.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-booter/project-reports.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-booter/project-reports.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 @@
 !DOCTYPE html
 !--
- | Generated by Apache Maven Doxia at 2014-10-30
+ | Generated by Apache Maven Doxia at 2014-11-01
  | Rendered using Apache Maven Fluido Skin 1.3.0
 --
 html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en
   head
 meta charset=UTF-8 /
 meta name=viewport content=width=device-width, initial-scale=1.0 /
-meta name=Date-Revision-mmdd content=20141030 /
+meta name=Date-Revision-mmdd content=20141101 /
 meta http-equiv=Content-Language content=en /
 titleSureFire Booter #x2013; Generated Reports/title
 link rel=stylesheet href=./css/apache-maven-fluido-1.3.0.min.css /
@@ -238,7 +238,7 @@
 
 
 
-  li id=publishDate class=pull-rightLast Published: 
2014-10-30/li li class=divider pull-right|/li
+  li id=publishDate class=pull-rightLast Published: 
2014-11-01/li li class=divider pull-right|/li
   li id=projectVersion class=pull-rightVersion: 2.18/li
 
 /ul

Modified: 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-booter/project-summary.html
==
--- 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-booter/project-summary.html
 (original)
+++ 
websites/production/maven/content/surefire-archives/surefire-2.18/surefire-booter/project-summary.html
 Sat Nov  1 19:53:59 2014
@@ -1,13 +1,13 

[2/2] git commit: o Fix section formatting for Test Execution and Single Thread Execution

2014-10-31 Thread agudian
o Fix section formatting for Test Execution and Single Thread Execution


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/190c9670
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/190c9670
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/190c9670

Branch: refs/heads/master
Commit: 190c96706327d222a82665a63834ed7b881611ef
Parents: bb9d1ea
Author: Andreas Gudian agud...@apache.org
Authored: Fri Oct 31 17:02:51 2014 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Fri Oct 31 17:02:51 2014 +0100

--
 .../site/apt/examples/fork-options-and-parallel-execution.apt.vm   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/190c9670/maven-surefire-plugin/src/site/apt/examples/fork-options-and-parallel-execution.apt.vm
--
diff --git 
a/maven-surefire-plugin/src/site/apt/examples/fork-options-and-parallel-execution.apt.vm
 
b/maven-surefire-plugin/src/site/apt/examples/fork-options-and-parallel-execution.apt.vm
index 81d32f5..aca06ca 100644
--- 
a/maven-surefire-plugin/src/site/apt/examples/fork-options-and-parallel-execution.apt.vm
+++ 
b/maven-surefire-plugin/src/site/apt/examples/fork-options-and-parallel-execution.apt.vm
@@ -110,7 +110,7 @@ Fork Options and Parallel Test Execution
   forkCount to a value higher than 1. The next section covers the 
details 
   about this and the related reuseForks property.
 
-  * Parallel Test Execution and Single Thread Execution
+* Parallel Test Execution and Single Thread Execution
 
   As mentioned above the parallel test execution is used with specific
   thread count. Since of Surefire 2.18, you can apply the JCIP annotation



[1/2] git commit: o Remove Assignee and Fix-Version columns from Jira report (we're using onlyCurrentVersion=true anyway), use surefire-${project.version} as path name in surefire-archives

2014-10-31 Thread agudian
Repository: maven-surefire
Updated Branches:
  refs/heads/master c1267f521 - 190c96706


o Remove Assignee and Fix-Version columns from Jira report (we're using 
onlyCurrentVersion=true anyway), use surefire-${project.version} as path name 
in surefire-archives


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/bb9d1ea0
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/bb9d1ea0
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/bb9d1ea0

Branch: refs/heads/master
Commit: bb9d1ea0704be18b6c80dcf74073f98565bde926
Parents: c1267f5
Author: Andreas Gudian agud...@apache.org
Authored: Fri Oct 31 17:02:20 2014 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Fri Oct 31 17:02:20 2014 +0100

--
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/bb9d1ea0/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8d5ebaa..1b56683 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
 shadedVersion2.12.4/shadedVersion
 mavenPluginPluginVersion3.3/mavenPluginPluginVersion
 
maven.surefire.scm.devConnectionscm:git:https://git-wip-us.apache.org/repos/asf/maven-surefire.git/maven.surefire.scm.devConnection
-maven.site.pathsurefire-archives/surefire-LATEST/maven.site.path
+
maven.site.pathsurefire-archives/surefire-${project.version}/maven.site.path
   /properties
 
   dependencyManagement
@@ -416,7 +416,7 @@
 version2.11/version
 configuration
   !-- For JIRA-report --
-  columnNamesType,Priority,Key,Summary,Assignee,Resolution,Fix 
Version/columnNames
+  columnNamesType,Priority,Key,Summary,Resolution/columnNames
   onlyCurrentVersiontrue/onlyCurrentVersion
   resolutionIdsFixed/resolutionIds
   sortColumnNamestype DESC,Priority DESC,Key/sortColumnNames



[2/2] git commit: [maven-release-plugin] prepare for next development iteration

2014-10-30 Thread agudian
[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/c1267f52
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/c1267f52
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/c1267f52

Branch: refs/heads/master
Commit: c1267f5210f7cf80ed48814120a738d742d0b452
Parents: 584ae1d
Author: Andreas Gudian agud...@apache.org
Authored: Thu Oct 30 20:19:43 2014 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Thu Oct 30 20:19:43 2014 +0100

--
 maven-failsafe-plugin/pom.xml| 2 +-
 maven-surefire-common/pom.xml| 2 +-
 maven-surefire-plugin/pom.xml| 2 +-
 maven-surefire-report-plugin/pom.xml | 2 +-
 pom.xml  | 2 +-
 surefire-api/pom.xml | 2 +-
 surefire-booter/pom.xml  | 2 +-
 surefire-grouper/pom.xml | 2 +-
 surefire-integration-tests/pom.xml   | 2 +-
 surefire-providers/common-java5/pom.xml  | 2 +-
 surefire-providers/common-junit3/pom.xml | 2 +-
 surefire-providers/common-junit4/pom.xml | 2 +-
 surefire-providers/common-junit48/pom.xml| 2 +-
 surefire-providers/pom.xml   | 2 +-
 surefire-providers/surefire-junit3/pom.xml   | 2 +-
 surefire-providers/surefire-junit4/pom.xml   | 2 +-
 surefire-providers/surefire-junit47/pom.xml  | 2 +-
 surefire-providers/surefire-testng-utils/pom.xml | 2 +-
 surefire-providers/surefire-testng/pom.xml   | 2 +-
 surefire-report-parser/pom.xml   | 2 +-
 surefire-setup-integration-tests/pom.xml | 2 +-
 surefire-shadefire/pom.xml   | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c1267f52/maven-failsafe-plugin/pom.xml
--
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index 3e6ac2e..c6abbf0 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.18/version
+version2.19-SNAPSHOT/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c1267f52/maven-surefire-common/pom.xml
--
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index 552f917..3f8bf18 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.18/version
+version2.19-SNAPSHOT/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c1267f52/maven-surefire-plugin/pom.xml
--
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index d198f21..5d87251 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.18/version
+version2.19-SNAPSHOT/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c1267f52/maven-surefire-report-plugin/pom.xml
--
diff --git a/maven-surefire-report-plugin/pom.xml 
b/maven-surefire-report-plugin/pom.xml
index 2e0d1fa..96b3cbf 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.18/version
+version2.19-SNAPSHOT/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c1267f52/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 8b6b9ba..8d5ebaa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   groupIdorg.apache.maven.surefire/groupId
   artifactIdsurefire/artifactId
-  version2.18/version
+  version2.19-SNAPSHOT/version
   packagingpom/packaging
 
   nameApache Maven Surefire/name

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c1267f52/surefire-api/pom.xml
--

[1/2] git commit: [maven-release-plugin] prepare release surefire-2.18_vote-1

2014-10-30 Thread agudian
Repository: maven-surefire
Updated Branches:
  refs/heads/master b3a6777ea - c1267f521


[maven-release-plugin] prepare release surefire-2.18_vote-1


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/584ae1df
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/584ae1df
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/584ae1df

Branch: refs/heads/master
Commit: 584ae1df92fcf5d1f7d90cfa48575f54fda14ee6
Parents: b3a6777
Author: Andreas Gudian agud...@apache.org
Authored: Thu Oct 30 20:19:32 2014 +0100
Committer: Andreas Gudian agud...@apache.org
Committed: Thu Oct 30 20:19:32 2014 +0100

--
 maven-failsafe-plugin/pom.xml| 2 +-
 maven-surefire-common/pom.xml| 2 +-
 maven-surefire-plugin/pom.xml| 2 +-
 maven-surefire-report-plugin/pom.xml | 2 +-
 pom.xml  | 2 +-
 surefire-api/pom.xml | 2 +-
 surefire-booter/pom.xml  | 2 +-
 surefire-grouper/pom.xml | 2 +-
 surefire-integration-tests/pom.xml   | 2 +-
 surefire-providers/common-java5/pom.xml  | 2 +-
 surefire-providers/common-junit3/pom.xml | 2 +-
 surefire-providers/common-junit4/pom.xml | 2 +-
 surefire-providers/common-junit48/pom.xml| 2 +-
 surefire-providers/pom.xml   | 2 +-
 surefire-providers/surefire-junit3/pom.xml   | 2 +-
 surefire-providers/surefire-junit4/pom.xml   | 2 +-
 surefire-providers/surefire-junit47/pom.xml  | 2 +-
 surefire-providers/surefire-testng-utils/pom.xml | 2 +-
 surefire-providers/surefire-testng/pom.xml   | 2 +-
 surefire-report-parser/pom.xml   | 2 +-
 surefire-setup-integration-tests/pom.xml | 2 +-
 surefire-shadefire/pom.xml   | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/584ae1df/maven-failsafe-plugin/pom.xml
--
diff --git a/maven-failsafe-plugin/pom.xml b/maven-failsafe-plugin/pom.xml
index 15cb00e..3e6ac2e 100644
--- a/maven-failsafe-plugin/pom.xml
+++ b/maven-failsafe-plugin/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.18-SNAPSHOT/version
+version2.18/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/584ae1df/maven-surefire-common/pom.xml
--
diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index 4a3b515..552f917 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.18-SNAPSHOT/version
+version2.18/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/584ae1df/maven-surefire-plugin/pom.xml
--
diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml
index f983111..d198f21 100644
--- a/maven-surefire-plugin/pom.xml
+++ b/maven-surefire-plugin/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.18-SNAPSHOT/version
+version2.18/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/584ae1df/maven-surefire-report-plugin/pom.xml
--
diff --git a/maven-surefire-report-plugin/pom.xml 
b/maven-surefire-report-plugin/pom.xml
index e71556d..2e0d1fa 100644
--- a/maven-surefire-report-plugin/pom.xml
+++ b/maven-surefire-report-plugin/pom.xml
@@ -24,7 +24,7 @@
   parent
 groupIdorg.apache.maven.surefire/groupId
 artifactIdsurefire/artifactId
-version2.18-SNAPSHOT/version
+version2.18/version
 relativePath../pom.xml/relativePath
   /parent
 

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/584ae1df/pom.xml
--
diff --git a/pom.xml b/pom.xml
index 634a94e..8b6b9ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   groupIdorg.apache.maven.surefire/groupId
   artifactIdsurefire/artifactId
-  version2.18-SNAPSHOT/version
+  version2.18/version
   packagingpom/packaging
 
   nameApache Maven Surefire/name


Git Push Summary

2014-10-30 Thread agudian
Repository: maven-surefire
Updated Tags:  refs/tags/surefire-2.18_vote-1 [created] 38ef6d231


svn commit: r927428 - /websites/production/maven/content/surefire-archives/surefire-2.18/

2014-10-30 Thread agudian
Author: agudian
Date: Thu Oct 30 20:29:23 2014
New Revision: 927428

Log: (empty)

Added:
websites/production/maven/content/surefire-archives/surefire-2.18/



svn commit: r927429 - in /websites/production/maven/content/surefire-archives/surefire-2.18: ./ css/ images/ images/logos/ images/profiles/ img/ js/ maven-failsafe-plugin/ maven-failsafe-plugin/apidoc

2014-10-30 Thread agudian
Author: agudian
Date: Thu Oct 30 20:58:02 2014
New Revision: 927429

Log:
Surefire 2.18 release


[This commit notification would consist of 606 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]


  1   2   3   >