You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by lc...@apache.org on 2011/12/20 14:21:45 UTC

svn commit: r1221270 - in /incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/src/main: groovy/npanday/plugin/customlifecycle/SetArtifactMojo.java java/npanday/plugin/customLifecycle/SetArtifactMojo.java

Author: lcorneliussen
Date: Tue Dec 20 14:21:45 2011
New Revision: 1221270

URL: http://svn.apache.org/viewvc?rev=1221270&view=rev
Log:
Somehow a mojo from custom-lifecycle-plugin had a uppercase L in the package name

Added:
    incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/src/main/groovy/npanday/plugin/customlifecycle/SetArtifactMojo.java   (contents, props changed)
      - copied, changed from r1221137, incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/src/main/java/npanday/plugin/customLifecycle/SetArtifactMojo.java
Removed:
    incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/src/main/java/npanday/plugin/customLifecycle/SetArtifactMojo.java

Copied: incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/src/main/groovy/npanday/plugin/customlifecycle/SetArtifactMojo.java (from r1221137, incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/src/main/java/npanday/plugin/customLifecycle/SetArtifactMojo.java)
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/src/main/groovy/npanday/plugin/customlifecycle/SetArtifactMojo.java?p2=incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/src/main/groovy/npanday/plugin/customlifecycle/SetArtifactMojo.java&p1=incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/src/main/java/npanday/plugin/customLifecycle/SetArtifactMojo.java&r1=1221137&r2=1221270&rev=1221270&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/src/main/java/npanday/plugin/customLifecycle/SetArtifactMojo.java (original)
+++ incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/src/main/groovy/npanday/plugin/customlifecycle/SetArtifactMojo.java Tue Dec 20 14:21:45 2011
@@ -16,10 +16,9 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package npanday.plugin.customLifecycle;
+package npanday.plugin.customlifecycle;
 
 import npanday.ArtifactType;
-import npanday.ArtifactTypeHelper;
 import org.apache.maven.plugin.AbstractMojo;
 import org.apache.maven.plugin.MojoExecutionException;
 import org.apache.maven.plugin.MojoFailureException;

Propchange: incubator/npanday/trunk/plugins/custom-lifecycle-maven-plugin/src/main/groovy/npanday/plugin/customlifecycle/SetArtifactMojo.java
------------------------------------------------------------------------------
    svn:eol-style = native