Some finds regarding maven eclipse svn

2008-02-02 Thread Marshall Schor
Maven was built to expect a hierarchical (not flat) project / sub project structure. There are many fixes to maven that focus on making it work for flat (e.g. Eclipse-like) project structures. But some things appear not to work properly. See e.g. http://jira.codehaus.org/browse/MRELEASE-261

more maven conventions

2008-02-02 Thread Marshall Schor
The eclipse:eclipse plugin will take the maven artifactId and use it for the Eclipse Plugin ID The artifact id we use are things like uimaj-ep-debug. The eclipse plugin id is different:org.apache.uima.debug Any objection to my changing the artifact IDs in the POMs for our Eclipse plugins