svn commit: r1439834 - in /maven/plugins/trunk/maven-pmd-plugin: ./ src/it/mpmd-89/ src/it/mpmd-89/src/ src/it/mpmd-89/src/main/ src/it/mpmd-89/src/main/pmd/ src/it/mpmd-89/src/test/ src/it/mpmd-89/sr

2013-01-29 Thread bentmann
Author: bentmann
Date: Tue Jan 29 11:11:55 2013
New Revision: 1439834

URL: http://svn.apache.org/viewvc?rev=1439834&view=rev
Log:
[MPMD-89] Having an equivalent for auxclasspath option

Added:
maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/   (with props)
maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/invoker.properties   
(with props)
maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/pom.xml   (with props)
maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/src/   (with props)
maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/src/main/   (with props)
maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/src/main/pmd/   (with 
props)

maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/src/main/pmd/ruleset.xml   
(with props)
maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/src/test/   (with props)
maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/src/test/java/   (with 
props)
maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/src/test/java/it/   
(with props)

maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/src/test/java/it/NoTestsHere.java
   (with props)

maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/src/test/java/it/TestSupport.java
   (with props)
maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/verify.bsh   (with 
props)
Modified:
maven/plugins/trunk/maven-pmd-plugin/pom.xml

maven/plugins/trunk/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdReport.java

Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=1439834&r1=1439833&r2=1439834&view=diff
==
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Tue Jan 29 11:11:55 2013
@@ -82,6 +82,11 @@ under the License.
 
 
   org.apache.maven
+  maven-artifact
+  ${mavenVersion}
+
+
+  org.apache.maven
   maven-model
   ${mavenVersion}
 
@@ -174,12 +179,6 @@ under the License.
   1.2
   test
 
-
-  org.apache.maven
-  maven-artifact
-  ${mavenVersion}
-  test
-
   
 
   

Propchange: maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/
--
bugtraq:number = true

Added: maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/invoker.properties?rev=1439834&view=auto
==
--- maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/invoker.properties 
(added)
+++ maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/invoker.properties Tue 
Jan 29 11:11:55 2013
@@ -0,0 +1,2 @@
+invoker.goals = clean test-compile
+invoker.buildResult = failure

Propchange: 
maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/invoker.properties
--
svn:eol-style = native

Propchange: 
maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/invoker.properties
--
svn:keywords = Author Date Id Revision

Added: maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/pom.xml?rev=1439834&view=auto
==
--- maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/pom.xml (added)
+++ maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/pom.xml Tue Jan 29 
11:11:55 2013
@@ -0,0 +1,74 @@
+
+
+
+
+
+  4.0.0
+  
+  org.apache.maven.plugin.pmd.it
+  mpmd-89
+  1.0-SNAPSHOT
+
+  
+UTF-8
+  
+
+  
+
+  junit
+  junit
+  3.8.2
+  test
+
+
+  
+  xmlunit
+  xmlunit
+  1.3
+  test
+
+  
+
+
+  
+
+  
+@project.groupId@
+@project.artifactId@
+@project.version@
+
+  true
+  true
+  
+src/main/pmd/ruleset.xml
+  
+
+
+  
+test-compile
+
+  check
+
+  
+
+  
+
+  
+

Propchange: maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/pom.xml
--
svn:eol-style = native

Propchange: maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/pom.xml
--
svn:keywords = Author Date Id Revision

Propchange: maven/plugins/trunk/maven-pmd-plugin/src/it/mpmd-89/src/
--
bugtraq:number = true

Propchange: mav

svn commit: r1439871 - /maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java

2013-01-29 Thread andham
Author: andham
Date: Tue Jan 29 12:50:29 2013
New Revision: 1439871

URL: http://svn.apache.org/viewvc?rev=1439871&view=rev
Log:
Fixed some spelling errors.

Modified:

maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java

Modified: 
maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java
URL: 
http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java?rev=1439871&r1=1439870&r2=1439871&view=diff
==
--- 
maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java
 (original)
+++ 
maven/archetype/trunk/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateProjectFromArchetypeMojo.java
 Tue Jan 29 12:50:29 2013
@@ -47,7 +47,7 @@ import java.util.List;
 import java.util.Properties;
 
 /**
- * Generates a new project from an archetype, or updated the actual project if 
using a partial archetype.
+ * Generates a new project from an archetype, or updates the actual project if 
using a partial archetype.
  * If the project is fully generated, it is generated in a directory 
corresponding to its artifactId.
  * If the project is updated with a partial archetype, it is done in the 
current directory.
  *
@@ -98,7 +98,7 @@ public class CreateProjectFromArchetypeM
 /**
  * The archetype catalogs to use to build a list and let the user choose 
from.
  * It is a comma separated list of catalogs.
- * Catalogs use following schemes:
+ * Catalogs use the following schemes:
  * 
  * 'file://...' with archetype-catalog.xml 
automatically appended when pointing to a directory
  * 'http://...' or 'https://...' with 
archetype-catalog.xml always appended
@@ -126,7 +126,7 @@ public class CreateProjectFromArchetypeM
 private List remoteArtifactRepositories;
 
 /**
- * User settings use to check the interactiveMode.
+ * User settings used to check the interactiveMode.
  */
 @Parameter( property = "interactiveMode", defaultValue = 
"${settings.interactiveMode}", required = true )
 private Boolean interactiveMode;




git commit: Fixed line feeds, added .gitattributes

2013-01-29 Thread krosenvold
Updated Branches:
  refs/heads/master 2f97f96fb -> 176a85f43


Fixed line feeds, added .gitattributes


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

Branch: refs/heads/master
Commit: 176a85f43c6a69b042024f2daebff25376930ce2
Parents: 2f97f96
Author: Kristian Rosenvold 
Authored: Tue Jan 29 16:26:35 2013 +0100
Committer: Kristian Rosenvold 
Committed: Tue Jan 29 16:27:02 2013 +0100

--
 .gitattributes |   10 +-
 .../internal/AbstractRepositoryTestCase.java   |  152 ++--
 .../internal/DefaultVersionResolverTest.java   |  192 +++---
 .../07.20.3-SNAPSHOT/maven-metadata.xml|   96 
 maven-core/src/site/apt/artifact-handlers.apt  |   82 +++---
 .../artifact/handler/ArtifactHandlerTest.java  |  178 +++---
 .../exception/DefaultExceptionHandlerTest.java |  120 +-
 pom.xml|2 +-
 src/site/site.xml  |  146 ++--
 9 files changed, 492 insertions(+), 486 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven/blob/176a85f4/.gitattributes
--
diff --git a/.gitattributes b/.gitattributes
index 225f8f1..3bb3b5e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,8 @@
-*.jar  -text -crlf
-*.graffle  -text -crlf
+# Auto detect text files and perform LF normalization
+*text=auto
+
+*.java   text diff=java
+*.html   text diff=html
+*.csstext
+*.js text
+*.sqltext

http://git-wip-us.apache.org/repos/asf/maven/blob/176a85f4/maven-aether-provider/src/test/java/org/apache/maven/repository/internal/AbstractRepositoryTestCase.java
--
diff --git 
a/maven-aether-provider/src/test/java/org/apache/maven/repository/internal/AbstractRepositoryTestCase.java
 
b/maven-aether-provider/src/test/java/org/apache/maven/repository/internal/AbstractRepositoryTestCase.java
index 2ad80f8..3b2f379 100644
--- 
a/maven-aether-provider/src/test/java/org/apache/maven/repository/internal/AbstractRepositoryTestCase.java
+++ 
b/maven-aether-provider/src/test/java/org/apache/maven/repository/internal/AbstractRepositoryTestCase.java
@@ -1,76 +1,76 @@
-package org.apache.maven.repository.internal;
-
-/*
- * 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 java.net.MalformedURLException;
-
-import org.apache.maven.repository.internal.util.ConsoleRepositoryListener;
-import org.apache.maven.repository.internal.util.ConsoleTransferListener;
-import org.codehaus.plexus.PlexusTestCase;
-import org.sonatype.aether.RepositorySystem;
-import org.sonatype.aether.RepositorySystemSession;
-import org.sonatype.aether.repository.LocalRepository;
-import org.sonatype.aether.repository.RemoteRepository;
-
-public abstract class AbstractRepositoryTestCase
-extends PlexusTestCase
-{
-protected RepositorySystem system;
-
-protected RepositorySystemSession session;
-
-@Override
-protected void setUp()
-throws Exception
-{
-super.setUp();
-system = lookup( RepositorySystem.class );
-session = newMavenRepositorySystemSession( system );
-}
-
-@Override
-protected void tearDown()
-throws Exception
-{
-session = null;
-system = null;
-super.tearDown();
-}
-
-public static RepositorySystemSession newMavenRepositorySystemSession( 
RepositorySystem system )
-{
-MavenRepositorySystemSession session = new 
MavenRepositorySystemSession( true );
-
-LocalRepository localRepo = new LocalRepository( "target/local-repo" );
-session.setLocalRepositoryManager( system.newLocalRepositoryManager( 
localRepo ) );
-
-session.setTransferListener( new ConsoleTransferListene

git commit: Added .gitattributes

2013-01-29 Thread krosenvold
Updated Branches:
  refs/heads/master 8e90d7f87 -> 5e7fb012f


Added .gitattributes


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

Branch: refs/heads/master
Commit: 5e7fb012ff342e67f99684d690c0fcf0c513a715
Parents: 8e90d7f
Author: Kristian Rosenvold 
Authored: Tue Jan 29 16:35:46 2013 +0100
Committer: Kristian Rosenvold 
Committed: Tue Jan 29 16:35:46 2013 +0100

--
 .gitattributes |8 
 1 files changed, 8 insertions(+), 0 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/5e7fb012/.gitattributes
--
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000..3bb3b5e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,8 @@
+# Auto detect text files and perform LF normalization
+*text=auto
+
+*.java   text diff=java
+*.html   text diff=html
+*.csstext
+*.js text
+*.sqltext



git commit: Added .gitattributes

2013-01-29 Thread krosenvold
Updated Branches:
  refs/heads/master 7d32dc123 -> 8cc30fb19


Added .gitattributes


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

Branch: refs/heads/master
Commit: 8cc30fb193c070c0d56104eb43a33877c21b9f7b
Parents: 7d32dc1
Author: Kristian Rosenvold 
Authored: Tue Jan 29 16:37:43 2013 +0100
Committer: Kristian Rosenvold 
Committed: Tue Jan 29 16:38:54 2013 +0100

--
 .gitattributes |   10 +-
 1 files changed, 9 insertions(+), 1 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/8cc30fb1/.gitattributes
--
diff --git a/.gitattributes b/.gitattributes
index 1b722c5..3145ebe 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,9 @@
-*.jar  -text -crlf
+# Auto detect text files and perform LF normalization
+*.jar-text -crlf
+*text=auto
+
+*.java   text diff=java
+*.html   text diff=html
+*.csstext
+*.js text
+*.sqltext



svn commit: r1439970 - /maven/skins/trunk/maven-fluido-skin/src/site/apt/poweredby.apt

2013-01-29 Thread simonetripodi
Author: simonetripodi
Date: Tue Jan 29 16:10:40 2013
New Revision: 1439970

URL: http://svn.apache.org/viewvc?rev=1439970&view=rev
Log:
added apache ambari as fluido skin user

Modified:
maven/skins/trunk/maven-fluido-skin/src/site/apt/poweredby.apt

Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/poweredby.apt
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/apt/poweredby.apt?rev=1439970&r1=1439969&r2=1439970&view=diff
==
--- maven/skins/trunk/maven-fluido-skin/src/site/apt/poweredby.apt (original)
+++ maven/skins/trunk/maven-fluido-skin/src/site/apt/poweredby.apt Tue Jan 29 
16:10:40 2013
@@ -42,7 +42,7 @@ Powered By
 *-*--*--*
 {{{http://tomcat.apache.org/maven-plugin-2/}Apache Tomcat Maven Plugin}} | 
{{{http://hama.apache.org/}Apache Hama}} | 
{{{http://logging.apache.org/log4j/2.x/}Apache Log4j 2}}
 *-*--*--*
-{{{http://onami.incubator.apache.org/}Apache Onami}} | 
{{{http://struts.apache.org/}Apache Struts}} |
+{{{http://onami.incubator.apache.org/}Apache Onami}} | 
{{{http://struts.apache.org/}Apache Struts}} | 
{{{http://incubator.apache.org/ambari/}Apache Ambari}}
 *-*--*--*
 {{{http://people.apache.org/~olamy/resume/}Olivier Lamy}}'s ASF pages | 
{{{http://people.apache.org/~tommaso/}Tommaso Teofili}}'s ASF pages | 
{{{http://people.apache.org/~simonetripodi/}Simone Tripodi}}'s ASF pages
 *-*--*--*




svn commit: r1439971 - /maven/skins/trunk/maven-fluido-skin/src/site/apt/poweredby.apt

2013-01-29 Thread simonetripodi
Author: simonetripodi
Date: Tue Jan 29 16:12:32 2013
New Revision: 1439971

URL: http://svn.apache.org/viewvc?rev=1439971&view=rev
Log:
Apache Oltu is the new home of Apache Amber - once graduated from Incubator, it 
had to change the name due to trademark issues

Modified:
maven/skins/trunk/maven-fluido-skin/src/site/apt/poweredby.apt

Modified: maven/skins/trunk/maven-fluido-skin/src/site/apt/poweredby.apt
URL: 
http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/apt/poweredby.apt?rev=1439971&r1=1439970&r2=1439971&view=diff
==
--- maven/skins/trunk/maven-fluido-skin/src/site/apt/poweredby.apt (original)
+++ maven/skins/trunk/maven-fluido-skin/src/site/apt/poweredby.apt Tue Jan 29 
16:12:32 2013
@@ -34,7 +34,7 @@ Powered By
 * Apache Projects
 
 *-*--*--*
-{{{http://incubator.apache.org/amber/}Apache Amber}} | 
{{{http://incubator.apache.org/any23/}Apache Any23}} | 
{{{http://incubator.apache.org/directmemory/}Apache Direct Memory}}
+{{{http://oltu.apache.org/}Apache Oltu}} | 
{{{http://incubator.apache.org/any23/}Apache Any23}} | 
{{{http://incubator.apache.org/directmemory/}Apache Direct Memory}}
 *-*--*--*
 {{{http://incubator.apache.org/syncope/}Apache Syncope}} | 
{{{http://archiva.apache.org/}Apache Archiva}} | 
{{{http://maven.apache.org/plugins/maven-surefire-plugin/}Apache Maven Surefire 
Plugin}}
 *-*--*--*




[1/2] git commit: SUREFIRE-954: a test case.

2013-01-29 Thread bimargulies
SUREFIRE-954: a test case.


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

Branch: refs/heads/surefire-954-test
Commit: 5c740ff3a8de8b4a1ef542dc9f4e03be2fd74cdc
Parents: 18ac0e2
Author: Benson Margulies 
Authored: Tue Jan 29 20:05:07 2013 +
Committer: Benson Margulies 
Committed: Tue Jan 29 20:05:07 2013 +

--
 .../surefire/its/Junit4BeforeClassExceptionIT.java |   42 +++
 .../BaseClassWithBeforeClassThatThrows.java|   32 +++
 .../BeforeClassExceptionTest.java  |   33 +++
 3 files changed, 107 insertions(+), 0 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5c740ff3/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/Junit4BeforeClassExceptionIT.java
--
diff --git 
a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/Junit4BeforeClassExceptionIT.java
 
b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/Junit4BeforeClassExceptionIT.java
new file mode 100644
index 000..0b50980
--- /dev/null
+++ 
b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/Junit4BeforeClassExceptionIT.java
@@ -0,0 +1,42 @@
+package org.apache.maven.surefire.its;
+
+/*
+ * 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.surefire.its.fixture.SurefireIntegrationTestCase;
+import org.apache.maven.surefire.its.fixture.SurefireLauncher;
+
+/**
+ * Test JUnit 4 tests with a @BeforeClass that throws.
+ *
+ */
+public class Junit4BeforeClassExceptionIT
+extends SurefireIntegrationTestCase
+{
+public void testJunit4BeforeClassException()
+{
+// Todo: Support assumption failure == ignore for junit4
+unpack().executeTest().verifyErrorFreeLog().assertTestSuiteResults( 1, 
0, 1, 0 );
+}
+
+private SurefireLauncher unpack()
+{
+return unpack( "/junit-before-class-exception" );
+}
+}

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/5c740ff3/surefire-integration-tests/src/test/resources/junit-before-class-exception/src/test/java/junit/beforeClassException/BaseClassWithBeforeClassThatThrows.java
--
diff --git 
a/surefire-integration-tests/src/test/resources/junit-before-class-exception/src/test/java/junit/beforeClassException/BaseClassWithBeforeClassThatThrows.java
 
b/surefire-integration-tests/src/test/resources/junit-before-class-exception/src/test/java/junit/beforeClassException/BaseClassWithBeforeClassThatThrows.java
new file mode 100644
index 000..847a371
--- /dev/null
+++ 
b/surefire-integration-tests/src/test/resources/junit-before-class-exception/src/test/java/junit/beforeClassException/BaseClassWithBeforeClassThatThrows.java
@@ -0,0 +1,32 @@
+package junit.beforeClassException;
+
+/*
+ * 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.
+ */
+
+/**
+ * A class with a BeforeClass that throws.
+ */
+public class BaseClassWithBeforeClassThatThrows {
+
+static 

[2/2] git commit: SUREFIRE-954: add missing pom.

2013-01-29 Thread bimargulies
Updated Branches:
  refs/heads/surefire-954-test [created] 3345ac93e


SUREFIRE-954: add missing pom.


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

Branch: refs/heads/surefire-954-test
Commit: 3345ac93e00120f922dc6864e948ebd458cb4cdc
Parents: 5c740ff
Author: Benson Margulies 
Authored: Tue Jan 29 20:05:50 2013 +
Committer: Benson Margulies 
Committed: Tue Jan 29 20:05:50 2013 +

--
 .../resources/junit-before-class-exception/pom.xml |   67 +++
 1 files changed, 67 insertions(+), 0 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/3345ac93/surefire-integration-tests/src/test/resources/junit-before-class-exception/pom.xml
--
diff --git 
a/surefire-integration-tests/src/test/resources/junit-before-class-exception/pom.xml
 
b/surefire-integration-tests/src/test/resources/junit-before-class-exception/pom.xml
new file mode 100644
index 000..1b703ef
--- /dev/null
+++ 
b/surefire-integration-tests/src/test/resources/junit-before-class-exception/pom.xml
@@ -0,0 +1,67 @@
+
+
+
+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";>
+  4.0.0
+
+  org.apache.maven.plugins.surefire
+  junit-before-class-exception
+  1.0-SNAPSHOT
+  Test of exception thrown in @BeforeClass
+
+  
+4.4
+
+3
+  
+
+  
+
+  junit
+  junit
+  ${junit.version}
+  test
+
+  
+  
+  
+
+  
+org.apache.maven.plugins
+maven-compiler-plugin
+
+  1.5
+  1.5
+
+  
+  
+maven-surefire-plugin
+${surefire.version}
+
+  ${surefire.parallel}
+  false
+  ${surefire.threadcount}
+
+  
+
+  
+



svn commit: r848478 - /websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 21:24:01 2013
New Revision: 848478

Log:
Automatic svn path creation: 
https://svn.apache.org/repos/infra/websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT

Added:
websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/



svn commit: r848482 - /websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 21:31:14 2013
New Revision: 848482

Log:
Site checkin for project Apache Maven Plugins Parent POM

Modified:

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/dependencies.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/dependency-info.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/dependency-management.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/distribution-management.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/index.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/integration.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/issue-tracking.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/license.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/mail-lists.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/plugin-management.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/plugins.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/project-info.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/project-summary.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/source-repository.html

websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/team-list.html

Modified: 
websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/dependencies.html
==
--- 
websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/dependencies.html
 (original)
+++ 
websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/dependencies.html
 Tue Jan 29 21:31:14 2013
@@ -39,9 +39,9 @@
 >
   Maven
 >
-  Parent POMs
+  Parent POMs
 >
-  Maven Plugins Parent 
POM
+  Maven Plugins 
Parent POM
 >
 Project Dependencies
 
@@ -127,7 +127,7 @@
   Maven 2 & 3
 
   
-  Parent POMs
+  Parent POMs
 
   
   Plugins

Modified: 
websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/dependency-info.html
==
--- 
websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/dependency-info.html
 (original)
+++ 
websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/dependency-info.html
 Tue Jan 29 21:31:14 2013
@@ -39,9 +39,9 @@
 >
   Maven
 >
-  Parent POMs
+  Parent POMs
 >
-  Maven Plugins Parent 
POM
+  Maven Plugins 
Parent POM
 >
 Dependency Information
 
@@ -127,7 +127,7 @@
   Maven 2 & 3
 
   
-  Parent POMs
+  Parent POMs
 
   
   Plugins

Modified: 
websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/dependency-management.html
==
--- 
websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/dependency-management.html
 (original)
+++ 
websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/dependency-management.html
 Tue Jan 29 21:31:14 2013
@@ -39,9 +39,9 @@
 >
   Maven
 >
-  Parent POMs
+  Parent POMs
 >
-  Maven Plugins Parent 
POM
+  Maven Plugins 
Parent POM
 >
 Project Dependency Management
 
@@ -127,7 +127,7 @@
   Maven 2 & 3
 
   
-  Parent POMs
+  Parent POMs
 
   
   Plugins

Modified: 
websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/distribution-management.html
==
--- 
websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/distribution-management.html
 (original)
+++ 
websites/production/maven/content/pom-archives/maven-plugins-24-SNAPSHOT/distribution-management.html
 Tue Jan 29 21:31:14 2013
@@ -39,9 +39,9 @@
 >
   Maven
 >
-  Parent POMs
+  Parent POMs
 >
-  Maven Plugins Parent 
POM
+  Maven Plugins

svn commit: r1440151 - /maven/plugins/trunk/maven-plugins/site-pom.xml

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 21:31:40 2013
New Revision: 1440151

URL: http://svn.apache.org/viewvc?rev=1440151&view=rev
Log:
fix url and remove inherited version

Modified:
maven/plugins/trunk/maven-plugins/site-pom.xml

Modified: maven/plugins/trunk/maven-plugins/site-pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/site-pom.xml?rev=1440151&r1=1440150&r2=1440151&view=diff
==
--- maven/plugins/trunk/maven-plugins/site-pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/site-pom.xml Tue Jan 29 21:31:40 2013
@@ -34,7 +34,7 @@ under the License.
 
   Apache Maven Plugins Parent POM
   This project consists of a POM that contains settings that are 
likely to be useful to any Maven plugin that is building and releasing code 
with Maven 2/3.
-  http://maven.apache.org/pom/maven-plugins/
+  http://maven.apache.org/${maven.site.path}
 
   
 
scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/
@@ -45,10 +45,7 @@ under the License.
 jira
 http://issues.apache.org/jira/browse/MPOM/component/12314501
   
-  
-Jenkins
-https://builds.apache.org/view/M-R/view/Maven/job/maven-plugins/
-  
+
   
 
   apache.website




svn commit: r1440195 - /maven/plugins/trunk/maven-plugins/pom.xml

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 22:51:03 2013
New Revision: 1440195

URL: http://svn.apache.org/viewvc?rev=1440195&view=rev
Log:
[maven-release-plugin] prepare release maven-plugins-24

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

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1440195&r1=1440194&r2=1440195&view=diff
==
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Tue Jan 29 22:51:03 2013
@@ -29,7 +29,7 @@ under the License.
 
   org.apache.maven.plugins
   maven-plugins
-  24-SNAPSHOT
+  24
   pom
 
   Maven Plugins
@@ -37,9 +37,9 @@ under the License.
   http://maven.apache.org/plugins/
 
   
-
scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/
-
scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/
-http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/
+
scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-24
+
scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-24
+http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24
   
   
 Jenkins




svn commit: r1440196 - /maven/plugins/tags/maven-plugins-24/

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 22:51:10 2013
New Revision: 1440196

URL: http://svn.apache.org/viewvc?rev=1440196&view=rev
Log:
[maven-release-plugin]  copy for tag maven-plugins-24

Added:
maven/plugins/tags/maven-plugins-24/
  - copied from r1440195, maven/plugins/trunk/maven-plugins/



svn commit: r1440197 - /maven/plugins/trunk/maven-plugins/pom.xml

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 22:51:13 2013
New Revision: 1440197

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

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

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1440197&r1=1440196&r2=1440197&view=diff
==
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Tue Jan 29 22:51:13 2013
@@ -29,7 +29,7 @@ under the License.
 
   org.apache.maven.plugins
   maven-plugins
-  24
+  25-SNAPSHOT
   pom
 
   Maven Plugins
@@ -37,9 +37,9 @@ under the License.
   http://maven.apache.org/plugins/
 
   
-
scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-24
-
scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-24
-http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24
+
scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/
+
scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins/
+http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/
   
   
 Jenkins




svn commit: r1440198 - in /maven/plugins/trunk/maven-plugins: site-pom.xml src/site-docs/apt/index.apt

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 22:53:18 2013
New Revision: 1440198

URL: http://svn.apache.org/viewvc?rev=1440198&view=rev
Log:
add missing release date

Modified:
maven/plugins/trunk/maven-plugins/site-pom.xml
maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt

Modified: maven/plugins/trunk/maven-plugins/site-pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/site-pom.xml?rev=1440198&r1=1440197&r2=1440198&view=diff
==
--- maven/plugins/trunk/maven-plugins/site-pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/site-pom.xml Tue Jan 29 22:53:18 2013
@@ -25,7 +25,7 @@ under the License.
   
 org.apache.maven.plugins
 maven-plugins
-24-SNAPSHOT
+24
 ./pom.xml
   
 

Modified: maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt?rev=1440198&r1=1440197&r2=1440198&view=diff
==
--- maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt (original)
+++ maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt Tue Jan 29 
22:53:18 2013
@@ -49,7 +49,7 @@ History
 *--++
 || <> || <> ||
 *--++
-| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23/pom.xml?view=markup}23}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23/pom.xml?r1=HEAD&r2=1157988&diff_format=h}diff}})
 |  |
+| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23/pom.xml?view=markup}23}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23/pom.xml?r1=HEAD&r2=1157988&diff_format=h}diff}})
 | 2012-08-10  |
 *--++
 | 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-22/pom.xml?view=markup}22}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-22/pom.xml?r1=HEAD&r2=1135903&diff_format=h}diff}})
 | 2011-08-18 |
 *--++




svn commit: r1440202 - /maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 22:55:43 2013
New Revision: 1440202

URL: http://svn.apache.org/viewvc?rev=1440202&view=rev
Log:
add diff url for release 24

Modified:
maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt

Modified: maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt?rev=1440202&r1=1440201&r2=1440202&view=diff
==
--- maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt (original)
+++ maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt Tue Jan 29 
22:55:43 2013
@@ -49,6 +49,8 @@ History
 *--++
 || <> || <> ||
 *--++
+| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/pom.xml?view=markup}23}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/pom.xml?r1=HEAD&r2=1371605&diff_format=h}diff}})
 | ?  |
+*--++
 | 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23/pom.xml?view=markup}23}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23/pom.xml?r1=HEAD&r2=1157988&diff_format=h}diff}})
 | 2012-08-10  |
 *--++
 | 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-22/pom.xml?view=markup}22}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-22/pom.xml?r1=HEAD&r2=1135903&diff_format=h}diff}})
 | 2011-08-18 |




svn commit: r848493 - /websites/production/maven/content/plugins-archives/maven-plugins-25-SNAPSHOT/

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 22:56:07 2013
New Revision: 848493

Log:
Automatic svn path creation: 
https://svn.apache.org/repos/infra/websites/production/maven/content/plugins-archives/maven-plugins-25-SNAPSHOT

Added:

websites/production/maven/content/plugins-archives/maven-plugins-25-SNAPSHOT/



svn commit: r848494 - /websites/production/maven/content/pom-archives/maven-plugins-24/

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 22:56:37 2013
New Revision: 848494

Log:
Automatic svn path creation: 
https://svn.apache.org/repos/infra/websites/production/maven/content/pom-archives/maven-plugins-24

Added:
websites/production/maven/content/pom-archives/maven-plugins-24/



svn commit: r1440204 - /maven/shared/trunk/maven-shared-components/pom.xml

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 23:02:13 2013
New Revision: 1440204

URL: http://svn.apache.org/viewvc?rev=1440204&view=rev
Log:
[maven-release-plugin] prepare release maven-shared-components-19

Modified:
maven/shared/trunk/maven-shared-components/pom.xml

Modified: maven/shared/trunk/maven-shared-components/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/pom.xml?rev=1440204&r1=1440203&r2=1440204&view=diff
==
--- maven/shared/trunk/maven-shared-components/pom.xml (original)
+++ maven/shared/trunk/maven-shared-components/pom.xml Tue Jan 29 23:02:13 2013
@@ -31,7 +31,7 @@ under the License.
 
   org.apache.maven.shared
   maven-shared-components
-  19-SNAPSHOT
+  19
   pom
 
   Maven Shared Components
@@ -39,9 +39,9 @@ under the License.
   http://maven.apache.org/shared/
 
   
-
scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-components
-
scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-components
-
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components
+
scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-components-19
+
scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-components-19
+
http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19
   
   
 jira




svn commit: r1440205 - /maven/shared/tags/maven-shared-components-19/

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 23:02:19 2013
New Revision: 1440205

URL: http://svn.apache.org/viewvc?rev=1440205&view=rev
Log:
[maven-release-plugin]  copy for tag maven-shared-components-19

Added:
maven/shared/tags/maven-shared-components-19/
  - copied from r1440204, maven/shared/trunk/maven-shared-components/



svn commit: r1440206 - /maven/shared/trunk/maven-shared-components/pom.xml

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 23:02:22 2013
New Revision: 1440206

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

Modified:
maven/shared/trunk/maven-shared-components/pom.xml

Modified: maven/shared/trunk/maven-shared-components/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/pom.xml?rev=1440206&r1=1440205&r2=1440206&view=diff
==
--- maven/shared/trunk/maven-shared-components/pom.xml (original)
+++ maven/shared/trunk/maven-shared-components/pom.xml Tue Jan 29 23:02:22 2013
@@ -31,7 +31,7 @@ under the License.
 
   org.apache.maven.shared
   maven-shared-components
-  19
+  20-SNAPSHOT
   pom
 
   Maven Shared Components
@@ -39,9 +39,9 @@ under the License.
   http://maven.apache.org/shared/
 
   
-
scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-components-19
-
scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-components-19
-
http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19
+
scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-components
+
scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-components
+
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components
   
   
 jira




svn commit: r1440207 - in /maven/shared/trunk/maven-shared-components: site-pom.xml src/site-docs/apt/index.apt

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 23:04:35 2013
New Revision: 1440207

URL: http://svn.apache.org/viewvc?rev=1440207&view=rev
Log:
add diff url

Modified:
maven/shared/trunk/maven-shared-components/site-pom.xml
maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt

Modified: maven/shared/trunk/maven-shared-components/site-pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/site-pom.xml?rev=1440207&r1=1440206&r2=1440207&view=diff
==
--- maven/shared/trunk/maven-shared-components/site-pom.xml (original)
+++ maven/shared/trunk/maven-shared-components/site-pom.xml Tue Jan 29 23:04:35 
2013
@@ -25,7 +25,7 @@ under the License.
   
 org.apache.maven.shared
 maven-shared-components
-19-SNAPSHOT
+19
 ./pom.xml
   
 

Modified: maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt?rev=1440207&r1=1440206&r2=1440207&view=diff
==
--- maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt 
(original)
+++ maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt Tue 
Jan 29 23:04:35 2013
@@ -39,6 +39,8 @@ History
 *--++
 || <> || <> ||
 *--++
+| 
{{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup}19}}
 
({{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?r1=HEAD&r2=1158001&diff_format=h}diff}})
 |  |
+*--++
 | 
{{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup}18}}
 
({{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?r1=HEAD&r2=1158001&diff_format=h}diff}})
 |  |
 *--++
 | 
{{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-17/pom.xml?view=markup}17}}
 
({{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-17/pom.xml?r1=HEAD&r2=1069636&diff_format=h}diff}})
 | 2011-08-18 |




svn commit: r1440210 - /maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 23:06:54 2013
New Revision: 1440210

URL: http://svn.apache.org/viewvc?rev=1440210&view=rev
Log:
fix rev id

Modified:
maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt

Modified: maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt?rev=1440210&r1=1440209&r2=1440210&view=diff
==
--- maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt 
(original)
+++ maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt Tue 
Jan 29 23:06:54 2013
@@ -39,7 +39,7 @@ History
 *--++
 || <> || <> ||
 *--++
-| 
{{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup}19}}
 
({{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?r1=HEAD&r2=1158001&diff_format=h}diff}})
 |  |
+| 
{{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup}19}}
 
({{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?r1=HEAD&r2=1371616&diff_format=h}diff}})
 |  |
 *--++
 | 
{{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup}18}}
 
({{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?r1=HEAD&r2=1158001&diff_format=h}diff}})
 |  |
 *--++




svn commit: r848498 - /websites/production/maven/content/pom-archives/maven-shared-components-19/

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 23:08:25 2013
New Revision: 848498

Log:
Automatic svn path creation: 
https://svn.apache.org/repos/infra/websites/production/maven/content/pom-archives/maven-shared-components-19

Added:
websites/production/maven/content/pom-archives/maven-shared-components-19/



svn commit: r1440212 - /maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 23:11:10 2013
New Revision: 1440212

URL: http://svn.apache.org/viewvc?rev=1440212&view=rev
Log:
fix version

Modified:
maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt

Modified: maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt?rev=1440212&r1=1440211&r2=1440212&view=diff
==
--- maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt (original)
+++ maven/plugins/trunk/maven-plugins/src/site-docs/apt/index.apt Tue Jan 29 
23:11:10 2013
@@ -49,7 +49,7 @@ History
 *--++
 || <> || <> ||
 *--++
-| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/pom.xml?view=markup}23}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/pom.xml?r1=HEAD&r2=1371605&diff_format=h}diff}})
 | ?  |
+| 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/pom.xml?view=markup}24}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/pom.xml?r1=HEAD&r2=1371605&diff_format=h}diff}})
 | ?  |
 *--++
 | 
{{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23/pom.xml?view=markup}23}}
 
({{{http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-23/pom.xml?r1=HEAD&r2=1157988&diff_format=h}diff}})
 | 2012-08-10  |
 *--++




svn commit: r848502 - /websites/production/maven/content/pom-archives/maven-shared-components-19/index.html

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 23:12:23 2013
New Revision: 848502

Log:
Site checkin for project Apache Maven Shared Components POM

Modified:

websites/production/maven/content/pom-archives/maven-shared-components-19/index.html

Modified: 
websites/production/maven/content/pom-archives/maven-shared-components-19/index.html
==
--- 
websites/production/maven/content/pom-archives/maven-shared-components-19/index.html
 (original)
+++ 
websites/production/maven/content/pom-archives/maven-shared-components-19/index.html
 Tue Jan 29 23:12:23 2013
@@ -178,7 +178,7 @@
 
 
   
-Maven Shared Components POMThis POM is the common parent of 
all of the Maven Shared Components in the Apache Maven 
project.HistoryAs of version 17, this POM sets the Java source and 
target versions to 1.5. Thus any component moved to version 17+ of this POM 
moves to requiring Java 1.5.VersionRelease 
Datehttp://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup";>19
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?r1=HEAD&r2=1371616&diff_format=h";>diff)http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup";>18
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?r1=HEAD&r2=1158001&diff_format=h";>diff)http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-17/pom.xml?view=markup";>17
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-17/pom.xml?r1=HEAD&r2=1069636&diff_format=h";>diff)2011-08-18http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-16/pom.xml?view=markup";>16
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-16/pom.xml?r1=HEAD
 &r2=905061&diff_format=h">diff)2011-02-15http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-15/pom.xml?view=markup";>15
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-15/pom.xml?r1=HEAD&r2=831141&diff_format=h";>diff)2010-02-04http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-14/pom.xml?view=markup";>14
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-14/pom.xml?r1=HEAD&r2=829596&diff_format=h";>diff)2009-11-02http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-13/pom.xml?view=markup";>13
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-13/pom.xml?r1=HEAD&r2=814155&diff_format=h";>diff)2009-10-28
+Maven Shared Components POMThis POM is the common parent of 
all of the Maven Shared Components in the Apache Maven 
project.HistoryAs of version 17, this POM sets the Java source and 
target versions to 1.5. Thus any component moved to version 17+ of this POM 
moves to requiring Java 1.5.VersionRelease 
Datehttp://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?view=markup";>19
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?r1=HEAD&r2=1371616&diff_format=h";>diff)http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup";>18
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?r1=HEAD&r2=1158001&diff_format=h";>diff)http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-17/pom.xml?view=markup";>17
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-17/pom.xml?r1=HEAD&r2=1069636&diff_format=h";>diff)2011-08-18http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-16/pom.xml?view=markup";>16
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-16/pom.xml?r1=HEAD
 &r2=905061&diff_format=h">diff)2011-02-15http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-15/pom.xml?view=markup";>15
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-15/pom.xml?r1=HEAD&r2=831141&diff_format=h";>diff)2010-02-04http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-14/pom.xml?view=markup";>14
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-14/pom.xml?r1=HEAD&r2=829596&diff_format=h";>diff)2009-11-02http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-13/pom.xml?view=markup";>13
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-13/pom.xml?r1=HEAD&r2=814155&diff_format=h";>diff)2009-10-28
   
 
 




svn commit: r1440214 - /maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 23:12:50 2013
New Revision: 1440214

URL: http://svn.apache.org/viewvc?rev=1440214&view=rev
Log:
fix tag url

Modified:
maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt

Modified: maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt?rev=1440214&r1=1440213&r2=1440214&view=diff
==
--- maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt 
(original)
+++ maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt Tue 
Jan 29 23:12:50 2013
@@ -39,7 +39,7 @@ History
 *--++
 || <> || <> ||
 *--++
-| 
{{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup}19}}
 
({{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?r1=HEAD&r2=1371616&diff_format=h}diff}})
 |  |
+| 
{{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?view=markup}19}}
 
({{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?r1=HEAD&r2=1371616&diff_format=h}diff}})
 |  |
 *--++
 | 
{{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup}18}}
 
({{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?r1=HEAD&r2=1158001&diff_format=h}diff}})
 |  |
 *--++




svn commit: r1440219 - /maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 23:39:40 2013
New Revision: 1440219

URL: http://svn.apache.org/viewvc?rev=1440219&view=rev
Log:
fix diff id

Modified:
maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt

Modified: maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt?rev=1440219&r1=1440218&r2=1440219&view=diff
==
--- maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt 
(original)
+++ maven/shared/trunk/maven-shared-components/src/site-docs/apt/index.apt Tue 
Jan 29 23:39:40 2013
@@ -39,7 +39,7 @@ History
 *--++
 || <> || <> ||
 *--++
-| 
{{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?view=markup}19}}
 
({{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?r1=HEAD&r2=1371616&diff_format=h}diff}})
 |  |
+| 
{{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?view=markup}19}}
 
({{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?r1=HEAD&r2=1371614&diff_format=h}diff}})
 |  |
 *--++
 | 
{{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup}18}}
 
({{{http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?r1=HEAD&r2=1158001&diff_format=h}diff}})
 |  |
 *--++




svn commit: r848504 - /websites/production/maven/content/pom-archives/maven-shared-components-19/index.html

2013-01-29 Thread olamy
Author: olamy
Date: Tue Jan 29 23:40:09 2013
New Revision: 848504

Log:
Site checkin for project Apache Maven Shared Components POM

Modified:

websites/production/maven/content/pom-archives/maven-shared-components-19/index.html

Modified: 
websites/production/maven/content/pom-archives/maven-shared-components-19/index.html
==
--- 
websites/production/maven/content/pom-archives/maven-shared-components-19/index.html
 (original)
+++ 
websites/production/maven/content/pom-archives/maven-shared-components-19/index.html
 Tue Jan 29 23:40:09 2013
@@ -178,7 +178,7 @@
 
 
   
-Maven Shared Components POMThis POM is the common parent of 
all of the Maven Shared Components in the Apache Maven 
project.HistoryAs of version 17, this POM sets the Java source and 
target versions to 1.5. Thus any component moved to version 17+ of this POM 
moves to requiring Java 1.5.VersionRelease 
Datehttp://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?view=markup";>19
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?r1=HEAD&r2=1371616&diff_format=h";>diff)http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup";>18
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?r1=HEAD&r2=1158001&diff_format=h";>diff)http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-17/pom.xml?view=markup";>17
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-17/pom.xml?r1=HEAD&r2=1069636&diff_format=h";>diff)2011-08-18http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-16/pom.xml?view=markup";>16
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-16/pom.xml?r1=HEAD
 &r2=905061&diff_format=h">diff)2011-02-15http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-15/pom.xml?view=markup";>15
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-15/pom.xml?r1=HEAD&r2=831141&diff_format=h";>diff)2010-02-04http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-14/pom.xml?view=markup";>14
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-14/pom.xml?r1=HEAD&r2=829596&diff_format=h";>diff)2009-11-02http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-13/pom.xml?view=markup";>13
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-13/pom.xml?r1=HEAD&r2=814155&diff_format=h";>diff)2009-10-28
+Maven Shared Components POMThis POM is the common parent of 
all of the Maven Shared Components in the Apache Maven 
project.HistoryAs of version 17, this POM sets the Java source and 
target versions to 1.5. Thus any component moved to version 17+ of this POM 
moves to requiring Java 1.5.VersionRelease 
Datehttp://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?view=markup";>19
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?r1=HEAD&r2=1371614&diff_format=h";>diff)http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup";>18
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?r1=HEAD&r2=1158001&diff_format=h";>diff)http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-17/pom.xml?view=markup";>17
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-17/pom.xml?r1=HEAD&r2=1069636&diff_format=h";>diff)2011-08-18http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-16/pom.xml?view=markup";>16
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-16/pom.xml?r1=HEAD
 &r2=905061&diff_format=h">diff)2011-02-15http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-15/pom.xml?view=markup";>15
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-15/pom.xml?r1=HEAD&r2=831141&diff_format=h";>diff)2010-02-04http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-14/pom.xml?view=markup";>14
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-14/pom.xml?r1=HEAD&r2=829596&diff_format=h";>diff)2009-11-02http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-13/pom.xml?view=markup";>13
 (http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-13/pom.xml?r1=HEAD&r2=814155&diff_format=h";>diff)2009-10-28
   
 
 




git commit: SUREFIRE-954: fill in missing BeforeClass, and now it fails to fail.

2013-01-29 Thread bimargulies
Updated Branches:
  refs/heads/surefire-954-test 3345ac93e -> 01bdc4b3b


SUREFIRE-954: fill in missing BeforeClass, and now it fails to fail.


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

Branch: refs/heads/surefire-954-test
Commit: 01bdc4b3bfc5c1efd5a2e20c9d2652f3b87efa01
Parents: 3345ac9
Author: Benson Margulies 
Authored: Wed Jan 30 06:39:32 2013 +
Committer: Benson Margulies 
Committed: Wed Jan 30 06:39:32 2013 +

--
 .../BaseClassWithBeforeClassThatThrows.java|3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/01bdc4b3/surefire-integration-tests/src/test/resources/junit-before-class-exception/src/test/java/junit/beforeClassException/BaseClassWithBeforeClassThatThrows.java
--
diff --git 
a/surefire-integration-tests/src/test/resources/junit-before-class-exception/src/test/java/junit/beforeClassException/BaseClassWithBeforeClassThatThrows.java
 
b/surefire-integration-tests/src/test/resources/junit-before-class-exception/src/test/java/junit/beforeClassException/BaseClassWithBeforeClassThatThrows.java
index 847a371..a979ebe 100644
--- 
a/surefire-integration-tests/src/test/resources/junit-before-class-exception/src/test/java/junit/beforeClassException/BaseClassWithBeforeClassThatThrows.java
+++ 
b/surefire-integration-tests/src/test/resources/junit-before-class-exception/src/test/java/junit/beforeClassException/BaseClassWithBeforeClassThatThrows.java
@@ -19,6 +19,8 @@ package junit.beforeClassException;
  * under the License.
  */
 
+import org.junit.BeforeClass;
+
 /**
  * A class with a BeforeClass that throws.
  */
@@ -26,6 +28,7 @@ public class BaseClassWithBeforeClassThatThrows {
 
 static Object nullPointerObject;
 
+@BeforeClass
 public static void baseBeforeClass() {
 nullPointerObject.notify();
 }