I have been trying out some setup from github for which Maven is required. Below is the link: https://github.com/freemansoft/fire-samples# While trying to setup the server I get below error:
mvn clean install
Error resolving version for plugin 'org.apache.maven.plugins:maven-jar-plugin' from the repositories [local (/home/gpadmin/.m2/repository), projectPlugins (file:///home/gpadmin/Downloads/fire-samples-master/cache-demo/lib/), central [Link 1]]: Plugin not found in any plugin repository -> [Help 1]
I provide the version definition in POM.XML to 2.4/2.3/2.5 and below is the error I'm encountering for all the cases:
[ERROR] Plugin [Link 2] or one of its dependencies could not be resolved: Failed to read artifact descriptor for [Link 2]: Could not transfer artifact [Link 2] from/to central ([Link 1]): repo.maven.apache.org: No address associated with hostname -> [Help 1] [Link 3]: Plugin [Link 2] or one of its dependencies could not be resolved: Failed to read artifact descriptor for [Link 2]
I am behind a proxy which I think might be an issue for this. Also I tried to access [Link 1] from the browser but its not accessible either instead it asks to access another link. In case this is the issue please guide me to the correct file to alter this setting. I have tried to change this in POM.XML file but there's no such link available. I can't find the settings.xml file either.
Please help me with the issue here as I'm still new to these(MVN/GITHUB) and might be missing something trivial.
Note:
- Unable to post more than 2 links due to 10 reputation points hence
attaching those links in the comment section. - In case you find this post naive please bear with me as I'm still new.
- If you find this post useful please mark it as such, as having 1 reputation (being new) I'm unable to post multiple links, mark anything as useful etc.
- If any further information is required please let me know so I can update