+1
On Thu, 15 Aug 2019 at 21:53, Tibor Digana wrote:
> Hi,
>
> We solved 1 issue:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320628&version=12345950
>
> There are still a couple of issues left in JIRA:
>
> https://issues.apache.org/jira/i#issues/?jql=project+%3D+MRESO
Nice, thanks :)
Hello Paul,
Did you check maven extensions? You can rewrite the pom programmatically -
and respect maven rules whatever initial state is in the pom - without
patching maven core implementing a AbstractMavenLifecycleParticipant.
See
https://maven.apache.org/ref/3.5.0/apidocs/org/apache/maven/Abst
Class
maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder is
where "Child module of does not exist" causes the build
to cease. I'd like to make that optional for myself for huge-monorepo and
sparse-checkout-coolness reasons. Is that the best place to make Maven
more forgivin