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=1439834view=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=1439834r1=1439833r2=1439834view=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.
 !-- maven --
 dependency
   groupIdorg.apache.maven/groupId
+  artifactIdmaven-artifact/artifactId
+  version${mavenVersion}/version
+/dependency
+dependency
+  groupIdorg.apache.maven/groupId
   artifactIdmaven-model/artifactId
   version${mavenVersion}/version
 /dependency
@@ -174,12 +179,6 @@ under the License.
   version1.2/version
   scopetest/scope
 /dependency
-dependency
-  groupIdorg.apache.maven/groupId
-  artifactIdmaven-artifact/artifactId
-  version${mavenVersion}/version
-  scopetest/scope
-/dependency
   /dependencies
 
   build

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=1439834view=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=1439834view=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 @@
+?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
+  modelVersion4.0.0/modelVersion
+  
+  

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=1439871view=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=1439871r1=1439870r2=1439871view=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:
  * ul
  * li'codefile://.../code' with codearchetype-catalog.xml/code 
automatically appended when pointing to a directory/li
  * li'codehttp://.../code' or 'codehttps://.../code' with 
codearchetype-catalog.xml/code always appended/li
@@ -126,7 +126,7 @@ public class CreateProjectFromArchetypeM
 private ListArtifactRepository 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 kristian.rosenv...@gmail.com
Authored: Tue Jan 29 16:26:35 2013 +0100
Committer: Kristian Rosenvold kristian.rosenv...@gmail.com
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 ) );
-
-

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 kristian.rosenv...@gmail.com
Authored: Tue Jan 29 16:35:46 2013 +0100
Committer: Kristian Rosenvold kristian.rosenv...@gmail.com
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 kristian.rosenv...@gmail.com
Authored: Tue Jan 29 16:37:43 2013 +0100
Committer: Kristian Rosenvold kristian.rosenv...@gmail.com
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



[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 bmargul...@gmail.com
Authored: Tue Jan 29 20:05:07 2013 +
Committer: Benson Margulies bmargul...@gmail.com
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 

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: 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=1440151view=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=1440151r1=1440150r2=1440151view=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.
 
   nameApache Maven Plugins Parent POM/name
   descriptionThis 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./description
-  urlhttp://maven.apache.org/pom/maven-plugins//url
+  urlhttp://maven.apache.org/${maven.site.path}/url
 
   scm
 
connectionscm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins//connection
@@ -45,10 +45,7 @@ under the License.
 systemjira/system
 urlhttp://issues.apache.org/jira/browse/MPOM/component/12314501/url
   /issueManagement
-  ciManagement
-systemJenkins/system
-urlhttps://builds.apache.org/view/M-R/view/Maven/job/maven-plugins//url
-  /ciManagement
+
   distributionManagement
 site
   idapache.website/id




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=1440195view=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=1440195r1=1440194r2=1440195view=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.
 
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-plugins/artifactId
-  version24-SNAPSHOT/version
+  version24/version
   packagingpom/packaging
 
   nameMaven Plugins/name
@@ -37,9 +37,9 @@ under the License.
   urlhttp://maven.apache.org/plugins//url
 
   scm
-
connectionscm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins//connection
-
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins//developerConnection
-urlhttp://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins//url
+
connectionscm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-24/connection
+
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-24/developerConnection
+urlhttp://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/url
   /scm
   ciManagement
 systemJenkins/system




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=1440196view=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=1440197view=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=1440197r1=1440196r2=1440197view=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.
 
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-plugins/artifactId
-  version24/version
+  version25-SNAPSHOT/version
   packagingpom/packaging
 
   nameMaven Plugins/name
@@ -37,9 +37,9 @@ under the License.
   urlhttp://maven.apache.org/plugins//url
 
   scm
-
connectionscm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-24/connection
-
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-plugins-24/developerConnection
-urlhttp://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-24/url
+
connectionscm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins//connection
+
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-plugins//developerConnection
+urlhttp://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins//url
   /scm
   ciManagement
 systemJenkins/system




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=1440198view=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=1440198r1=1440197r2=1440198view=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.
   parent
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-plugins/artifactId
-version24-SNAPSHOT/version
+version24/version
 relativePath./pom.xml/relativePath
   /parent
 

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=1440198r1=1440197r2=1440198view=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
 *--++
 || Version || Release Date ||
 *--++
-| 
{{{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=HEADr2=1157988diff_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=HEADr2=1157988diff_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=HEADr2=1135903diff_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=1440202view=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=1440202r1=1440201r2=1440202view=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
 *--++
 || Version || Release Date ||
 *--++
+| 
{{{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=HEADr2=1371605diff_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=HEADr2=1157988diff_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=HEADr2=1135903diff_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=1440204view=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=1440204r1=1440203r2=1440204view=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.
 
   groupIdorg.apache.maven.shared/groupId
   artifactIdmaven-shared-components/artifactId
-  version19-SNAPSHOT/version
+  version19/version
   packagingpom/packaging
 
   nameMaven Shared Components/name
@@ -39,9 +39,9 @@ under the License.
   urlhttp://maven.apache.org/shared//url
 
   scm
-
connectionscm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-components/connection
-
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-components/developerConnection
-
urlhttp://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/url
+
connectionscm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-components-19/connection
+
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-components-19/developerConnection
+
urlhttp://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/url
   /scm
   issueManagement
 systemjira/system




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=1440206view=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=1440206r1=1440205r2=1440206view=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.
 
   groupIdorg.apache.maven.shared/groupId
   artifactIdmaven-shared-components/artifactId
-  version19/version
+  version20-SNAPSHOT/version
   packagingpom/packaging
 
   nameMaven Shared Components/name
@@ -39,9 +39,9 @@ under the License.
   urlhttp://maven.apache.org/shared//url
 
   scm
-
connectionscm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-components-19/connection
-
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-components-19/developerConnection
-
urlhttp://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/url
+
connectionscm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-components/connection
+
developerConnectionscm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-shared-components/developerConnection
+
urlhttp://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-components/url
   /scm
   issueManagement
 systemjira/system




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=1440207view=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=1440207r1=1440206r2=1440207view=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.
   parent
 groupIdorg.apache.maven.shared/groupId
 artifactIdmaven-shared-components/artifactId
-version19-SNAPSHOT/version
+version19/version
 relativePath./pom.xml/relativePath
   /parent
 

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=1440207r1=1440206r2=1440207view=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
 *--++
 || Version || Release Date ||
 *--++
+| 
{{{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=HEADr2=1158001diff_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=HEADr2=1158001diff_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=HEADr2=1069636diff_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=1440210view=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=1440210r1=1440209r2=1440210view=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
 *--++
 || Version || Release Date ||
 *--++
-| 
{{{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=HEADr2=1158001diff_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=HEADr2=1371616diff_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=HEADr2=1158001diff_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=1440212view=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=1440212r1=1440211r2=1440212view=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
 *--++
 || Version || Release Date ||
 *--++
-| 
{{{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=HEADr2=1371605diff_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=HEADr2=1371605diff_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=HEADr2=1157988diff_format=h}diff}})
 | 2012-08-10  |
 *--++




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=1440214view=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=1440214r1=1440213r2=1440214view=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
 *--++
 || Version || Release Date ||
 *--++
-| 
{{{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=HEADr2=1371616diff_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=HEADr2=1371616diff_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=HEADr2=1158001diff_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=1440219view=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=1440219r1=1440218r2=1440219view=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
 *--++
 || Version || Release Date ||
 *--++
-| 
{{{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=HEADr2=1371616diff_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=HEADr2=1371614diff_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=HEADr2=1158001diff_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 @@
 /div
 div id=bodyColumn
   div id=contentBox
-!-- 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. --!-- NOTE: For help 
with the syntax of this file, see: --!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --div class=sectionh2Maven Shared Components POMa 
name=Maven_Shared_Components_POM/a/h2pThis POM is the common parent of 
all of the a href=/shared/Maven Shared Components/a in the Apache Maven 
project./p/divdiv class=sectionh2Historya 
name=History/a/h2pAs 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./ptable border=1 class=bodyTabletr 
class=ath align=leftbVersion/b/thth align=leftbRelease 
Date/b/th/trtr class=btd align=lefta class=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?view=markup;19/a
 (a class=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-19/pom.xml?r1=HEADamp;r2=1371616amp;diff_format=h;diff/a)/tdtd
 align=left/td/trtr class=atd alig
 n=lefta class=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?view=markup;18/a
 (a class=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-18/pom.xml?r1=HEADamp;r2=1158001amp;diff_format=h;diff/a)/tdtd
 align=left/td/trtr class=btd align=lefta class=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-17/pom.xml?view=markup;17/a
 (a class=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-17/pom.xml?r1=HEADamp;r2=1069636amp;diff_format=h;diff/a)/tdtd
 align=left2011-08-18/td/trtr class=atd align=lefta 
class=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-16/pom.xml?view=markup;16/a
 (a class=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-16/pom.xml?r1=HEAD
 amp;r2=905061amp;diff_format=hdiff/a)/tdtd 
align=left2011-02-15/td/trtr class=btd align=lefta 
class=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-15/pom.xml?view=markup;15/a
 (a class=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-15/pom.xml?r1=HEADamp;r2=831141amp;diff_format=h;diff/a)/tdtd
 align=left2010-02-04/td/trtr class=atd align=lefta 
class=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-14/pom.xml?view=markup;14/a
 (a class=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-14/pom.xml?r1=HEADamp;r2=829596amp;diff_format=h;diff/a)/tdtd
 align=left2009-11-02/td/trtr class=btd align=lefta 
class=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-13/pom.xml?view=markup;13/a
 (a c
 lass=externalLink 
href=http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-components-13/pom.xml?r1=HEADamp;r2=814155amp;diff_format=h;diff/a)/tdtd
 align=left2009-10-28/td/tr/table/div
+!-- 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 

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 bmargul...@gmail.com
Authored: Wed Jan 30 06:39:32 2013 +
Committer: Benson Margulies bmargul...@gmail.com
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();
 }