Class IvyConvertPom

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.ivy.ant.IvyTask
org.apache.ivy.ant.IvyConvertPom
All Implemented Interfaces:
Cloneable

public class IvyConvertPom extends IvyTask
Convert a pom to an ivy file
  • Constructor Details

    • IvyConvertPom

      public IvyConvertPom()
  • Method Details

    • getPomFile

      public File getPomFile()
    • setPomFile

      public void setPomFile(File file)
    • getIvyFile

      public File getIvyFile()
    • setIvyFile

      public void setIvyFile(File ivyFile)
    • doExecute

      public void doExecute() throws org.apache.tools.ant.BuildException
      Description copied from class: IvyTask
      The real logic of task execution after project has been set in the context. MUST be implemented by subclasses
      Specified by:
      doExecute in class IvyTask
      Throws:
      org.apache.tools.ant.BuildException - if something goes wrong