I am downright annoyed because the Quartz release I'm importing does not have a proper POM file deployed (maven repo).
Therefore maven dutifully tries to download it on every build.
Downloading: http://repo1.maven.org/maven2/opensymphony/quartz/1.6.3/quartz-1.6.3.pom
I'd like to skip this step but without going completely offline since that is useful.
Ideas?