Return-Path: X-Original-To: apmail-incubator-any23-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-any23-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8DE929C9F for ; Mon, 25 Jun 2012 17:19:45 +0000 (UTC) Received: (qmail 72811 invoked by uid 500); 25 Jun 2012 17:19:45 -0000 Delivered-To: apmail-incubator-any23-dev-archive@incubator.apache.org Received: (qmail 72703 invoked by uid 500); 25 Jun 2012 17:19:45 -0000 Mailing-List: contact any23-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: any23-dev@incubator.apache.org Delivered-To: mailing list any23-dev@incubator.apache.org Received: (qmail 72524 invoked by uid 99); 25 Jun 2012 17:19:45 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2012 17:19:45 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 7C9BD14283D for ; Mon, 25 Jun 2012 17:19:44 +0000 (UTC) Date: Mon, 25 Jun 2012 17:19:44 +0000 (UTC) From: "Lewis John McGibbney (JIRA)" To: any23-dev@incubator.apache.org Message-ID: <1897556697.51972.1340644784512.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (ANY23-107) Add assembly descriptor to parent pom.xml for releases MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Lewis John McGibbney created ANY23-107: ------------------------------------------ Summary: Add assembly descriptor to parent pom.xml for releases Key: ANY23-107 URL: https://issues.apache.org/jira/browse/ANY23-107 Project: Apache Any23 Issue Type: Bug Components: core Affects Versions: 0.7.0 Reporter: Lewis John McGibbney Assignee: Lewis John McGibbney Priority: Blocker Fix For: 0.7.0 When running mvn -P apache-release clean deploy, I get a failure with the following maven output [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting /home/lewis/ASF/any23/target [INFO] [cobertura:clean {execution: default}] [INFO] Skipping cobertura mojo for project with packaging type 'pom' [INFO] [buildnumber:create {execution: default}] [INFO] Checking for local modifications: skipped. [INFO] Updating project files from SCM: skipped. [INFO] Executing: /bin/sh -c cd /home/lewis/ASF/any23 && svn --non-interactive info [INFO] Working directory: /home/lewis/ASF/any23 [INFO] Storing buildNumber: 1345476 at timestamp: 1340644386890 [INFO] Executing: /bin/sh -c cd /home/lewis/ASF/any23 && svn --non-interactive info [INFO] Working directory: /home/lewis/ASF/any23 [INFO] Storing buildScmBranch: trunk [INFO] [site:attach-descriptor {execution: default-attach-descriptor}] [INFO] [assembly:single {execution: assembly}] [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error reading assemblies: No assembly descriptors found. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira