I have installed Intellij IDEA and MAVEN on my work computer which use proxy server to access internet. I tried different configuration of proxy in settings of the IJ but nothing helped. I still got error while trying to build project:
Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central (https://repo.maven.apache.org/maven2): transfer failed for https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
However when I do check connection IJ tells me that connection is successful. I can also open https://repo.maven.apache.org/maven2 in browser.
The question is what should I download and where to paste it in my project in order to make it see junit and run my tests. (As i understand it should be *.jar file(s) in particular directory)? Should I also edit some *.xml or other files in project - to type in paths to the jar files?
Thank You.