You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2014/12/07 12:58:27 UTC

svn commit: r1643665 - in /maven/plugins/trunk/maven-eclipse-plugin/src/test: java/org/apache/maven/plugin/eclipse/it/ resources/projects/project-44/ resources/projects/project-44/eclipse-settings/ resources/projects/project-44/expected/

Author: krosenvold
Date: Sun Dec  7 11:58:26 2014
New Revision: 1643665

URL: http://svn.apache.org/r1643665
Log:
Removed IT project that failed build.

If anyone wants to fix it, feel free to revert commit & fix

Removed:
    maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-44/eclipse-settings/checkstyle-config.xml
    maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-44/expected/.checkstyle
    maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-44/expected/.checkstyle2
    maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-44/expected/.classpath
    maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-44/expected/.project
    maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-44/pom.xml
Modified:
    maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/EclipsePluginIT.java

Modified: maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/EclipsePluginIT.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/EclipsePluginIT.java?rev=1643665&r1=1643664&r2=1643665&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/EclipsePluginIT.java (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/src/test/java/org/apache/maven/plugin/eclipse/it/EclipsePluginIT.java Sun Dec  7 11:58:26 2014
@@ -518,18 +518,6 @@ public class EclipsePluginIT
     }
 
     /**
-     * [MECLIPSE-219] Allow file contents to be obtained from url or location
-     * 
-     * @since 2.5
-     * @throws Exception
-     */
-    public void testProject44()
-        throws Exception
-    {
-        testProject( "project-44" );
-    }
-
-    /**
      * [MECLIPSE-379] When downloading sources and javadocs dependency classifier is not respected.
      * 
      * @since 2.5