On Fri, Oct 10, 2008 at 2:04 PM, Rusty Wright <[EMAIL PROTECTED]> wrote: > Why is this happening? Every time I compile it's trying to download a pom > for something I installed in my local repository.
It's trying to download the pom because you don't have the pom in your local repo. Change your 'mvn install:install-file ...' command to include -DgeneratePom=true. (The default is false, for some reason...) http://maven.apache.org/plugins/maven-install-plugin/install-file-mojo.html#generatePom > What's in copy.sh is what I got from the documentation on the > maven.apache.org web page: Which page, so we can improve it? -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
