You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/07/28 07:08:56 UTC

[maven-integration-testing] branch MAVEN_OPTS created (now a5a261b)

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch MAVEN_OPTS
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git.


      at a5a261b  investigate MAVEN_OPTS issue: failing issues only

This branch includes the following new commits:

     new a5a261b  investigate MAVEN_OPTS issue: failing issues only

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-integration-testing] 01/01: investigate MAVEN_OPTS issue: failing issues only

Posted by hb...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch MAVEN_OPTS
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git

commit a5a261b2223bb4b5e933f8038550209ce05428ec
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Jul 28 09:08:24 2019 +0200

    investigate MAVEN_OPTS issue: failing issues only
---
 .../java/org/apache/maven/it/IntegrationTestSuite.java   | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java b/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
index bb3cf81..30aef85 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
@@ -106,7 +106,7 @@ public class IntegrationTestSuite
         // -------------------------------------------------------------------------------------------------------------
         // suite.addTestSuite( MavenIT0108SnapshotUpdateTest.class ); -- MNG-3137
 
-        suite.addTestSuite( MavenITmng6506PackageAnnotationTest.class );
+/*        suite.addTestSuite( MavenITmng6506PackageAnnotationTest.class );
         suite.addTestSuite( MavenITmng6256SpecialCharsAlternatePOMLocation.class );
         suite.addTestSuite( MavenITmng6386BaseUriPropertyTest.class );
         suite.addTestSuite( MavenITmng6330RelativePath.class );
@@ -213,9 +213,9 @@ public class IntegrationTestSuite
         suite.addTestSuite( MavenITmng4768NearestMatchConflictResolutionTest.class );
         suite.addTestSuite( MavenITmng4765LocalPomProjectBuilderTest.class );
         suite.addTestSuite( MavenITmng4755FetchRemoteMetadataForVersionRangeTest.class );
-        suite.addTestSuite( MavenITmng4750ResolvedMavenProjectDependencyArtifactsTest.class );
+        suite.addTestSuite( MavenITmng4750ResolvedMavenProjectDependencyArtifactsTest.class );*/
         suite.addTestSuite( MavenITmng4747JavaAgentUsedByPluginTest.class );
-        suite.addTestSuite( MavenITmng4745PluginVersionUpdateTest.class );
+/*        suite.addTestSuite( MavenITmng4745PluginVersionUpdateTest.class );
         suite.addTestSuite( MavenITmng4729MirrorProxyAuthUsedByProjectBuilderTest.class );
         suite.addTestSuite( MavenITmng4721OptionalPluginDependencyTest.class );
         suite.addTestSuite( MavenITmng4720DependencyManagementExclusionMergeTest.class );
@@ -232,9 +232,9 @@ public class IntegrationTestSuite
         suite.addTestSuite( MavenITmng4625SettingsXmlInterpolationWithXmlMarkupTest.class );
         suite.addTestSuite( MavenITmng4618AggregatorBuiltAfterModulesTest.class );
         suite.addTestSuite( MavenITmng4615ValidateRequiredPluginParameterTest.class );
-        suite.addTestSuite( MavenITmng4600DependencyOptionalFlagManagementTest.class );
+        suite.addTestSuite( MavenITmng4600DependencyOptionalFlagManagementTest.class );*/
         suite.addTestSuite( MavenITmng4590ImportedPomUsesSystemPropertiesTest.class );
-        suite.addTestSuite( MavenITmng4586PluginPrefixResolutionFromVersionlessPluginMngtTest.class );
+/*        suite.addTestSuite( MavenITmng4586PluginPrefixResolutionFromVersionlessPluginMngtTest.class );
         suite.addTestSuite( MavenITmng4580ProjectLevelPluginDepUsedForCliInvocInReactorTest.class );
         suite.addTestSuite( MavenITmng4572ModelVersionSurroundedByWhitespaceTest.class );
         suite.addTestSuite( MavenITmng4561MirroringOfPluginRepoTest.class );
@@ -643,9 +643,9 @@ public class IntegrationTestSuite
         suite.addTestSuite( MavenITmng0731LegacyRepoLayoutTest.class );
         suite.addTestSuite( MavenITmng0680ParentBasedirTest.class );
         suite.addTestSuite( MavenITmng0674PluginParameterAliasTest.class );
-        suite.addTestSuite( MavenITmng0666IgnoreLegacyPomTest.class );
+        suite.addTestSuite( MavenITmng0666IgnoreLegacyPomTest.class );*/
         suite.addTestSuite( MavenITmng0557UserSettingsCliOptionTest.class );
-        suite.addTestSuite( MavenITmng0553SettingsAuthzEncryptionTest.class );
+/*        suite.addTestSuite( MavenITmng0553SettingsAuthzEncryptionTest.class );
         suite.addTestSuite( MavenITmng0522InheritedPluginMgmtConfigTest.class );
         suite.addTestSuite( MavenITmng0507ArtifactRelocationTest.class );
         suite.addTestSuite( MavenITmng0505VersionRangeTest.class );
@@ -710,7 +710,7 @@ public class IntegrationTestSuite
         suite.addTestSuite( MavenITmng6210CoreExtensionsCustomScopesTest.class );
         suite.addTestSuite( MavenITmng6352PrintVersionTest.class );
         suite.addTestSuite( MavenITmng6391PrintVersionTest.class );
-        suite.addTestSuite( MavenITmng6558ToolchainsBuildingEventTest.class );
+        suite.addTestSuite( MavenITmng6558ToolchainsBuildingEventTest.class );*/
         /*
          * Add tests in reverse alpha order above.
          */