ppalaga closed issue #905: Non-resolvable parent POM
URL: https://github.com/apache/maven-mvnd/issues/905
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mai
ppalaga commented on issue #905:
URL: https://github.com/apache/maven-mvnd/issues/905#issuecomment-1879767598
`mvnd` is primarily an interactive tool for Java developers. It was not
designed for Jenkins and similar environments. When doing it anyway, you should
consider that deamon re-use m
HDHXTM commented on issue #905:
URL: https://github.com/apache/maven-mvnd/issues/905#issuecomment-1879448040
> It is strange that mvnd is trying to resolve the parent from a remote
repository given it is a part of the build. I assume you execute the build from
the top directory, where the c
ppalaga commented on issue #905:
URL: https://github.com/apache/maven-mvnd/issues/905#issuecomment-1878524450
It is strange that mvnd is trying to resolve the parent from a remote
repository given it is a part of the build. I assume you execute the build from
the top directory, where the co
HDHXTM commented on issue #905:
URL: https://github.com/apache/maven-mvnd/issues/905#issuecomment-1878293099
my mvnd.properties:
mvnd.keepAlive = 500 ms
mvnd.minHeapSize = 512M
mvnd.maxHeapSize = 4G
maven.settings=/usr/share/mvnd/mvn/conf/settings.xml
Other settings are
HDHXTM opened a new issue, #905:
URL: https://github.com/apache/maven-mvnd/issues/905
mvnd version: mvnd 0.8.1
java:1.8.0
I am using mvnd to build a father-son project:

on wind