I want to use the Maven Embedder but I am having trouble with the online
example.
The dependencies I have on my project are:
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId>
<version>2.0.7</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-embedder</artifactId>
<version>2.0.4</version>
</dependency>
The example code seems to have classes that no longer exist I think. I don't
know exactly what dependencies are supposed to be used for that example
anyway, they are not documented.
Any help?