Interface ToDependencyPom


public interface ToDependencyPom
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    toPom(OutputStream out, PomOptions options)
    Create a pom with the repository as dependencies
  • Method Details

    • toPom

      void toPom(OutputStream out, PomOptions options) throws Exception
      Create a pom with the repository as dependencies
      Parameters:
      out - where it should be stored
      options - te options
      Throws:
      Exception