Why does Maven keep downloading smack and smackx files? (noob here)

2009-03-04 Thread Amy de Buitléir
Every time I run a command such as "mvn jetty:run", "mvn tomcat:run", or "mvn site", Maven downloads the same four files. Is that correct behaviour, or do I have something configured incorrectly? Downloading: http://scala-tools.org/repo-releases/org/igniterealtime/smack/smack/3.0.4/smack-3.0.4.po

Re: Why does Maven keep downloading smack and smackx files? (noob here)

2009-03-04 Thread Nick Stolwijk
It will try to download them, but they don't exist. (only the jar files exist). So maven won't write them into the local repository and tries again next time. Solutions: 1) Use new artifact with pom 2) Run a repository manager and create and upload the poms. Hth, Nick Stolwijk ~Java Developer~