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/07/13 05:16:42 UTC

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

Author: jdcasey
Date: Thu Jul 12 20:16:41 2007
New Revision: 555854

URL: http://svn.apache.org/viewvc?view=rev&rev=555854
Log:
Changing the pomFile parameter to allow configuration of it, for installing other components during an integration test.

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

Modified: maven/sandbox/trunk/plugins/maven-component-it-plugin/src/main/java/org/apache/maven/plugin/plugit/StagePluginMojo.java
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-component-it-plugin/src/main/java/org/apache/maven/plugin/plugit/StagePluginMojo.java?view=diff&rev=555854&r1=555853&r2=555854
==============================================================================
--- maven/sandbox/trunk/plugins/maven-component-it-plugin/src/main/java/org/apache/maven/plugin/plugit/StagePluginMojo.java (original)
+++ maven/sandbox/trunk/plugins/maven-component-it-plugin/src/main/java/org/apache/maven/plugin/plugit/StagePluginMojo.java Thu Jul 12 20:16:41 2007
@@ -54,7 +54,6 @@
      * 
      * @parameter default-value="${project.file}"
      * @required
-     * @readonly
      */
     private File pomFile;