From npanday-users-return-165-apmail-incubator-npanday-users-archive=incubator.apache.org@incubator.apache.org Wed Sep 7 14:43:44 2011 Return-Path: X-Original-To: apmail-incubator-npanday-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-npanday-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7A5589D9 for ; Wed, 7 Sep 2011 14:43:44 +0000 (UTC) Received: (qmail 48852 invoked by uid 500); 7 Sep 2011 14:43:44 -0000 Delivered-To: apmail-incubator-npanday-users-archive@incubator.apache.org Received: (qmail 48793 invoked by uid 500); 7 Sep 2011 14:43:44 -0000 Mailing-List: contact npanday-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: npanday-users@incubator.apache.org Delivered-To: mailing list npanday-users@incubator.apache.org Delivered-To: moderator for npanday-users@incubator.apache.org Received: (qmail 81554 invoked by uid 99); 7 Sep 2011 14:05:11 -0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sergio.rupena@gmail.com designates 209.85.215.47 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:x-mailer:thread-index:content-language; bh=QBEnHUVCGbUtrNQjPOflJoVOlCpOt+LbkHzV1GCqjew=; b=cqcFFvkCo5Ylbcc0Ts5eb5r4VaduOS331vJfNhbtA0o+oivDh2Mr3XX9sMFlBgnFd/ sutE4biVVyyIMkU8RywqTC4UIODuhu0SkyJFz7ct4m49+mv++jk26XwjZUxx2F8/PysJ IVUUhIMapI1YtHRzmOt4PXZW/Mpr1bafqhSH8= From: "Sergio Rupena" To: Subject: npanday with maven 3 issues Date: Wed, 7 Sep 2011 16:04:19 +0200 Message-ID: <000301cc6d67$0a82dff0$1f889fd0$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AcxtZnruRr5RejGyQiewh5tle8I2yw== Content-Language: en-us Hi, It looks like npanday 1.4.1-INCUBATING does not fully support maven 3 (3.0.3). For GAC dependencies (type = gac_msil) I would define a dependency in the pom as follows: Microsoft System.ComponentModel.DataAnnotations 3.5.0.0 31bf3856ad364e35 gac_msil I don't have the dependency in my repository and when I compile with maven 2 everything works fine. However with maven 3, I get an error that maven is not capable of finding the pom in any repository. Is this a maven or an npanday related issue? I had to upload the mentioned dll from GAC to my repository in order to make my build. Maybe I am doing something wrong. Anyone tried to have gac_msil dependencies and build with maven 3 ? Also building npanday itself with maven 3 did not work for me. Any plans for stronger maven 3 support? Best regards, Sergio