Maven xxx-src.jar files do not contain resources ------------------------------------------------
Key: LUCENE-3561 URL: https://issues.apache.org/jira/browse/LUCENE-3561 Project: Lucene - Java Issue Type: Bug Components: general/build Affects Versions: 3.4, 4.0 Reporter: Uwe Schindler Assignee: Uwe Schindler Fix For: 3.5, 4.0 When building src.jar files for maven deploy, they miss resources, so analyzers-sommon-src.jar is useless. The attached patch will fix this. The only backside is: The globmapper hack does not work with <jar/>, so i used the new ANT 1.7.1 attribute erroronmissingdir="no" on the <fileset>s I also upgraded BUILD.txt, which were missing even java 1.6 in trunk! -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org