Need more documentation on options. The issue is we have our own maven repository and we are not supposed to use the http://central.maven.org/maven2/.
Our repository and authentication of repository details are present in settings.xml under .m2 directory. The mvn command automatically pulls the artifacts from our repository as per defined in settings.xml.
Whereas, when I run through the node-java-maven, it always trying to fetch from http://central.maven.org/maven2/.
Need more documentation on options. The issue is we have our own maven repository and we are not supposed to use the http://central.maven.org/maven2/.
Our repository and authentication of repository details are present in
settings.xmlunder.m2directory. Themvncommand automatically pulls the artifacts from our repository as per defined insettings.xml.Whereas, when I run through the node-java-maven, it always trying to fetch from http://central.maven.org/maven2/.