hmmm, I don't understand this. Maven analyzes the dependencies of things being built together, and orders the build of the modules to insure that things "depended on" are built ahead of the things that depend on them.
This ordering in the aggregate-addons is not needed. I do see another error in the setup, I think. The version of "Maven" picked is "latest", which is set to 2.2.1, but we require 3.0.0 or greater. You can see version 2.2.1 being selected in the console output. -Marshall On 3/27/2011 4:52 AM, Tommaso Teofili (JIRA) wrote: > Tagger must be built after WhitespaceTokenizer in aggregate-addons > ------------------------------------------------------------------ > > Key: UIMA-2104 > URL: https://issues.apache.org/jira/browse/UIMA-2104 > Project: UIMA > Issue Type: Bug > Reporter: Tommaso Teofili > Assignee: Tommaso Teofili > > > The module list specifies Tagger before WhitespaceTokenizer (alphabetical > order) but WhitespaceTokenizer should be installed first since Tagger has a > dependency on it and in an empty (offline) Maven repo that dependency cannot > be satisfied. Need to set Tagger just after WhitespaceTokenizer in > aggregate-addons pom.xml > > -- > This message is automatically generated by JIRA. > For more information on JIRA, see: http://www.atlassian.com/software/jira > >
