Package aQute.bnd.service.maven
Interface ToDependencyPom
-
public interface ToDependencyPom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
toPom(java.io.OutputStream out, PomOptions options)
Create a pom with the repository as dependencies
-
-
-
Method Detail
-
toPom
void toPom(java.io.OutputStream out, PomOptions options) throws java.lang.Exception
Create a pom with the repository as dependencies- Parameters:
out
- where it should be storedoptions
- te options- Throws:
java.lang.Exception
-
-