Hello guys, I'm having some problems regarding maven checking out dependencies every single time I try to run any command.
a simple mvn compile results on at least 2 or 3 minutes waiting. Even I have all the dependencies, it still goes ahead and look for dependencies. The only usable way is adding -o to make it offline. Here is the log of the dependencies it keeps trying to download Downloading: https://maven-repository.dev.java.net/nonav/repository/org.codehaus.xfire/poms/bcprov-jdk15-133.pom Downloading: http://192.168.0.64/repo/org/codehaus/xfire/bcprov-jdk15/133/bcprov-jdk15-133.pom Downloading: http://mvnrepository.com//org/codehaus/xfire/bcprov-jdk15/133/bcprov-jdk15-133.pom Downloading: http://repo1.maven.org/maven2/org/codehaus/xfire/bcprov-jdk15/133/bcprov-jdk15-133.pom Downloading: https://maven-repository.dev.java.net/nonav/repository/xml-security/poms/xmlsec-1.3.0.pom Downloading: http://192.168.0.64/repo/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom Downloading: http://mvnrepository.com//xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom Downloading: http://repo1.maven.org/maven2/xml-security/xmlsec/1.3.0/xmlsec-1.3.0.pom Downloading: https://maven-repository.dev.java.net/nonav/repository/wss4j/poms/wss4j-1.5.0.pom Downloading: http://192.168.0.64/repo/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom Downloading: http://mvnrepository.com//wss4j/wss4j/1.5.0/wss4j-1.5.0.pom Downloading: http://repo1.maven.org/maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom Downloading: https://maven-repository.dev.java.net/nonav/repository/xfire/poms/saaj-impl-1.3.pom Downloading: http://192.168.0.64/repo/xfire/saaj-impl/1.3/saaj-impl-1.3.pom Downloading: http://mvnrepository.com//xfire/saaj-impl/1.3/saaj-impl-1.3.pom Downloading: http://repo1.maven.org/maven2/xfire/saaj-impl/1.3/saaj-impl-1.3.pom Is there anything I could make to not have maven looking for this every time besides the -o option? In theory, maven should download the dependencies and only check SNAPSHOTs once a day, right? Any help is appreciated..... Best regards, João Kreuzberg
