From issues-return-127027-archive-asf-public=cust-asf.ponee.io@maven.apache.org Sat Jan 6 15:10:09 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 06E3518062C for ; Sat, 6 Jan 2018 15:10:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E9C16160C2A; Sat, 6 Jan 2018 14:10:08 +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 3C358160C3B for ; Sat, 6 Jan 2018 15:10:08 +0100 (CET) Received: (qmail 50963 invoked by uid 500); 6 Jan 2018 14:10:06 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 50734 invoked by uid 99); 6 Jan 2018 14:10:06 -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; Sat, 06 Jan 2018 14:10:06 +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 268A418095D for ; Sat, 6 Jan 2018 14:10:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -107.911 X-Spam-Level: X-Spam-Status: No, score=-107.911 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] 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 iCjyQDvk6gLU for ; Sat, 6 Jan 2018 14:10:05 +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 873725FB54 for ; Sat, 6 Jan 2018 14:10:01 +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 ED26BE12AB for ; Sat, 6 Jan 2018 14:10:00 +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 41E58240FA for ; Sat, 6 Jan 2018 14:10:00 +0000 (UTC) Date: Sat, 6 Jan 2018 14:10:00 +0000 (UTC) From: "Karl Heinz Marbaise (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (MENFORCER-268) Usage of CI friendly version placeholders does not work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MENFORCER-268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Heinz Marbaise reassigned MENFORCER-268: --------------------------------------------- Assignee: Karl Heinz Marbaise > Usage of CI friendly version placeholders does not work > ------------------------------------------------------- > > Key: MENFORCER-268 > URL: https://issues.apache.org/jira/browse/MENFORCER-268 > Project: Maven Enforcer Plugin > Issue Type: Bug > Affects Versions: 1.4.1, 3.0.0-M1 > Reporter: Karl Heinz Marbaise > Assignee: Karl Heinz Marbaise > Priority: Blocker > Fix For: 3.0.0 > > > If I use the placeholders in a project based on the [CI Friendly|http://maven.apache.org/maven-ci-friendly.html] currently maven-enforcer-plugin fails like this: > {code} > [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ domain --- > [INFO] Deleting /Users/kama/ws-git/javaee/domain/.flattened-pom.xml > [INFO] > [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ domain --- > Downloading: http://localhost:8081/nexus/content/groups/public/com/soebes/examples/j2ee/parent/$%7Brevision%7D$%7Bsha1%7D$%7Bchangelist%7D/parent-$%7Brevision%7D$%7Bsha1%7D$%7Bchangelist%7D.pom > [WARNING] Rule 3: org.apache.maven.plugins.enforcer.RequireNoRepositories failed with message: > Could not find artifact com.soebes.examples.j2ee:parent:pom:${revision}${sha1}${changelist} in nexus (http://localhost:8081/nexus/content/groups/public) > com.soebes.examples.j2ee:parent:pom:${revision}${sha1}${changelist} > from the specified remote repositories: > nexus (http://localhost:8081/nexus/content/groups/public, releases=true, snapshots=true) > [WARNING] Rule 4: org.apache.maven.plugins.enforcer.RequirePluginVersions failed with message: > Failure to find com.soebes.examples.j2ee:parent:pom:${revision}${sha1}${changelist} in http://localhost:8081/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced > com.soebes.examples.j2ee:parent:pom:${revision}${sha1}${changelist} > from the specified remote repositories: > nexus (http://localhost:8081/nexus/content/groups/public, releases=true, snapshots=true) > {code} > This is currently based on reading the pom file itself instead of using the parts which are offered via Maven Core... -- This message was sent by Atlassian JIRA (v6.4.14#64029)