Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B65C17C7D for ; Sat, 5 Nov 2011 19:51:13 +0000 (UTC) Received: (qmail 49704 invoked by uid 500); 5 Nov 2011 19:51:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 49634 invoked by uid 500); 5 Nov 2011 19:51:12 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 49627 invoked by uid 99); 5 Nov 2011 19:51:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2011 19:51:12 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Nov 2011 19:51:11 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6A7F83711F for ; Sat, 5 Nov 2011 19:50:51 +0000 (UTC) Date: Sat, 5 Nov 2011 19:50:51 +0000 (UTC) From: "Uwe Schindler (Created) (JIRA)" To: dev@lucene.apache.org Message-ID: <962653936.3629.1320522651437.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (LUCENE-3561) Maven xxx-src.jar files do not contain resources MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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 , so i used the new ANT 1.7.1 attribute erroronmissingdir="no" on the 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-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org