On 5/24/2012 11:26 AM, Jörn Kottmann wrote:
+1 from me as well.
I checked the following files
uima-build-helper-maven-plugin-4-source-release.zip
uima-build-helper-maven-plugin-4.jar
uima-build-resources-4-source-release.zip
uima-build-resources-4.jar
for the mandatory LICENSE and NOTICE files.
The uima-build-resources-4.jar contains them twice
once as expected and then a version which ends on .vm,
don't know why this is. Should they be removed?
The reason is that the .vm ones are "velocity macros" (v m :-) ). The
uima-build-resources jar is where the templates for the LICENSE and NOTICE files
we use live; they live as .vm files. So, they must be there, so the maven
remote-resources plugin can find them.
Cheers. -Marshall
Jörn
On 05/22/2012 07:15 PM, Marshall Schor wrote:
This is mainly a re-release of the uima-build-helper-maven-plugin, which had
the wrong version released - see https://issues.apache.org/jira/browse/UIMA-2407
The re-release of this updates it to version 4. This, in turn, required the
parent-pom to be updated to depend on the new version 4. The parent-pom
already had a -SNAPSHOT dependency on the next to-be-released version of
uima-build-resources (which had changes to add trademark symbols on first
usage, into our docs). So that needed to be released as well (you can't
release something with a SNAPSHOT dependency).
So, I've staged all 3 components to
https://repository.apache.org/content/repositories/orgapacheuima-116/
The svn tags are:
https://svn.apache.org/repos/asf/uima/build/tags/parent-pom-4
https://svn.apache.org/repos/asf/uima/build/tags/uima-build-helper-maven-plugin-4
https://svn.apache.org/repos/asf/uima/build/tags/uima-build-resources-4
Please vote on release:
[ ] +1 OK to release
[ ] 0 Don't care
[ ] -1 Not ok to release, because ...
-Marshall