Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 15864 invoked from network); 25 Aug 2009 13:29:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Aug 2009 13:29:58 -0000 Received: (qmail 65579 invoked by uid 500); 25 Aug 2009 13:30:23 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 65528 invoked by uid 500); 25 Aug 2009 13:30:23 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 65520 invoked by uid 99); 25 Aug 2009 13:30:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 13:30:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Aug 2009 13:30:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 73EDA234C4AA for ; Tue, 25 Aug 2009 06:29:59 -0700 (PDT) Message-ID: <2015880209.1251206999473.JavaMail.jira@brutus> Date: Tue, 25 Aug 2009 06:29:59 -0700 (PDT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4267) Investigate why Derby 10.5.1.1 is not available in the maven2 repositories In-Reply-To: <1128834147.1244745187364.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-4267: ----------------------------------- Attachment: derby-4267-2a-using_ant_task.stat derby-4267-2a-using_ant_task.diff Patch 2a uses an ant task to simply copy the Derby jar files. The jar generated by maven is overwritten. This isn't exactly elegant... Note that you will get three warnings per artifact being built, and these are to be expected with the current patch. They can be ignored because these phases aren't needed, but I haven't found out how to suppress them: [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! ... [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! ... [WARNING] JAR will be empty - no content was marked for inclusion! To test, apply patch, make sure you have built the correct Derby jar files (insane by default), then go to maven2/ and type mvn : - package : builds the artifacts into the various target directories - install : builds the artifacts and installs into the local repository (~/.m2/repository/org/apache/derby/[artifactId] on *nix) If you grep for "RELEASE_DATA" in the files in the maven2 dir, you can see the values you have to change to generate release artifacts. Currently there are two occurences: - the Derby version - user credentials to deploy to Apache maven2 site I still feel I don't have enough confidence in this patch, mostly based on the fact that I don't know Maven very well, so I'd like at least one other person to sanity check the patch (metadata, generated artifacts, deploy site, etc.). Patch 2a ready for review. > Investigate why Derby 10.5.1.1 is not available in the maven2 repositories > -------------------------------------------------------------------------- > > Key: DERBY-4267 > URL: https://issues.apache.org/jira/browse/DERBY-4267 > Project: Derby > Issue Type: Task > Components: Build tools > Affects Versions: 10.5.1.1, 10.6.0.0 > Reporter: H.-Dirk Schmitt > Attachments: derby-4267-1a-maven2.diff, derby-4267-1a-maven2.stat, derby-4267-2a-using_ant_task.diff, derby-4267-2a-using_ant_task.stat, maven2.zip > > > Only 10.4.2.0 and older are available in the maven 2 repositories. > May you please also provide the new version. > Please see also https://issues.apache.org/jira/browse/DERBY-4220 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.