If some classes (e.g., class A belongs to uimaj-core project) in Eclipse's UIMA runtime plugin are modified, what are the steps to rebuild this plugin ? Do the following steps work (most likely not) ? - cd uimaj-core - mvn install - cd ../uimaj-ep-runtime - mvn install
- Tong