[
https://issues.apache.org/jira/browse/SYNCOPE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francesco Chicchiriccò 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 issues,
thanks.
{code}
mvn clean install
{code}
with no prior action works fine, we have some 3rd party CI that works exactly
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",
> family: "unix"
> I did the
> mvn clean install
> But that errored out in a test that needed the Core before the core had been
> build.
> I found that doing a mvn -PskipTests,all then a
> mvn -PskipTests,install
> completes and then the
> 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)