| $Revision: 1.6 $ | $Name: $ | $Date: 2006/04/13 13:54:09 $ | Working with maven 2 |
| $Source: /ppw/training/maven/repository/maven2/src/html/deployingHWArtifact.html,v $ | |||
rwxr-sr-x)
distributionManagement/repository-element
distributionManagement/snapshotRepository-element)<project>
[…]
<distributionManagement>
[…]
<repository>
|
|
<id>projectRepository</id> |
a unique id for this repository, so we can refer to it in ~/.m2/settings.xml for authentification settings |
<name>Repository Name</name> |
a human-readable name for the repository |
<url>Wagon Url</url> |
a Wagon URL, most often scp |
</repository>
[…]
</distributionManagement>
[…]
</project>
|
<servers />-element for repository/id Note: there are currently severe issues with scp; if it doesn't work, try scpexe