From dev-return-17483-archive-asf-public=cust-asf.ponee.io@syncope.apache.org Tue Sep 10 08:58:02 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 1A228180642 for ; Tue, 10 Sep 2019 10:58:02 +0200 (CEST) Received: (qmail 67895 invoked by uid 500); 10 Sep 2019 08:58:01 -0000 Mailing-List: contact dev-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list dev@syncope.apache.org Received: (qmail 67863 invoked by uid 99); 10 Sep 2019 08:58:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2019 08:58:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C2335E313A for ; Tue, 10 Sep 2019 08:58:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 407EC780357 for ; Tue, 10 Sep 2019 08:58:00 +0000 (UTC) Date: Tue, 10 Sep 2019 08:58:00 +0000 (UTC) From: =?utf-8?Q?Francesco_Chicchiricc=C3=B2_=28Jira=29?= To: dev@syncope.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (SYNCOPE-1491) a install WITHOUT tests appears to be needed before the tests can be run MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SYNCOPE-1491?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francesco Chicchiricc=C3=B2 closed SYNCOPE-1491. ------------------------------------------- Resolution: Not A Problem There is something else wrong with your environment. Please investigate and possibly discuss in mailing list before opening issu= es, thanks. {code} mvn clean install {code} with no prior action works fine, we have some 3rd party CI that works exact= ly this way. > a install WITHOUT tests appears to be needed before the tests can be run > ------------------------------------------------------------------------ > > Key: SYNCOPE-1491 > URL: https://issues.apache.org/jira/browse/SYNCOPE-1491 > Project: Syncope > Issue Type: Bug > Components: documentation > Affects Versions: 3.0.0 > Reporter: Philip W. Dalrymple III > Priority: Minor > > I am just starting to set up a build of Syncope from source. > I forked the Github and set up a new Centos 7 > Maven home: /opt/apache-maven-3.6.2 > Java version: 12.0.2, vendor: Oracle Corporation, runtime: /opt/jdk-12.0.= 2 > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "3.10.0-957.27.2.el7.x86_64", arch: "amd64", f= amily: "unix" > I did the=20 > mvn clean install > But that errored out in a test that needed the Core before the core had b= een build. > I found that doing a mvn -PskipTests,all then a=20 > mvn -PskipTests,install > completes and then the=20 > mvn clean install works fine. > This is my first day in Maven so I am not sure what is going on. -- This message was sent by Atlassian Jira (v8.3.2#803003)