Hi all, i'm getting crazy, the internet here is more than slow, it seems to be not present ,-((((
How can i disable downloading from "repo1.maven.org/maven2" ?? I've already defined a internal repository. Maven searches there an if it didn't find anything, it searches in "repo1.maven.org/maven2". And that takes very long... Another question: I've installed the axis 1.1 jars in my internal repository. But "mvn install:install-file" doesn't create a *.pom! Is that ok? Because if i start mvn compile, so maven searches "axis/axis-jaxrpc/1.1/axis-jaxrpc-1.1.pom" ??? If i create an *.pom by hand: <project> <modelVersion>4.0.0</modelVersion> <groupId>axis</groupId> <artifactId>axis-jaxrpc</artifactId> <version>1.1</version> </project> maven anyway didn't find it. Why? But the build is SUCCESSFUL Thanks Fredy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
