Hi guys,
Is there a way to instantiate a maven project process in the in my java
program? I mean is it possible to do something like this:
public static void main(String[] args) {
MavenProject mavenProject = new MavenProject(new Model());
ProjectExecutor executor = new ProjectExecutor();
executor.execute(mavenProject); //this is supposed to start in a
separate thread.
}
Of course I know there's no such thing as the ProjectExecutor, what I am
asking is - what is the way to execute a MavenProject object in
my code?
Thank you.
--
Regards, Petar!
Karlovo, Bulgaria.