Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 2650 invoked from network); 10 Feb 2011 21:37:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2011 21:37:00 -0000 Received: (qmail 21825 invoked by uid 500); 10 Feb 2011 21:36:58 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 21690 invoked by uid 500); 10 Feb 2011 21:36:57 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 21681 invoked by uid 99); 10 Feb 2011 21:36:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 21:36:57 +0000 X-ASF-Spam-Status: No, hits=4.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.191.91.153] (HELO web37506.mail.mud.yahoo.com) (209.191.91.153) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 10 Feb 2011 21:36:52 +0000 Received: (qmail 84911 invoked by uid 60001); 10 Feb 2011 21:36:28 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1297373788; bh=PbDcBw6+8zgII+RXHH5cUeUpNE0EuNVPAPefUZ+UiPs=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=TZV8EBATyZ/ZeyVfNOdOm9dJsyVI6xr6NbV6ZX/Uu66EGaJlIgorgi9ZEVvnkZ8HuzjqNo+qWcKJ/j3dtTR06zvI6OQIAJ9TxVcKHgEkg56ySSMnLtENmyvqlaH0MqHB+u3GswkKw9EZh+RhKWKXpDvLGDLTER3ts/Mv5GkV6oY= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=m/JUmwiLLC1kaE0e4RvrDrMfveryqdJUNukHwJsH9ZiEgpbdn2loqfWSxALH2eP3TAVTTW2Lr5uYOJMqW622pYpKbyfWaFzbygIbC6wCTMEwNyUxMYO7djar1DmadL7OJyRZ2geiMw/gLnuV79FKMoyNTyRlVeNptjSRrg80plo=; Message-ID: <437183.84881.qm@web37506.mail.mud.yahoo.com> X-YMail-OSG: TR3PVbYVM1ki0q7EVr0GA53_FzN2eYjg48.hBmPeDuz4AWL ctwFG0LuRrxgc5qO281PC2sIOusht76_m1e_DGLbYW2UAFsONBw3DiIswNzd YHb9Xeo6nwBrbDjF8fzN7BzKb4i86Exs34dFsnE99yMa.BquhXRDndbmhpEW e.N7mSD9e31gOXX548iMT.xTd_7wC_Bgn9lPYa_dIo0VwGZJ4dA6h8mkoetw IwAQcNnulKumxN.x6BlzPIRxSz35esdFPA957bwLfqAGKsVSTdVo1T6_6uDA cJ70UELBGHlQ4sk2n0GO4MpCPZ1vPX1kWvCjPezupmVRzs954yRMhip9axWO oZVLGaHwXrMtAixQGpIbAooSSrp39hZHfLTBAGJUzQSOhR6JFQRezbNqL9eB zFStWhk.H7rNklQ-- Received: from [209.212.94.31] by web37506.mail.mud.yahoo.com via HTTP; Thu, 10 Feb 2011 13:36:27 PST X-Mailer: YahooMailRC/555 YahooMailWebService/0.8.108.291010 References: <6D80A378B4018945B7375445C1426A7C051522541A@CYBSMAIL.CYBS.CORP> Date: Thu, 10 Feb 2011 13:36:27 -0800 (PST) From: ankush chadha Subject: Re: Pom not deployed to repo when using profiles to build with 2 jdks To: Maven Users List In-Reply-To: <6D80A378B4018945B7375445C1426A7C051522541A@CYBSMAIL.CYBS.CORP> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-2117536509-1297373787=:84881" --0-2117536509-1297373787=:84881 Content-Type: text/plain; charset=us-ascii To simplify things and narrow down the problem, can you 1. use mvn install (Check if your local repository is getting updated) 2. Use a single profile with the JDK that you are currently using and activate it by default. Make sure that the JAVA_HOME is set. If you can see an updated artifact in the local repository, add another profile (for other JDK) and then check again. Ankush ________________________________ From: Duncan McNaught To: "users@maven.apache.org" Sent: Thu, February 10, 2011 2:29:00 PM Subject: Pom not deployed to repo when using profiles to build with 2 jdks Dear Maven Users, I have an issue that I adapted a pom to deploy with two profiles - one for jdk15 and one for jdk16 and now it doesn't deploy the pom to our local repository. The instructions were on this page (http://stackoverflow.com/questions/3092085/building-same-project-in-maven-with-different-artifactid-based-on-jdk-used) Since I made that change, the pom is no longer getting deployed to my maven respository. Does anyone know if this is this a maven bug, or am I missing something? Thanks, --Duncan ---- Duncan McNaught Release Engineer, Managed Hosting Services The information contained herein is confidential. It is intended only for the individual or entity to whom it is addressed. If you are not the recipient or an authorized agent of the recipient, you are hereby notified that any use, dissemination, distribution or copying of this communication is strictly prohibited. If you have received this message in error, please contact CyberSource immediately at 303.248.2410 Thank you. --0-2117536509-1297373787=:84881--