Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5C01010D05 for ; Wed, 11 Dec 2013 23:42:24 +0000 (UTC) Received: (qmail 6448 invoked by uid 500); 11 Dec 2013 23:42:22 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 6388 invoked by uid 500); 11 Dec 2013 23:42:22 -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 6380 invoked by uid 99); 11 Dec 2013 23:42:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 23:42:22 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= X-Spam-Check-By: apache.org Received-SPF: unknown (athena.apache.org: error in processing during lookup of javier.pena@lsespace.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 23:42:17 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VqtPg-0004e9-UW for users@maven.apache.org; Wed, 11 Dec 2013 15:41:57 -0800 Date: Wed, 11 Dec 2013 15:41:56 -0800 (PST) From: "javi.lse" To: users@maven.apache.org Message-ID: <1386805316927-5778273.post@n5.nabble.com> Subject: Maven does not download the jar but it download the pom MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have been reading some question similar issue with downloading the jars but none seem to be really related to my problem. I am migrating a project from using Eclipse indigo SR2 runtime to use eclipse Kepler SR1. I had created one maven repository with the eclipse bundles that i needed from indigo SR2 and everything was working fine. Now, for the migration, i have created a new branch of my project for kepler SR1. I have created a new repository for eclipse kepler SR1. The pom in the branch for kepler SR1 is now pointing to the new repository and the dependencies has been updated accordingly. Using eclipse IDE indigo SR2 i work on the branch for indigo SR2 for maintenance Using eclipse IDE kepler SR1 i work on the branch for kepler SR1 on new fetures for the future release. At least that was the plan. The issue is that when running mvn clean package -U (both from the command line and within eclipse) on the kepler SR1 only the poms were downloaded but not the jars. No matter what i try the jars would not get downloaded. For trouble shooting i cleared the local maven repository. Then I run maven on the kepler branch first, the jar were downloaded. However when after i tried to run maven on the indigo sr2 project only the poms were downloaded. So on a clean local repository, only the project on which maven is run first will download both the jar and the poms and the other will only download the poms I have really run out of ideas, so i would apreaciate if somebody could point me towards where the problem may be. I tried with maven 3.0.4 and 3.0.5 Version range are not use in any of the poms, below is an extract of the dependency definition. org.eclipse.emf.ecore xmi [2.9.1] org.eclipse.emf edit [2.9.0] cheers, -- View this message in context: http://maven.40175.n5.nabble.com/Maven-does-not-download-the-jar-but-it-download-the-pom-tp5778273.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org