From commits-return-81631-archive-asf-public=cust-asf.ponee.io@maven.apache.org Sun Jul 28 08:59:40 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B1555180671 for ; Sun, 28 Jul 2019 10:59:39 +0200 (CEST) Received: (qmail 90581 invoked by uid 500); 28 Jul 2019 08:59:39 -0000 Mailing-List: contact commits-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 commits@maven.apache.org Received: (qmail 90572 invoked by uid 99); 28 Jul 2019 08:59:39 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Jul 2019 08:59:39 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D907985E99; Sun, 28 Jul 2019 08:59:33 +0000 (UTC) Date: Sun, 28 Jul 2019 08:59:33 +0000 To: "commits@maven.apache.org" Subject: [maven-archetype] branch buildfix updated: investigating repos MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156430437382.3969.4851861394335921945@gitbox.apache.org> From: tibordigana@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: maven-archetype X-Git-Refname: refs/heads/buildfix X-Git-Reftype: branch X-Git-Oldrev: adbc81b3866e7d744aea0f9aab440763da20b73e X-Git-Newrev: b90b72809095983d49b00b57744e7dd8a73775e2 X-Git-Rev: b90b72809095983d49b00b57744e7dd8a73775e2 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch buildfix in repository https://gitbox.apache.org/repos/asf/maven-archetype.git The following commit(s) were added to refs/heads/buildfix by this push: new b90b728 investigating repos b90b728 is described below commit b90b72809095983d49b00b57744e7dd8a73775e2 Author: tibordigana AuthorDate: Sun Jul 28 10:59:19 2019 +0200 investigating repos --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f88aa04..8ed4ca4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild(tmpWs: true, jdk: ['7'], archives: ['archetype-plugin-its' : 'maven-archetype-plugin/target/it/projects']) +asfMavenTlpPlgnBuild(tmpWs: true, jdk: ['7'], archives: ['archetype-plugin-its' : 'maven-archetype-plugin/target/it/projects', 'local-repo' : 'maven-archetype-plugin/target/local-repo', 'mock-repo' : 'maven-archetype-plugin/target/mock-repo', 'archetype-repo' : 'maven-archetype-plugin/target/archetype-repo'])