Re: repo.maven.apache.org returning 403 forbidden when running maven

2019-12-30 Thread Anthony Whitford
Have you tried using https: https://repo.maven.apache.org/maven2/ ? > On Dec 30, 2019, at 9:04 AM, Henke, Zachary > wrote: > > Hello, > > My name is Zach Henke and I work at Verisign. I am currently receiving ERROR > 403: Forbidden when attempting to access http://repo.maven.apache.org/maven

repo.maven.apache.org returning 403 forbidden when running maven

2019-12-30 Thread Henke, Zachary
Hello, My name is Zach Henke and I work at Verisign. I am currently receiving ERROR 403: Forbidden when attempting to access http://repo.maven.apache.org/maven2/ via linux server. On that same server, I am able to access the maven website (http://maven.apache.org/) which indicates public intern

Re: Building aggregate module using -pl option

2019-12-30 Thread Kypros Chrysanthou
Hello, On the contrary, Project Aggregation (multi-module) and Project Inheritance (Parent-Child) are assumed to be separate concepts as per the description in the Maven documentation ( https://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Project_Inheritance_vs_Project_Aggrega

Re: Building aggregate module using -pl option

2019-12-30 Thread Jason Young
Does the Maven documentation actually say anywhere that the project-submodule relationship and the parent-child relationship should be in any way related? I don't see any reason that one should imply the other; however, I gave up long ago on trying to have children that aren't submodules of their p