Michael Baessler (JIRA) wrote:
> add API to build PEAR packages
> ------------------------------
>
> Key: UIMA-377
> URL: https://issues.apache.org/jira/browse/UIMA-377
> Project: UIMA
> Issue Type: New Feature
> Components: Core Java Framework
> Reporter: Michael Baessler
> Assigned To: Michael Baessler
> Priority: Minor
> Fix For: 2.2
>
>
> Currently pear packages can only be created when having the PearPackager plugin installed.
I would like to add a pear packager API to create pear files without using the pearPackager
eclipse plugin.
>
> Also I plan to create an ANT task to build pear packages directly in the build. I choose
ANT since I think it is more common. We can run it in our Maven build and annotator developers
can run it in their build as well even when they don't use Maven
I just want to get some other opinion about where to check-in the Java
class for the ANT task. The class has a dependency on uima_core and to
an ANT jar.
What do you think...
1) add it to the uima_core project where all the other pear stuff is
checked-in
2) add it to a new project in the sandbox
-- Michael
|