I am getting below error while executing the mvn install command from command prompt.
Plugin org.apache.maven.plugins:maven-source-plugin:1.0 or one of its dependencies could not be resolved:
Failed to read artifact descriptor for org.apache.maven.plugins:maven-source-plugin:jar:1.0:
Could not transfer artifact org.apache.maven.plugins:maven-source-plugin:pom:1.0 from/to central (http://repo1.maven.org/maven2):
Error transferring file: repo1.maven.org: Unknown host repo1.maven.org -> [Help 1]
If I try to connect toa svn repository using https://broadleaf.svn.sourceforge.net/svnroot/broadleaf
I am getting below error
svn: OPTIONS request failed on '/svnroot/broadleaf/'
Connection timed out: connect
Can anyone help me?