Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-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 26DEB11DE2 for ; Thu, 10 Jul 2014 17:55:36 +0000 (UTC) Received: (qmail 56661 invoked by uid 500); 10 Jul 2014 17:55:36 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 56623 invoked by uid 500); 10 Jul 2014 17:55:36 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 56524 invoked by uid 99); 10 Jul 2014 17:55:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2014 17:55:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BED309AB9A3; Thu, 10 Jul 2014 17:55:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hadrian@apache.org To: commits@activemq.apache.org Date: Thu, 10 Jul 2014 17:55:37 -0000 Message-Id: In-Reply-To: <746cff2b8b524d9395373e1fa7086eb5@git.apache.org> References: <746cff2b8b524d9395373e1fa7086eb5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] git commit: Update poms to fully load into M2E Update poms to fully load into M2E Project: http://git-wip-us.apache.org/repos/asf/activemq/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/06bb7a27 Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/06bb7a27 Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/06bb7a27 Branch: refs/heads/trunk Commit: 06bb7a2716f0cea216381b03f555dd497cb627ef Parents: 433912f Author: Daniel Kulp Authored: Tue Jul 8 16:50:18 2014 -0400 Committer: Hadrian Zbarcea Committed: Thu Jul 10 13:47:55 2014 -0400 ---------------------------------------------------------------------- activemq-client/pom.xml | 52 ++++++++++- activemq-console/pom.xml | 53 ++++++++++++ activemq-kahadb-store/pom.xml | 22 ++++- activemq-karaf-itest/pom.xml | 35 ++++++++ activemq-leveldb-store/pom.xml | 4 +- activemq-osgi/pom.xml | 33 +++++++ activemq-runtime-config/pom.xml | 91 +++++++++++--------- activemq-web-console/pom.xml | 6 ++ .../src/main/webapp/WEB-INF/jspf/old.jspf | 21 ----- 9 files changed, 254 insertions(+), 63 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq/blob/06bb7a27/activemq-client/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-client/pom.xml b/activemq-client/pom.xml index 708def5..1cc2da7 100755 --- a/activemq-client/pom.xml +++ b/activemq-client/pom.xml @@ -231,8 +231,58 @@ - + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${basedir}/target/generated-sources/javacc + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.codehaus.mojo + + javacc-maven-plugin + + [2.6,) + + javacc + + + + + true + + + + + + + + + http://git-wip-us.apache.org/repos/asf/activemq/blob/06bb7a27/activemq-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-console/pom.xml b/activemq-console/pom.xml index 8fff679..d7e5b2e 100644 --- a/activemq-console/pom.xml +++ b/activemq-console/pom.xml @@ -190,8 +190,61 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${basedir}/target/generated-sources/proto + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.fusesource.hawtbuf + + + hawtbuf-protoc + + [1.11,) + + compile + + + + + true + + + + + + + + + http://git-wip-us.apache.org/repos/asf/activemq/blob/06bb7a27/activemq-kahadb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-kahadb-store/pom.xml b/activemq-kahadb-store/pom.xml index bfa7493..0f6309d 100755 --- a/activemq-kahadb-store/pom.xml +++ b/activemq-kahadb-store/pom.xml @@ -164,7 +164,9 @@ - + + true + @@ -215,6 +217,24 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + add-source + generate-sources + + add-source + + + + ${basedir}/target/generated-sources/proto + + + + + http://git-wip-us.apache.org/repos/asf/activemq/blob/06bb7a27/activemq-karaf-itest/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-karaf-itest/pom.xml b/activemq-karaf-itest/pom.xml index ef361da..9689592 100644 --- a/activemq-karaf-itest/pom.xml +++ b/activemq-karaf-itest/pom.xml @@ -219,6 +219,41 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.servicemix.tooling + + + depends-maven-plugin + + [1.2,) + + + generate-depends-file + + + + + + + + + + + + + http://git-wip-us.apache.org/repos/asf/activemq/blob/06bb7a27/activemq-leveldb-store/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-leveldb-store/pom.xml b/activemq-leveldb-store/pom.xml index bd8d8f4..764f3c4 100644 --- a/activemq-leveldb-store/pom.xml +++ b/activemq-leveldb-store/pom.xml @@ -420,6 +420,7 @@ ${basedir}/src/main/scala + ${basedir}/target/generated-sources/proto @@ -459,7 +460,8 @@ - + true + http://git-wip-us.apache.org/repos/asf/activemq/blob/06bb7a27/activemq-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-osgi/pom.xml b/activemq-osgi/pom.xml index 356e2f9..1609b6b 100644 --- a/activemq-osgi/pom.xml +++ b/activemq-osgi/pom.xml @@ -308,6 +308,39 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-dependency-plugin + + [2.8,) + + unpack + + + + + + + + + + + + http://git-wip-us.apache.org/repos/asf/activemq/blob/06bb7a27/activemq-runtime-config/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-runtime-config/pom.xml b/activemq-runtime-config/pom.xml index 6c1fab4..3d1e305 100755 --- a/activemq-runtime-config/pom.xml +++ b/activemq-runtime-config/pom.xml @@ -100,27 +100,6 @@ - org.codehaus.mojo - properties-maven-plugin - 1.0-alpha-2 - - - initialize - - set-system-properties - - - - - javax.xml.accessExternalSchema - file - - - - - - - org.apache.maven.plugins maven-dependency-plugin ${maven-dependency-plugin-version} @@ -168,31 +147,32 @@ - org.jvnet.jaxb2.maven2 - maven-jaxb2-plugin - ${maven-jaxb2-plugin-version} + org.apache.cxf + cxf-xjc-plugin + 3.0.1 - generate + xsdtojava - true - - -XtoString - -XhashCode - -Xequals - -Xequals-equalsStrategyClass=org.apache.activemq.plugin.jaxb2_commons.ElementAwareEqualsStrategy - - - - org.jvnet.jaxb2_commons - jaxb2-basics - ${jaxb-basics-version} - - + + org.jvnet.jaxb2_commons:jaxb2-basics:${jaxb-basics-version} + + + + ${basedir}/src/main/resources/activemq.xsd + ${basedir}/src/main/resources/binding.xjb + + -XtoString + -XhashCode + -Xequals + -Xequals-equalsStrategyClass=org.apache.activemq.plugin.jaxb2_commons.ElementAwareEqualsStrategy + + + @@ -218,6 +198,39 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-dependency-plugin + + [2.8,) + + unpack + + + + + + + + + + + + http://git-wip-us.apache.org/repos/asf/activemq/blob/06bb7a27/activemq-web-console/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml index c3ed2b0..b304347 100755 --- a/activemq-web-console/pom.xml +++ b/activemq-web-console/pom.xml @@ -170,6 +170,12 @@ geronimo-servlet_2.5_spec provided + + org.apache.geronimo.specs + geronimo-jsp_2.2_spec + 1.2 + provided + http://git-wip-us.apache.org/repos/asf/activemq/blob/06bb7a27/activemq-web-console/src/main/webapp/WEB-INF/jspf/old.jspf ---------------------------------------------------------------------- diff --git a/activemq-web-console/src/main/webapp/WEB-INF/jspf/old.jspf b/activemq-web-console/src/main/webapp/WEB-INF/jspf/old.jspf deleted file mode 100644 index f952019..0000000 --- a/activemq-web-console/src/main/webapp/WEB-INF/jspf/old.jspf +++ /dev/null @@ -1,21 +0,0 @@ -<%-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---%> -<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> -<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> -<%@ taglib prefix="display" uri="http://displaytag.sf.net" %> - -<%@ taglib prefix="c" tagdir="/WEB-INF/tags/c" %>