Re: How to avoid forking in a maven build?

2019-12-31 Thread Steinar Bang
> Thomas Broyer : > In this specific case, what causes the forking is the javadoc:aggregate > goal. That one is meant to be used on the command line. If you want to bind > it to a build phase, you should use javadoc:aggregate-no-fork. Thanks! I will switch goal here! > Also,

Re: How to avoid forking in a maven build?

2019-12-31 Thread Steinar Bang
> Karl Heinz Marbaise : > based on what I can identify in your pom files/output is that in your > currenty configuration the maven-javadoc-plugin is configured to use the > goal: aggregate[1] which is a goal which forkes the lifecycle. There is > an equivalent "aggregate-no-fork"[2] which

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

2019-12-31 Thread Manfred Moser
HTTP has bee†n deprecated a while ago .. just use HTTPS. See https://central.sonatype.org/articles/2019/Nov/01/announcement-insecurerepo1mavenorg/ https://central.sonatype.org/articles/2019/Apr/30/http-access-to-repo1mavenorg-and-repomavenapacheorg-is-being-deprecated/ Manfred

Re: How to avoid forking in a maven build?

2019-12-31 Thread Thomas Broyer
In this specific case, what causes the forking is the javadoc:aggregate goal. That one is meant to be used on the command line. If you want to bind it to a build phase, you should use javadoc:aggregate-no-fork. Also, javadoc:aggregate forks a "mvn compile", which will trigger the frontend:webpack

Re: How to avoid forking in a maven build?

2019-12-31 Thread Karl Heinz Marbaise
Hi, based on what I can identify in your pom files/output is that in your currenty configuration the maven-javadoc-plugin is configured to use the goal: aggregate[1] which is a goal which forkes the lifecycle. There is an equivalent "aggregate-no-fork"[2] which could be used instead... The

How to avoid forking in a maven build?

2019-12-31 Thread Steinar Bang
This project https://github.com/steinarb/authservice has a lot of messages like this in the build output: [INFO] [INFO] Forking Authentication webapp 1.8.0-SNAPSHOT [INFO]

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

2019-12-31 Thread Bernd Eckenfels
Hello, If you suspect there is something it would require a ticket for Apache Infra I guess. But unless your Organisation got banned it’s more likely it’s a client side filter (proxy, firewall or appliance). Did you look at the html source and possibly the http headers of that error response

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

2019-12-31 Thread Karl Heinz Marbaise
On 30.12.19 15:04, 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/maven2/ via linux server. On that same server, I am able to access the maven website