mirror of https://github.com/apache/maven.git
fixed javadocs missing Jira issue link
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1165035 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0670b074f8
commit
397c95bcd5
|
@ -26,9 +26,10 @@ import java.io.File;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Test that dependencies order in classpath matches pom.xml.
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-1349">MNG-1349</a>:
|
||||
* it tests that dependencies order in classpath matches <code>pom.xml</code>.
|
||||
*
|
||||
* @author <a href="mailto:hboutemy@apache.org">Herve Boutemy</a>
|
||||
* @author <a href="mailto:hboutemy@apache.org">Hervé Boutemy</a>
|
||||
*
|
||||
*/
|
||||
public class MavenITmng1412DependenciesOrderTest
|
||||
|
|
|
@ -25,6 +25,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-1491">MNG-1491</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng1491ReactorArtifactIdCollisionTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -24,6 +24,11 @@ import java.io.File;
|
|||
import org.apache.maven.it.Verifier;
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-1493">MNG-1493</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng1493NonStandardModulePomNamesTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -26,8 +26,9 @@ import org.apache.maven.it.Verifier;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* Simple IT test invoking maven in a reactor with 2 projects.
|
||||
* First project produced a test-jar, which is required to
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-2045">MNG-2045</a>:
|
||||
* Simple IT test invoking maven in a reactor with 2 projects --
|
||||
* first project produces a test-jar, which is required to
|
||||
* compile second project.
|
||||
*
|
||||
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
||||
|
|
|
@ -24,6 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-2052">MNG-2052</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng2052InterpolateWithSettingsProfilePropertiesTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -25,6 +25,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
import java.io.File;
|
||||
import java.util.Properties;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-2136">MNG-2136</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng2136ActiveByDefaultProfileTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -26,9 +26,10 @@ import org.apache.maven.it.Verifier;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* Test that pom.xml encoding is properly detected.
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-2254">MNG-2254</a>:
|
||||
* it tests that pom.xml encoding is properly detected.
|
||||
*
|
||||
* @author <a href="mailto:herve.boutemy@free.fr">Herve Boutemy</a>
|
||||
* @author <a href="mailto:herve.boutemy@free.fr">Hervé Boutemy</a>
|
||||
*
|
||||
*/
|
||||
public class MavenITmng2254PomEncodingTest
|
||||
|
|
|
@ -25,8 +25,10 @@ import org.apache.maven.it.Verifier;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-2277">MNG-2277</a>.
|
||||
*
|
||||
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng2277AggregatorAndResolutionPluginsTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
|
|
|
@ -24,6 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-2339">MNG-2339</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng2339BadProjectInterpolationTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -24,6 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-2539">MNG-2539</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng2539PluginDependenciesComeFromPluginReposTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -27,6 +27,11 @@ import java.util.Date;
|
|||
import java.util.Properties;
|
||||
import java.text.SimpleDateFormat;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-2562">MNG-2562</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng2562TimestampTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -24,6 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-2668">MNG-2668</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng2668UsePluginDependenciesForSortingTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -24,6 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-2831">MNG-2831</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng2831CustomArtifactHandlerAndCustomLifecycleTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -25,6 +25,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
import java.io.File;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-2861">MNG-2861</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng2861RelocationsAndRangesTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -29,14 +29,7 @@ import java.util.Iterator;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* This is a sample integration test. The IT tests typically
|
||||
* operate by having a sample project in the
|
||||
* /src/test/resources folder along with a junit test like
|
||||
* this one. The junit test uses the verifier (which uses
|
||||
* the invoker) to invoke a new instance of Maven on the
|
||||
* project in the resources folder. It then checks the
|
||||
* results. This is a non-trivial example that shows two
|
||||
* phases. See more information inline in the code.
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-2883">MNG-2883</a>.
|
||||
*
|
||||
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
||||
*
|
||||
|
|
|
@ -25,7 +25,8 @@ import org.apache.maven.it.Verifier;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* Test that profiles with multiple activators are activated
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3106">MNG-3106</a>:
|
||||
* it tests that profiles with multiple activators are activated
|
||||
* when any of the activators are on.
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -27,6 +27,11 @@ import java.io.File;
|
|||
import java.util.Iterator;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3220">MNG-3220</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3220ImportScopeTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -24,6 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3221">MNG-3221</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3221InfiniteForkingTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -24,6 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3268">MNG-3268</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3268MultipleDashPCommandLineTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -25,7 +25,8 @@ import org.apache.maven.it.Verifier;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* Integration test to check MNG-3284 - that explicitly defined plugins are used, not the one that is cached.
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3284">MNG-3284</a>:
|
||||
* that explicitly defined plugins are used, not the one that is cached.
|
||||
*/
|
||||
public class MavenITmng3284UsingCachedPluginsTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
|
|
|
@ -25,14 +25,7 @@ import org.apache.maven.it.Verifier;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* This is a sample integration test. The IT tests typically
|
||||
* operate by having a sample project in the
|
||||
* /src/test/resources folder along with a junit test like
|
||||
* this one. The junit test uses the verifier (which uses
|
||||
* the invoker) to invoke a new instance of Maven on the
|
||||
* project in the resources folder. It then checks the
|
||||
* results. This is a non-trivial example that shows two
|
||||
* phases. See more information inline in the code.
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3331">MNG-3331</a>.
|
||||
*
|
||||
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
||||
*
|
||||
|
|
|
@ -24,6 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3355">MNG-3355</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3355TranslatedPathInterpolationTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -26,17 +26,9 @@ import java.io.File;
|
|||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
* This is a sample integration test. The IT tests typically
|
||||
* operate by having a sample project in the
|
||||
* /src/test/resources folder along with a junit test like
|
||||
* this one. The junit test uses the verifier (which uses
|
||||
* the invoker) to invoke a new instance of Maven on the
|
||||
* project in the resources folder. It then checks the
|
||||
* results. This is a non-trivial example that shows two
|
||||
* phases. See more information inline in the code.
|
||||
*
|
||||
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3372">MNG-3372</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3372DirectInvocationOfPluginsTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
|
|
|
@ -28,7 +28,8 @@ import java.util.Iterator;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Check that plugin versions in the POM obey the correct order
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3394">MNG-3394</a>:
|
||||
* it checks that plugin versions in the POM obey the correct order
|
||||
* of precedence. Specifically, that mojos in the default lifecycle
|
||||
* bindings can find plugin versions in the pluginManagement section
|
||||
* when the build/plugins section is missing that plugin, and that
|
||||
|
|
|
@ -24,6 +24,11 @@ import java.io.File;
|
|||
import org.apache.maven.it.Verifier;
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3396">MNG-3396</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3396DependencyManagementForOverConstrainedRangesTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -39,17 +39,9 @@ import org.mortbay.jetty.Server;
|
|||
import org.mortbay.jetty.handler.AbstractHandler;
|
||||
|
||||
/**
|
||||
* This is a sample integration test. The IT tests typically
|
||||
* operate by having a sample project in the
|
||||
* /src/test/resources folder along with a junit test like
|
||||
* this one. The junit test uses the verifier (which uses
|
||||
* the invoker) to invoke a new instance of Maven on the
|
||||
* project in the resources folder. It then checks the
|
||||
* results. This is a non-trivial example that shows two
|
||||
* phases. See more information inline in the code.
|
||||
*
|
||||
* @author <a href="mailto:brianf@apache.org">Brian Fox</a>
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3415">MNG-3415</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3415JunkRepositoryMetadataTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
|
|
|
@ -25,7 +25,8 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
import java.io.File;
|
||||
|
||||
/**
|
||||
* Tests that the PluginDescriptor.getArtifacts() call returns all of the dependencies of the plugin,
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3428">MNG-3428</a>:
|
||||
* it tests that the PluginDescriptor.getArtifacts() call returns all of the dependencies of the plugin,
|
||||
* not just those that made it past the filter excluding Maven's core artifacts.
|
||||
*/
|
||||
public class MavenITmng3428PluginDescriptorArtifactsIncompleteTest
|
||||
|
|
|
@ -30,6 +30,11 @@ import java.io.File;
|
|||
import java.io.FileReader;
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3441">MNG-3441</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3441MetadataUpdatedFromDeploymentRepositoryTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -24,6 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3485">MNG-3485</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3485OverrideWagonExtensionTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -24,6 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3535">MNG-3535</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3535SelfReferentialPropertiesTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -24,6 +24,11 @@ import org.apache.maven.it.Verifier;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3536">MNG-3536</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3536AppendedAbsolutePathsTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -25,7 +25,8 @@ import org.apache.maven.it.Verifier;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* Test activation and deactivation of profiles.
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3545">MNG-3545</a>:
|
||||
* it tests activation and deactivation of profiles.
|
||||
*
|
||||
*/
|
||||
public class MavenITmng3545ProfileDeactivationTest
|
||||
|
|
|
@ -24,6 +24,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
|
||||
import java.io.File;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3581">MNG-3581</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3581PluginUsesWagonDependencyTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -25,6 +25,11 @@ import org.apache.maven.it.util.ResourceExtractor;
|
|||
import java.io.File;
|
||||
import java.util.Properties;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3600">MNG-3600</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3600DeploymentModeDefaultsTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -27,7 +27,8 @@ import java.util.regex.Pattern;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* MNG-3641 - Profile activation warning test
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3641">MNG-3641</a>:
|
||||
* Profile activation warning test
|
||||
*/
|
||||
public class MavenITmng3641ProfileActivationWarningTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
|
|
|
@ -34,6 +34,11 @@ import org.mortbay.jetty.Request;
|
|||
import org.mortbay.jetty.Server;
|
||||
import org.mortbay.jetty.handler.AbstractHandler;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3652">MNG-3652</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
*/
|
||||
public class MavenITmng3652UserAgentHeaderTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
{
|
||||
|
|
|
@ -25,7 +25,8 @@ import org.apache.maven.it.Verifier;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* Checks that a plugin execution with an id that contains an expression will
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3679">MNG-3679</a>:
|
||||
* it checks that a plugin execution with an id that contains an expression will
|
||||
* still execute without a problem.
|
||||
*
|
||||
* @author jdcasey
|
||||
|
|
|
@ -25,6 +25,7 @@ import org.apache.maven.it.Verifier;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3684">MNG-3684</a>:
|
||||
* Verify that the Build instance injected as a plugin parameter contains
|
||||
* interpolated values for things like the various build paths, etc.
|
||||
*
|
||||
|
|
|
@ -26,7 +26,8 @@ import org.apache.maven.it.util.FileUtils;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* Test that changes to a project's POM file reference (MavenProject.setFile(..))
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3693">MNG-3693</a>:
|
||||
* it tests that changes to a project's POM file reference (MavenProject.setFile(..))
|
||||
* doesn't affect the basedir of the project instance for using that project's classes directory
|
||||
* in the classpath of another project's build...this happens when both projects are
|
||||
* built in the same reactor, and one project depends on the other.
|
||||
|
|
|
@ -25,6 +25,7 @@ import org.apache.maven.it.Verifier;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-3694">MNG-3694</a>:
|
||||
* Verify that any plugin injecting reactorProjects gets project instances that
|
||||
* have their concrete state calculated.
|
||||
*
|
||||
|
|
|
@ -27,7 +27,8 @@ import java.util.Properties;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* MNG-4091 - Bad plugin descriptor error handling
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-4091">MNG-4091</a>:
|
||||
* Bad plugin descriptor error handling
|
||||
*/
|
||||
public class MavenITmng4091BadPluginDescriptorTest
|
||||
extends AbstractMavenIntegrationTestCase
|
||||
|
|
|
@ -25,7 +25,9 @@ import java.util.Properties;
|
|||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-4189">MNG-4189</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
* @author <a href="mailto:oching@apache.org">Maria Odea Ching</a>
|
||||
*/
|
||||
public class MavenITmng4189UniqueVersionSnapshotTest
|
||||
|
|
|
@ -24,6 +24,9 @@ import java.io.File;
|
|||
*/
|
||||
|
||||
/**
|
||||
* This is a test set for <a href="http://jira.codehaus.org/browse/MNG-4633">MNG-4633</a>.
|
||||
*
|
||||
* @version $Id$
|
||||
* @author Kristian Rosenvold
|
||||
*/
|
||||
public class MavenITmng4633DualCompilerExecutionsWeaveModeTest
|
||||
|
|
Loading…
Reference in New Issue