Re: SOLVED- I THINK wa Re: Syncope 2.1.5 builds failing (regardless of Maven version) due to missing dependencies (and transitive dependencies and missing POM errors)

2019-10-28 Thread oh...@yahoo.com
Hi Francesco, Ok, I now found out that it was not JUST the archetypeCatalog parameter that caused the problem but ALSO, the response to the "version" when the mvn was run to generate the archetype HAS TO BE: 1.0-SNAPSHOT i.e., you either have to just press ENTER or enter: 1.0-SNAPSHOT We *WERE*

Re: Syncope 2.1.5 builds failing (regardless of Maven version) due to missing dependencies (and transitive dependencies and missing POM errors)

2019-10-28 Thread Francesco Chicchiriccò
On 28/10/19 16:43, oh...@yahoo.com wrote: > Hi, > > Can you clarify what you mean by "provide the Maven coordinates of *your* > project".  Specifically, what you mean by "coordinates". Maven coordinates are groupId, artifactId and version. > Also, what do you mean by "any values that is not

Re: Syncope 2.1.5 builds failing (regardless of Maven version) due to missing dependencies (and transitive dependencies and missing POM errors)

2019-10-28 Thread oh...@yahoo.com
Hi, Can you clarify what you mean by "provide the Maven coordinates of *your* project".  Specifically, what you mean by "coordinates". Also, what do you mean by "any values that is not CLASHING with Syncope own coordinates"? Are you saying that we can use any values for the responses, as long

Re: Syncope 2.1.5 builds failing (regardless of Maven version) due to missing dependencies (and transitive dependencies and missing POM errors)

2019-10-28 Thread Francesco Chicchiriccò
On 28/10/19 16:31, oh...@yahoo.com wrote: > Francesco, > > I noticed from the paste that your provided, that it is showing " > 1.0-SNAPSHOT > " > > but when I ran the dependency try, my output was showing "2.1.5", e.g., per > the txt file I attached earlier: > > > Mine: Building Apache Syncope

Re: Syncope 2.1.5 builds failing (regardless of Maven version) due to missing dependencies (and transitive dependencies and missing POM errors)

2019-10-28 Thread oh...@yahoo.com
Hi, I just checked and the settings.xml for maven is in /apps/apache-maven-3.0.5/conf/settings.xml and everything in that settings.xml is commented out. Our environment people say there is nothing weird about our environment (no private repos) that would cause Maven to behave badly. I am going

Re: Syncope 2.1.5 builds failing (regardless of Maven version) due to missing dependencies (and transitive dependencies and missing POM errors)

2019-10-28 Thread Francesco Chicchiriccò
Hi, I am sorry for your struggle, but it seems there is something misbehaving on your side. First of all, I'd like to invite you to visit http://syncope.apache.org/integration to check how the various branches of our GIT repository are built at every push, with a whole set of unit and

Re: Syncope 2.1.5 builds failing (regardless of Maven version) due to missing dependencies (and transitive dependencies and missing POM errors)

2019-10-27 Thread oh...@yahoo.com
I've been continuing to try to get a build working and I am now dropping JAR files that I downloaded from the 'net to try to get past the problem. So far, I have had to add the cocoon-pipeline JARs and commons JARs and the spring-web and spring-core JARs into the Apache Tomcat lib directory,

Re: Syncope 2.1.5 builds failing (regardless of Maven version) due to missing dependencies (and transitive dependencies and missing POM errors)

2019-10-26 Thread oh...@yahoo.com
Hi, I was reviewing one of Hunter's previous threads and it seems like we are re-travelling the same paths :(... syncope-user - Install 2.1.5 Issue, Syncope Core Failing to Deploy | | | | | | | | | | | syncope-user - Install 2.1.5 Issue, Syncope Core Failing to Deploy Install 2.1.5

Re: Syncope 2.1.5 builds failing (regardless of Maven version) due to missing dependencies (and transitive dependencies and missing POM errors)

2019-10-26 Thread oh...@yahoo.com
FYI, here are the steps we follow to build Syncope: 1) We run: /apps/apache-maven-3.0.5/bin/mvn archetype:generate -DarchetypeGroupId=org.apache.syncope -DarchetypeArtifactId=syncope-archetype -DarchetypeRepository=http://repo1.maven.org/maven2 -DarchetypeVersion=2.1.5   responses:  

Re: Syncope 2.1.5 builds failing (regardless of Maven version) due to missing dependencies (and transitive dependencies and missing POM errors)

2019-10-25 Thread oh...@yahoo.com
Hi, FYI, when we try to start Tomcat, we are seeing errors like the following in catalina.out log file: 25-Oct-2019 16:21:29.031 SEVERE [main] org.apache.catalina.startup.HostConfig.deployWAR Error deploying web application archive [/apps/apache-tomcat-9.0.20/webapps/syncope.war]    

Syncope 2.1.5 builds failing (regardless of Maven version) due to missing dependencies (and transitive dependencies and missing POM errors)

2019-10-25 Thread oh...@yahoo.com
Hi, I am trying to reproduce the Syncope 2.1.5 (on RHEL 7) build that one of my colleagues (Hunter) had had problems with previously as reported on this mailing list.  As described previously, he was eventually able to get a good build by using Maven 3.0.5 instead of Maven 3.6.2.  However in