On 14.05.2013 01:23, Marshall Schor wrote: > In one of the plugin builds, there are a bunch of included JARs which are > being > unpacked into the same spot, .../target/classes. > > Because of this, any embedded license info in those Jars, which might be in a > common spot, could be potentially overlayed. I think I checked that we had > collected all of the unique ones into the overall license/notice files in the > manifest, when reviewing the last release. Have any of the dependent Jars > being > unpacked, changed since then (or are there new ones)?
The license/notice files should be up-to-date. I think I did something in the last release in order to update the license file after the stuff with the dependencies. No dependencies to foreign licenses have been added, only commons-io (ASL 2.0). > It would be good to move (soon) to an approach which avoided unpacking the > JARs :-) yes :-) Peter > -Marshall > > On 5/7/2013 7:12 AM, Peter Klügl wrote: >> Hi, >> >> the second release candidate of the sandbox project Apache UIMA Ruta >> v2.0.1 is ready for voting. >> >> Changes in RC2 vs RC1: >> - updated composite repository is provided >> - small bug fixed: UIMA-2875 >> >> Staging repository: >> https://repository.apache.org/content/repositories/orgapacheuima-015/ >> >> SVN tag: >> https://svn.apache.org/repos/asf/uima/sandbox/ruta/tags/ruta-2.0.1-rc2 >> >> Composite repository: >> https://dist.apache.org/repos/dist/dev/uima/eclipse-update-site >> >> Archive with all sources: >> http://people.apache.org/~pkluegl/uima-releases/ruta-2.0.1-rc2/ruta-2.0.1-source-release.zip >> >> The issues fixed are in the RELEASE_NOTES.html. >> They can also be found here: >> https://issues.apache.org/jira/issues/?jql=project%20%3D%20UIMA%20AND%20fixVersion%20%3D%20%222.0.1ruta%22%20AND%20component%20%3D%20ruta%20AND%20status%20in%20(Resolved%2C%20Closed)%20ORDER%20BY%20priority%20DESC >> >> ONLY FOR REVIEWING: >> >> Single eclipse update site >> http://people.apache.org/~pkluegl/uima-releases/ruta-2.0.1-rc2/ruta-2.0.1 >> >> Documentation (pdf file): >> http://people.apache.org/~pkluegl/uima-releases/ruta-2.0.1-rc2/tools.ruta.book.pdf >> >> >> Please vote on release: >> >> [ ] +1 OK to release >> [ ] 0 Don't care >> [ ] -1 Not OK to release, because ... >> >> Thanks. >> >> Peter >>
