uk.ac.soton.itinnovation.grid.buildtools
Class ClasspathAdderMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by uk.ac.soton.itinnovation.grid.buildtools.ClasspathAdderMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ClasspathAdderMojo
extends org.apache.maven.plugin.AbstractMojo

Maven 2.0.5's jar builder adds broken classpaths. Work-around for http://jira.codehaus.org/browse/MNG-2456.


Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ClasspathAdderMojo()
           
 
Method Summary
 void execute()
           
static String getStringFromFile(File file)
           
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathAdderMojo

public ClasspathAdderMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException,
                    org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException

getStringFromFile

public static String getStringFromFile(File file)


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.