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 B43B8109E2 for ; Mon, 11 Nov 2013 16:14:46 +0000 (UTC) Received: (qmail 5938 invoked by uid 500); 11 Nov 2013 16:14:41 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 5808 invoked by uid 500); 11 Nov 2013 16:14:41 -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 5786 invoked by uid 99); 11 Nov 2013 16:14:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Nov 2013 16:14:40 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mgainty@hotmail.com designates 65.55.116.48 as permitted sender) Received: from [65.55.116.48] (HELO blu0-omc1-s37.blu0.hotmail.com) (65.55.116.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Nov 2013 16:14:31 +0000 Received: from BLU172-W30 ([65.55.116.9]) by blu0-omc1-s37.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 11 Nov 2013 08:14:11 -0800 X-TMN: [YaiaI0IZdMY1q1sQUMsuoe4L2CbEgvC5] X-Originating-Email: [mgainty@hotmail.com] Message-ID: Content-Type: multipart/alternative; boundary="_669a3120-5363-4338-8002-bda28619ea4e_" From: Martin Gainty To: "users@maven.apache.org" Subject: RE: Maven Site Plugin 3.1 Date: Mon, 11 Nov 2013 11:14:10 -0500 Importance: Normal In-Reply-To: <5280FA00.50106@austin.rr.com> References: <5280FA00.50106@austin.rr.com> MIME-Version: 1.0 X-OriginalArrivalTime: 11 Nov 2013 16:14:11.0072 (UTC) FILETIME=[0E6F4800:01CEDEF9] X-Virus-Checked: Checked by ClamAV on apache.org --_669a3120-5363-4338-8002-bda28619ea4e_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Tom org.sonatype.aether.graph.DependencyFilter is located inside artifact aethe= r-api http://www.grepcode.com/snapshot/repo1.maven.org/maven2/org.sonatype.aether= /aether-api/1.13.1 and is being referenced by a downstream artifact How to make this error resolve? =20 2 options: 1)in current pom.xml place aether-api into dependencyManagement e.g. org.sonatype.aether aether-api .......... .......... this will suggest "org.sonatype.aether:aether-api" to be a declared depende= ncy by downstream artifacts=20 =20 2)the "preferred way" is to find which is making the reference to = aether-api .. what i do is=20 mvn -e -X dependency:tree > tree.lst search for 'aether-api' in tree.lst you will something like org.apache.maven.plugins:maven-site-plugin:3.1:site org.sonatype.aether:aether-api <--------------- =20 the "current repository" artifact of org.apache.maven.plugins:maven-site-p= lugin:3.1:site requires the of aether-api e.g: org.apache.maven.plugins maven-site-plugin =20 2.1 .............. org.sonatype.aether aether-api ! good idea to specify version otherwise you'll= get version=3DLATEST ! .......... =20 Does this help? Martin=20 =20 > Date: Mon=2C 11 Nov 2013 09:38:40 -0600 > From: Collins-Solutions@austin.rr.com > To: users@maven.apache.org > Subject: Maven Site Plugin 3.1 >=20 > I am trying to use the maven site plugin 3.1 and I get this error: >=20 > Failed to execute goal=20 > org.apache.maven.plugins:maven-site-plugin:3.1:site (default-site) on=20 > project acc-eao: Execution default-site of goal=20 > org.apache.maven.plugins:maven-site-plugin:3.1:site failed: A required=20 > class was missing while executing=20 > org.apache.maven.plugins:maven-site-plugin:3.1:site:=20 > org.sonatype.aether.graph.DependencyFilter >=20 > I am not trying to use sonatype at the moment. My site plugin=20 > configuration looks like this: >=20 > ... > > org.apache.maven.plugins > maven-site-plugin > 3.1 > > > attach-descriptor > > attach-descriptor > > > > > ... >=20 > ... > > > full > > > > > org.apache.maven.plugins > maven-javadoc-plugin > ${javadoc.version} > > > > > > ... >=20 > I have been having various other issues with the site plugin that I was=20 > not having with version 2.x. One question that I have is=2C is it=20 > required to have a site.xml file now? Before=2C i did not need to include= =20 > any site configuration to get a site generated however=2C that=20 > configuration (or lack thereof) did not work with version 3.1. >=20 > --------------------------------------------------------------------- > To unsubscribe=2C e-mail: users-unsubscribe@maven.apache.org > For additional commands=2C e-mail: users-help@maven.apache.org >=20 = --_669a3120-5363-4338-8002-bda28619ea4e_--