Return-Path: Delivered-To: apmail-buildr-commits-archive@www.apache.org Received: (qmail 25086 invoked from network); 23 Oct 2010 15:22:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Oct 2010 15:22:48 -0000 Received: (qmail 53946 invoked by uid 500); 23 Oct 2010 15:22:48 -0000 Delivered-To: apmail-buildr-commits-archive@buildr.apache.org Received: (qmail 53921 invoked by uid 500); 23 Oct 2010 15:22:48 -0000 Mailing-List: contact commits-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@buildr.apache.org Delivered-To: mailing list commits@buildr.apache.org Received: (qmail 53914 invoked by uid 500); 23 Oct 2010 15:22:48 -0000 Delivered-To: apmail-incubator-buildr-commits@incubator.apache.org Received: (qmail 53911 invoked by uid 99); 23 Oct 2010 15:22:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Oct 2010 15:22:48 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Oct 2010 15:22:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9NFMOYx001872 for ; Sat, 23 Oct 2010 15:22:24 GMT Message-ID: <21607053.42261287847344830.JavaMail.jira@thor> Date: Sat, 23 Oct 2010 11:22:24 -0400 (EDT) From: "Alex Boisvert (JIRA)" To: buildr-commits@incubator.apache.org Subject: [jira] Resolved: (BUILDR-543) POMs are installed and uploaded twice when using artifacts with classifier In-Reply-To: <28156564.37351287793879487.JavaMail.jira@thor> 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/BUILDR-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Boisvert resolved BUILDR-543. ---------------------------------- Resolution: Fixed > POMs are installed and uploaded twice when using artifacts with classifier > -------------------------------------------------------------------------- > > Key: BUILDR-543 > URL: https://issues.apache.org/jira/browse/BUILDR-543 > Project: Buildr > Issue Type: Bug > Affects Versions: 1.4.3 > Reporter: Alex Boisvert > Assignee: Alex Boisvert > Fix For: 1.4.4 > > > stephen@sh7 pageobjects master]$ buildr --version > Buildr 1.4.3 > [stephen@sh7 pageobjects master]$ buildr clean install > (in /home/stephen/exigence/pageobjects, development) > Cleaning pageobjects > Building pageobjects > [ivy_resolve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ :: > [ivy_resolve] :: loading settings :: file = /home/stephen/exigence/pageobjects/ivysettings.xml > [ivy_resolve] :: resolving dependencies :: com.bizo#pageobjects;1.0-SNAPSHOT > [ivy_resolve] confs: [default, compile, sources] > [ivy_resolve] found org.seleniumhq.selenium#selenium;r9790 in default > [ivy_resolve] found com.google.guava#guava;r07 in public > [ivy_resolve] found org.json#json;20090211 in public > [ivy_resolve] found junit#junit;4.8.1 in default > [ivy_resolve] :: resolution report :: resolve 2670ms :: artifacts dl 13ms > --------------------------------------------------------------------- > | | modules || artifacts | > | conf | number| search|dwnlded|evicted|| number|dwnlded| > --------------------------------------------------------------------- > | default | 4 | 2 | 0 | 0 || 4 | 0 | > | compile | 4 | 2 | 0 | 0 || 4 | 0 | > | sources | 2 | 2 | 0 | 0 || 2 | 0 | > --------------------------------------------------------------------- > Calling '0' post_resolve tasks for 'pageobjects' > Ivy adding compile dependencies 'compile' to project 'pageobjects' > Compiling pageobjects into /home/stephen/exigence/pageobjects/target/classes > Ivy adding test dependencies ', compile' to project 'pageobjects' > Adding manifest entries to package '/home/stephen/exigence/pageobjects/target/pageobjects-1.0-SNAPSHOT.jar' > Packaging pageobjects > Packaging pageobjects-1.0-SNAPSHOT.jar > Packaging pageobjects-1.0-SNAPSHOT-sources.jar > Running integration tests... > Installing packages from pageobjects > Installed /home/stephen/exigence/pageobjects/target/pageobjects-1.0-SNAPSHOT.pom to /home/stephen/.m2/repository/com/bizo/pageobjects/1.0-SNAPSHOT/pageobjects-1.0-SNAPSHOT.pom > Installed /home/stephen/exigence/pageobjects/target/pageobjects-1.0-SNAPSHOT.jar to /home/stephen/.m2/repository/com/bizo/pageobjects/1.0-SNAPSHOT/pageobjects-1.0-SNAPSHOT.jar > Installed /home/stephen/exigence/pageobjects/target/pageobjects-1.0-SNAPSHOT.pom to /home/stephen/.m2/repository/com/bizo/pageobjects/1.0-SNAPSHOT/pageobjects-1.0-SNAPSHOT.pom > Installed /home/stephen/exigence/pageobjects/target/pageobjects-1.0-SNAPSHOT-sources.jar to /home/stephen/.m2/repository/com/bizo/pageobjects/1.0-SNAPSHOT/pageobjects-1.0-SNAPSHOT-sources.jar > Completed in 5.576s > [stephen@sh7 pageobjects master]$ cat buildfile > require 'buildr/ivy_extension' > VERSION_NUMBER = ENV['revision'] || '1.0-SNAPSHOT' > repositories.remote << "http://www.ibiblio.org/maven2/" > repositories.release_to = 'sftp://joist.ws/var/joist.repo' > repositories.release_to[:permissions] = 0644 > # be nice if this was the default... > Buildr.settings.build['ivy'] = {} > Buildr.settings.build['ivy']['home.dir'] = "#{ENV['HOME']}/.ivy2" > Buildr.settings.build['ivy']['settings.file'] = 'ivysettings.xml' > # to resolve the ${revision} in the ivy.xml > Java.java.lang.System.setProperty("revision", VERSION_NUMBER) > define "pageobjects" do > project.version = VERSION_NUMBER > project.group = 'com.bizo' > ivy.compile_conf('compile') > package_with_sources > package(:jar).pom.tap do |pom| > pom.enhance [task('ivy:makepom')] > pom.from 'target/pom.xml' > end > end -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.