Good idea. So I closed eclipse, removed my "jcasgen-maven-plugin"
directory from my local repo ("rm -r
~/.m2/repository/org/cleartk/jcasgen-maven-plugin/"), started eclipse back
up. Then I tried maven -> update project, selected all projects,
proceeded.
Unfortunately, I end up with the same error.
Also, eclipse does find and download that plugin again.
MM190411-PC:apache_trunk mcoarr$ cd
~/.m2/repository/org/cleartk/jcasgen-maven-plugin/
MM190411-PC:jcasgen-maven-plugin mcoarr$ find .
.
./0.9.3
./0.9.3/_maven.repositories
./0.9.3/jcasgen-maven-plugin-0.9.3.jar
./0.9.3/jcasgen-maven-plugin-0.9.3.jar.sha1
./0.9.3/jcasgen-maven-plugin-0.9.3.pom
./0.9.3/jcasgen-maven-plugin-0.9.3.pom.sha1
./0.9.3/m2e-lastUpdated.properties
When eclipse is building, is there any way to get more detailed
information than just the "problem" view? When I open a "maven" console,
this remains blank.
Whereas, if I do Run As -> Maven BuildÅ -> set the "goals" to "compile" ->
run, I can then see the maven output on a console. And this build is
successful BTW.
Matt