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 E4BF4200C27 for ; Sun, 26 Feb 2017 22:22:54 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E34F9160B6E; Sun, 26 Feb 2017 21:22:54 +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 39744160B5C for ; Sun, 26 Feb 2017 22:22:54 +0100 (CET) Received: (qmail 42034 invoked by uid 500); 26 Feb 2017 21:22:53 -0000 Mailing-List: contact dev-help@apex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.apache.org Delivered-To: mailing list dev@apex.apache.org Received: (qmail 42023 invoked by uid 99); 26 Feb 2017 21:22:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Feb 2017 21:22:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E46F2184962 for ; Sun, 26 Feb 2017 21:22:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.547 X-Spam-Level: X-Spam-Status: No, score=-1.547 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id dmr-uMBiLqrM for ; Sun, 26 Feb 2017 21:22:52 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id B4EEA61595 for ; Sun, 26 Feb 2017 21:22:51 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id AC5C6E031F for ; Sun, 26 Feb 2017 21:22:46 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 02EE42412D for ; Sun, 26 Feb 2017 21:22:46 +0000 (UTC) Date: Sun, 26 Feb 2017 21:22:46 +0000 (UTC) From: "Thomas Weise (JIRA)" To: dev@apex.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (APEXCORE-655) Support LATEST as archetype version when creating a project MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 26 Feb 2017 21:22:55 -0000 [ https://issues.apache.org/jira/browse/APEXCORE-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15884913#comment-15884913 ] Thomas Weise commented on APEXCORE-655: --------------------------------------- Example for use of LATEST vs. specific version number: {code} mvn archetype:generate \ -DarchetypeGroupId=org.apache.apex \ -DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=LATEST \ -DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp \ -Dversion=1.0-SNAPSHOT {code} > Support LATEST as archetype version when creating a project > ------------------------------------------------------------ > > Key: APEXCORE-655 > URL: https://issues.apache.org/jira/browse/APEXCORE-655 > Project: Apache Apex Core > Issue Type: Improvement > Reporter: Thomas Weise > > Rather than keep on replacing the Apex archetype version number in various examples, Maven supports LATEST to refer to the latest released archetype version. > This requires a change to decouple resolution of Apex dependency version from archetype version to replace the Apex version when the archetype is created vs. when the project is created. -- This message was sent by Atlassian JIRA (v6.3.15#6346)