Hi all,

Is there a way for me to define the URL for file deployment in my settings.xml? When I mount a directory on OSX, I have /Volumes/ bronze/repo directory, but other folks have different paths. But they all point to the same directory!

I tried:
<settings>
  <servers>
    <server>
      <id>bronze-maven-repo-file</id>
      <url>file:////Volumes/maven/repo</url>
    </server>
  </servers>

</settings>

but no joy! Do I just have to have some sort of parent pom.xml and update that depending on what I need?

Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to