aQute.bnd.maven.support
Class Maven
java.lang.Object
aQute.bnd.maven.support.Maven
public class Maven
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Maven
public Maven(Executor executor)
getPom
public CachedPom getPom(String groupId,
String artifactId,
String version,
URI... extra)
throws Exception
- Throws:
Exception
getEntry
public MavenEntry getEntry(String groupId,
String artifactId,
String version)
throws Exception
- Parameters:
groupId
- artifactId
- version
- extra
-
- Returns:
-
- Throws:
Exception
schedule
public void schedule(Runnable runnable)
createProjectModel
public ProjectPom createProjectModel(File file)
throws Exception
- Throws:
Exception
getEntry
public MavenEntry getEntry(Pom pom)
throws Exception
- Throws:
Exception
setM2
public void setM2(File dir)
Copyright © 2012 aQute SARL. All Rights Reserved.