It is not clear how I have to configure a project to d deploy it to a given server. Suppose I have a server : myserver.com where I would like to deploy my project in the repository located in /home/repositories

<distributionManagement>
  <repository>
      <Id>myserver.com</id>
      <name>myserver.com</name>
      <url>file:///home/repositories</url>
  </repository>
</distributionManagement>

Any suggestions ?

Thanks in advance,

Pieter.

P.S.: It looks like a great tool, maven.

kind regards,

Pieter


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



Reply via email to