mirror of https://github.com/apache/maven.git
o fixing imports
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@494649 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
788bfe97b1
commit
e189ad21fb
|
@ -1,10 +1,11 @@
|
|||
package org.apache.maven.integrationtests;
|
||||
|
||||
import org.apache.maven.it.Verifier;
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* #it0104 Commenting out, not fixed until post-2.0.4, due to dependency on new plexus-container-default version.
|
||||
*/
|
||||
/** #it0104 Commenting out, not fixed until post-2.0.4, due to dependency on new plexus-container-default version. */
|
||||
public class MavenIT0110PluginDependenciesComeFromPluginReposTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
@ -17,7 +18,8 @@ public class MavenIT0110PluginDependenciesComeFromPluginReposTest
|
|||
public void testit0110()
|
||||
throws Exception
|
||||
{
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0110-pluginDependenciesComeFromPluginRepos" );
|
||||
File testDir =
|
||||
ResourceExtractor.simpleExtractResources( getClass(), "/it0110-pluginDependenciesComeFromPluginRepos" );
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
verifier.executeGoal( "clean" );
|
||||
verifier.verifyErrorFreeLog();
|
||||
|
|
|
@ -2,9 +2,10 @@ package org.apache.maven.integrationtests;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* #it0104 Commenting out, not fixed until post-2.0.4, due to dependency on new plexus-container-default version.
|
||||
*/
|
||||
import org.apache.maven.it.Verifier;
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/** #it0104 Commenting out, not fixed until post-2.0.4, due to dependency on new plexus-container-default version. */
|
||||
public class MavenIT0111PluginsThatRequireAResourceFromAnExtensionTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
@ -17,7 +18,8 @@ public class MavenIT0111PluginsThatRequireAResourceFromAnExtensionTest
|
|||
public void testit0111()
|
||||
throws Exception
|
||||
{
|
||||
File testDir = ResourceExtractor.simpleExtractResources( getClass(), "/it0111-pluginThatRequiresResourceFromAnExtension" );
|
||||
File testDir =
|
||||
ResourceExtractor.simpleExtractResources( getClass(), "/it0111-pluginThatRequiresResourceFromAnExtension" );
|
||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||
verifier.executeGoal( "install" );
|
||||
verifier.verifyErrorFreeLog();
|
||||
|
|
Loading…
Reference in New Issue