[
https://issues.apache.org/jira/browse/UIMA-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marshall Schor closed UIMA-1594.
--------------------------------
Resolution: Fixed
Fix Version/s: 2.3S
> make sandbox assembly build like base and uima-as builds
> --------------------------------------------------------
>
> Key: UIMA-1594
> URL: https://issues.apache.org/jira/browse/UIMA-1594
> Project: UIMA
> Issue Type: Improvement
> Reporter: Marshall Schor
> Priority: Trivial
> Fix For: 2.3S
>
>
> Currently the base and uima-as builds work as follows:
> An aggregator POM lists the modules, and has common, factored-out things for
> the parts.
> An "assembly" pom is not an aggregator pom, and is just used for assembly.
> In the sandbox build, the SandboxDistr POM is an aggregator POM and the
> common factored-out parent for the sandbox projects, but the assembly pom is
> also an aggregator pom. So if you do
> cd SandboxDistr
> mvn install
> it build all the projects, and then if you do
> cd SandboxDistr/annotator-package (where the assembly pom is)
> mvn assembly:assembly
> it rebuilds (but doesn't install) all the sandbox projects. I've been
> working around this by coding
> mvn -N assembly:assembly
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.