Hello...
I'm running Maven 2.0.7 on Ubuntu 7.04.
When I run "mvn help:effective-settings", this is what I get:
<?xml version="1.0" encoding="UTF-8"?><settings>
<localRepository>C:/mystuff/maven/repository</localRepository>
<servers>
<server>
<username>stuffviewer</username>
<password>stuffviewer</password>
<id>central</id>
</server>
<server>
<username>stuffviewer</username>
<password>stuffviewer</password>
<id>snapshots</id>
</server>
</servers>
<profiles>
<profile>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<url>http://lsome.ocal.net:9090/artifactory/repo</url>
</repository>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<id>snapshots</id>
<url>http://some.ocal.net:9090/artifactory/repo</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<url>http://some.ocal.net:9090/artifactory/plugins-releases</url>
</pluginRepository>
<pluginRepository>
<releases>
<enabled>false</enabled>
</releases>
<id>snapshots</id>
<url>http://some.ocal.net:9090/artifactory/plugins-snapshots</url>
</pluginRepository>
</pluginRepositories>
<id>stuffuser</id>
</profile>
</profiles>
<activeProfiles>
<activeProfile>stuffuser</activeProfile>
</activeProfiles>
</settings>
Now, this all seems right for me, but for some reason it is
continually hitting repo1.maven.org for stuff, and not going through
my proxy.
Can anyone shed some light on what I'm doing wrong?
Thanks!
- Nelz
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]