You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2007/02/16 00:52:06 UTC

svn commit: r508241 - /maven/sandbox/plugins/maven-component-it-plugin/src/main/java/org/apache/maven/plugin/plugit/StagePluginMojo.java

Author: jdcasey
Date: Thu Feb 15 15:52:05 2007
New Revision: 508241

URL: http://svn.apache.org/viewvc?view=rev&rev=508241
Log:
Adding code to allow the testing version of the component to reference the main local repository as a remote repository, so snapshots that are installed locally but not yet deployed can be used from there.

Modified:
    maven/sandbox/plugins/maven-component-it-plugin/src/main/java/org/apache/maven/plugin/plugit/StagePluginMojo.java

Modified: maven/sandbox/plugins/maven-component-it-plugin/src/main/java/org/apache/maven/plugin/plugit/StagePluginMojo.java
URL: http://svn.apache.org/viewvc/maven/sandbox/plugins/maven-component-it-plugin/src/main/java/org/apache/maven/plugin/plugit/StagePluginMojo.java?view=diff&rev=508241&r1=508240&r2=508241
==============================================================================
--- maven/sandbox/plugins/maven-component-it-plugin/src/main/java/org/apache/maven/plugin/plugit/StagePluginMojo.java (original)
+++ maven/sandbox/plugins/maven-component-it-plugin/src/main/java/org/apache/maven/plugin/plugit/StagePluginMojo.java Thu Feb 15 15:52:05 2007
@@ -4,7 +4,6 @@
 import org.apache.maven.plugin.MojoExecutionException;
 import org.apache.maven.plugin.MojoFailureException;
 import org.apache.maven.shared.test.plugin.ComponentTestTool;
-import org.apache.maven.shared.test.plugin.PluginTestTool;
 import org.apache.maven.shared.test.plugin.TestToolsException;
 
 import java.io.File;
@@ -22,7 +21,7 @@
 public class StagePluginMojo
     extends AbstractMojo
 {
-
+    
     /**
      * Whether to allow the plugin's unit tests to run when the plugin jar is generated for 
      * installation in the test local repository. This should be false if your plugin's unit tests