Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5919618C71 for ; Fri, 5 Feb 2016 21:55:27 +0000 (UTC) Received: (qmail 57674 invoked by uid 500); 5 Feb 2016 21:55:27 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 57606 invoked by uid 500); 5 Feb 2016 21:55:27 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 57593 invoked by uid 99); 5 Feb 2016 21:55:27 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2016 21:55:27 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id BC9CEC0D58 for ; Fri, 5 Feb 2016 21:55:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.571 X-Spam-Level: X-Spam-Status: No, score=0.571 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.429] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id r5mj1lkIbc9v for ; Fri, 5 Feb 2016 21:55:26 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 1801742BC3 for ; Fri, 5 Feb 2016 21:55:26 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 77C2CE0185 for ; Fri, 5 Feb 2016 21:55:25 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 7717F3A10A5 for ; Fri, 5 Feb 2016 21:55:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1728736 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Date: Fri, 05 Feb 2016 21:55:25 -0000 To: commits@maven.apache.org From: schulte@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160205215525.7717F3A10A5@svn01-us-west.apache.org> Author: schulte Date: Fri Feb 5 21:55:25 2016 New Revision: 1728736 URL: http://svn.apache.org/viewvc?rev=1728736&view=rev Log: [MPLUGIN-296] java.lang.ClassNotFoundException: org.apache.maven.plugins.annotations.Execute Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=1728736&r1=1728735&r2=1728736&view=diff ============================================================================== --- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original) +++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Fri Feb 5 21:55:25 2016 @@ -74,7 +74,10 @@ maven-plugin-annotations - provided +