[ 
https://issues.apache.org/jira/browse/UIMA-2560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13628973#comment-13628973
 ] 

Marshall Schor commented on UIMA-2560:
--------------------------------------

re - class not found:

First of all, I cannot open the CDE in my workspace; it's not "installed".  So 
I'm guessing, that what you're doing is launching an "Eclipse application", and 
picking plugin-projects to be in it.  This simulates "installing" the plugins, 
but I believe does this by using the target/classes folder as the classpath.

The problem with this approach is that the construction of the uimaj-ep-runtime 
plugin only happens when the Jar is built (which never happens, currently, in 
the m2e builds).

One workaround may be to run the non-eclipse maven build for the 
uimaj-ep-runtime plugin (first doing a mvn install on all the projects it, in 
turn, needs (JARs for)).   This could work (?) if the launcher of the eclipse 
application can be configured to use the built JAR for uimaj-ep-runtime, 
instead of, or in addition to, the target/classes folder.

                
> Eclipse m2e complains about unmapped maven plugins
> --------------------------------------------------
>
>                 Key: UIMA-2560
>                 URL: https://issues.apache.org/jira/browse/UIMA-2560
>             Project: UIMA
>          Issue Type: Bug
>          Components: Build, Packaging and Test
>    Affects Versions: parent-pom-4
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>             Fix For: parent-pom-5
>
>
> Recent versions of Eclipse m2e complain about Maven plugins in the UIMA 
> master pom not being covered by m2e lifecycle plugins:
> * uima-build-helper-maven-plugin
> * maven-dependency-plugin
> Add m2e metadata to the master POM to handle these.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to