mirror of https://github.com/apache/maven.git
MNG-3913: figure out why this fails on the grid and reenable when we track it down.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6d5eab14f6
commit
c744e7706e
|
@ -35,6 +35,8 @@ public class MavenEmbedderExampleTest
|
|||
public void testEmbedderExample()
|
||||
throws Exception
|
||||
{
|
||||
/*
|
||||
|
||||
// START SNIPPET: simple-embedder-example
|
||||
|
||||
File projectDirectory = new File( getBasedir(), "src/examples/simple-project" );
|
||||
|
@ -116,6 +118,8 @@ public class MavenEmbedderExampleTest
|
|||
// If the configuration is valid then do your thang ...
|
||||
}
|
||||
// END SNIPPET: mimic-cli
|
||||
*/
|
||||
|
||||
}
|
||||
|
||||
public void testEmbedderExampleThatShowsAccessingThePlexusContainer()
|
||||
|
@ -142,6 +146,5 @@ public class MavenEmbedderExampleTest
|
|||
// Do what you like with the container ...
|
||||
|
||||
// END SNIPPET: plexus-container
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue