Hi,
i extend the pom:
<project>
...
...
<repositories>
<repository>
<id>my-repo</id>
<name>My Repository</name>
<url>file:///h:/Development/mavenRepository</url>
</repository>
</repositories>
</project>
And that is also the solution for the problem i had the last days. I'm not very
common with the file:// Protocoll and i've never seen something like this:
"file:///h:/" But if i doubleClick an *.html under "Networkenviroment" in
WindowsExplorer it makes an Url like this. And so i've inserted it into the pom
and lo and behold it works. But so it depend on the local device name, that is
n ot very nice.
Fredy
"Maven Users List" <[email protected]> schrieb am 23.01.06 17:17:45:
Fredy,
How did you tell Maven to search your internal repository first?
-->John
-----Original Message-----
From: Fredy [mailto:[EMAIL PROTECTED]
Sent: Monday, January 23, 2006 10:45 AM
To: [email protected]
Subject: [m2] how to disable download from repo1.maven.org/maven2
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Mit freundlichen Grüßen
Fred Robert Hauschel
http://www.Hauschel.de
Mobil: 0179 - 6917092
Telefon: 07427 - 91179
Fax: 07427 - 91178
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]