Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1D1CF200C45 for ; Tue, 28 Mar 2017 20:27:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1BB6F160B9B; Tue, 28 Mar 2017 18:27:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 60F2A160B6B for ; Tue, 28 Mar 2017 20:27:00 +0200 (CEST) Received: (qmail 40051 invoked by uid 500); 28 Mar 2017 18:26:58 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 40040 invoked by uid 99); 28 Mar 2017 18:26:58 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Mar 2017 18:26:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4AC9DDFF47; Tue, 28 Mar 2017 18:26:58 +0000 (UTC) From: lukaszlenart To: dev@struts.apache.org Reply-To: dev@struts.apache.org References: In-Reply-To: Subject: [GitHub] struts-extras pull request #3: added module for extra result types Content-Type: text/plain Message-Id: <20170328182658.4AC9DDFF47@git1-us-west.apache.org> Date: Tue, 28 Mar 2017 18:26:58 +0000 (UTC) archived-at: Tue, 28 Mar 2017 18:27:01 -0000 Github user lukaszlenart commented on a diff in the pull request: https://github.com/apache/struts-extras/pull/3#discussion_r108499879 --- Diff: struts2-custom-results-plugin/pom.xml --- @@ -0,0 +1,104 @@ + + + + + + org.apache.struts + struts-master + 10 + + + 4.0.0 + + struts2-custom-results-plugin + 1.2-SNAPSHOT + jar + struts2 custom results plugin + + + This plugin defines some additional result types + + + + UTF-8 + + + + scm:git:git://git.apache.org/struts-extras.git + scm:git:https://git-wip-us.apache.org/repos/asf/struts-extras.git + http://git.apache.org/struts-extras.git + HEAD + + + + JIRA + https://issues.apache.org/jira/browse/WW + + + + Jenkins + https://builds.apache.org/hudson/view/S-Z/view/Struts + + + mail + +
dev@struts.apache.org
+
+
+
+
+ + + + + org.apache.struts + struts2-core + 2.5.10.1 + + + + org.apache.logging.log4j + log4j-api + 2.8 + + + + javax.servlet + servlet-api + 2.4 + provided + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 --- End diff -- If this plugin targets Struts 2.5.x it supposed to be `1.7` - the same as we have in the Core. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org