mirror of
https://github.com/apache/maven.git
synced 2025-03-08 01:30:33 +00:00
3 ITs are now ok with maven-reporting-exec 1.1 used by maven-site-plugin
3.2
This commit is contained in:
parent
58ecd1aad6
commit
8e49ef17ed
@ -109,13 +109,14 @@ public static Test suite()
|
||||
//suite.addTestSuite( MavenITmng5208EventSpyParallelTest.class );
|
||||
|
||||
|
||||
// -------------------------------------------------------------------------------------------------------------
|
||||
// These do not work as a result of the Eclipse Aether change. They are directly using the Site and Dependency plugins
|
||||
//
|
||||
//MavenITmng3743ForkWithPluginManagementTest>AbstractMavenIntegrationTestCase.runTest:220->testitMNG3743:58 » Verification
|
||||
//MavenITmng3703ExecutionProjectWithRelativePathsTest>AbstractMavenIntegrationTestCase.runTest:220->testForkFromReport:86 » Verification
|
||||
//MavenITmng3684BuildPluginParameterTest>AbstractMavenIntegrationTestCase.runTest:220->testitMNG3684:63 » Verification
|
||||
// -------------------------------------------------------------------------------------------------------------
|
||||
//MavenITmng3372DirectInvocationOfPluginsTest>AbstractMavenIntegrationTestCase.runTest:220->testDependencyTreeInvocation:83 » Verification
|
||||
//suite.addTestSuite( MavenITmng3372DirectInvocationOfPluginsTest.class ); dependency:tree requires maven-dependency-tree 2.1
|
||||
//MavenITmng5019StringBasedCompLookupFromChildPluginRealmTest>AbstractMavenIntegrationTestCase.runTest:220->testit:56 ? Verification
|
||||
//suite.addTestSuite( MavenITmng5019StringBasedCompLookupFromChildPluginRealmTest.class );
|
||||
|
||||
suite.addTestSuite( MavenITmng5445LegacyStringSearchModelInterpolatorTest.class );
|
||||
suite.addTestSuite( MavenITmng5387ArtifactReplacementPlugin.class );
|
||||
suite.addTestSuite( MavenITmng5382Jsr330Plugin.class );
|
||||
|
@ -36,7 +36,7 @@ public class MavenITmng3372DirectInvocationOfPluginsTest
|
||||
|
||||
public MavenITmng3372DirectInvocationOfPluginsTest()
|
||||
{
|
||||
super( "(2.0.5,3.1-SNAPSHOT)" );
|
||||
super( "(2.0.5,)" );
|
||||
}
|
||||
|
||||
public void testitMNG3372()
|
||||
|
@ -36,7 +36,7 @@ public class MavenITmng3684BuildPluginParameterTest
|
||||
{
|
||||
public MavenITmng3684BuildPluginParameterTest()
|
||||
{
|
||||
super( "(2.0.9,3.1-SNAPSHOT)" );
|
||||
super( "(2.0.9,)" );
|
||||
}
|
||||
|
||||
public void testitMNG3684 ()
|
||||
|
@ -36,7 +36,7 @@ public class MavenITmng3703ExecutionProjectWithRelativePathsTest
|
||||
{
|
||||
public MavenITmng3703ExecutionProjectWithRelativePathsTest()
|
||||
{
|
||||
super( "[2.1.0-M1,3.1-SNAPSHOT)" ); // only test in 2.1.0+
|
||||
super( "[2.1.0-M1,)" ); // only test in 2.1.0+
|
||||
}
|
||||
|
||||
public void testForkFromMojo()
|
||||
|
@ -7,6 +7,21 @@
|
||||
<version>1</version>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>3.2</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.reporting</groupId>
|
||||
<artifactId>maven-reporting-exec</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.its.mng3684</groupId>
|
||||
|
@ -15,6 +15,21 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>3.2</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.reporting</groupId>
|
||||
<artifactId>maven-reporting-exec</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.its.mng3703</groupId>
|
||||
|
@ -23,6 +23,17 @@
|
||||
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>3.2</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.reporting</groupId>
|
||||
<artifactId>maven-reporting-exec</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.its.mng3743</groupId>
|
||||
<artifactId>mavenit-mng3743-check-plugin</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user