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 09E35200ACA for ; Thu, 9 Jun 2016 22:56:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 089F9160A5C; Thu, 9 Jun 2016 20:56:23 +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 51955160A29 for ; Thu, 9 Jun 2016 22:56:22 +0200 (CEST) Received: (qmail 73618 invoked by uid 500); 9 Jun 2016 20:56:21 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 73589 invoked by uid 99); 9 Jun 2016 20:56:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jun 2016 20:56:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 115762C1F61 for ; Thu, 9 Jun 2016 20:56:21 +0000 (UTC) Date: Thu, 9 Jun 2016 20:56:21 +0000 (UTC) From: "Andreas Veithen (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AXIS2-5780) Invalid Configuration in Axis2 top-level Maven POM MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 09 Jun 2016 20:56:23 -0000 [ https://issues.apache.org/jira/browse/AXIS2-5780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-5780: ----------------------------------- Fix Version/s: (was: 1.8.0) 1.7.4 > Invalid Configuration in Axis2 top-level Maven POM > -------------------------------------------------- > > Key: AXIS2-5780 > URL: https://issues.apache.org/jira/browse/AXIS2-5780 > Project: Axis2 > Issue Type: Bug > Affects Versions: 1.7.3 > Reporter: Jeff Thomas > Priority: Minor > Fix For: 1.7.4 > > > In the top-level Maven POM under the 1.7.3 branch (pom.xml) the execution phase/goal for the {{maven-assembly-plugin}} is incorrectly located within the configuration element. > {code:xml} > > maven-assembly-plugin > > > > source-release-assembly > > package > > single > > true > > > > > {code} > IMHO it should be: > {code:xml} > > maven-assembly-plugin > > > > source-release-assembly > package > > single > > > true > > > > > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org