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 E5C0492C9 for ; Thu, 29 Mar 2012 00:48:23 +0000 (UTC) Received: (qmail 37371 invoked by uid 500); 29 Mar 2012 00:48:21 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 37318 invoked by uid 500); 29 Mar 2012 00:48:21 -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 37304 invoked by uid 99); 29 Mar 2012 00:48:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2012 00:48:21 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of daivish.shah@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vb0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2012 00:48:13 +0000 Received: by vbbfq11 with SMTP id fq11so1309893vbb.30 for ; Wed, 28 Mar 2012 17:47:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=sjG+Gk1UxjT6Ga/f/mSLo6/JswIA8xTrYtUZjpLCeas=; b=musWhp3OOICYvImsW+qJzhxPwteFo4OFEMHVm0qiCFwwkzSZzK97CZe9r+s+4d1eQc 1krmuCef/mvSOAt6DvkxNslrfhEW8Rtm4LOAfM1d1ZXl1bqY8BhFT0CY8d95hyn7H85a 9pLnMSywpVFMu23nO5D0CrGP5po5WHJWcfg2U45JcCwRG/niqfeGxZORLDl2bL+4lh5j uUfP6BjOuDVKAetfnh0Hvfm7b9mC86p9zQI2rCNAvd+0/e3W5BAU4kHVeaI1R4p1nMO3 +zd1UW77y1WrzQrEMELuFvlVs3aro5RgRlofCZcUA62BkIpIRSAQBUMFVm/4XdrB5myw Mq7g== MIME-Version: 1.0 Received: by 10.220.198.140 with SMTP id eo12mr15021815vcb.11.1332982073122; Wed, 28 Mar 2012 17:47:53 -0700 (PDT) Received: by 10.220.147.193 with HTTP; Wed, 28 Mar 2012 17:47:53 -0700 (PDT) Date: Wed, 28 Mar 2012 17:47:53 -0700 Message-ID: Subject: Quick question on Super POM plugin management usage From: Daivish Shah To: Maven Users List Content-Type: multipart/alternative; boundary=90e6ba4fc346f5e0c404bc5712b5 --90e6ba4fc346f5e0c404bc5712b5 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am trying to use the super POM in my all of the project and seems like PluginManagement doesn't work like this way. Super-Pom Project pom.xml org.apache.maven.plugins maven-javadoc-plugin 2.8.1 Using Super POM in my other project as followed. pom.xml com.super super-pom 0.0.1-SNAPSHOT org.apache.maven.plugins maven-javadoc-plugin When i try to use like this way compiler throws me WARNING/ERROR message and looks like i have to apply VERSION ID again when i use any of the plugin which is listed in my super POM Project. Which doesn't make sense to declare PLUGIN things in my SUPER POM Project. Any idea what's going on here ? Is that the way MAVEN designed or i am doing something wrong here ? Thanks, daivish. --90e6ba4fc346f5e0c404bc5712b5--