Hi All,
I have two questions:
1] When I point the
maven project in eclipse to the settings.xml I get a new Maven llibrary in the
Java Build Path. I am not sure from where does the eclipse pick up these jars.
2] Maven at present is not recognising the environment variables I use in settings.xml and pom.xml. Right now, I have substituted them with hard coded absolute path. But is there a way to make maven understand the environmnet variables during designtime?
Thanks.