Hi Betrand,
Bertrand Delacretaz schrieb:
On Wed, Jul 9, 2008 at 8:49 AM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote:
...I'll deploy latest snapshots in a minute....
Do we have a description of how to do this somewhere? I assume that
the deployment repository must be configured somewhere, and that
authentication is involved.
If you can give me some basic info when you have time, I'll create a
Sling developers FAQ and add this info to it.
Apart from setting up your maven's settings.xml file to register the
deployment system and enable maven to connect there, there is nothing
much to do as the parent project is configured to correctly deploy the
snapshots.
And settings.xml information is like this:
<server>
<id>apache.snapshots</id>
<username>apache-user-id</username>
<privateKey>path/to/private.key</privateKey>
<directoryPermissions>775</directoryPermissions>
<filePermissions>664</filePermissions>
</server>
In addition, I think the umask should be set in the account's startup
script to 002.
This is not a FAQ information, though, but rather a Development
information, we might put under the Development tree on the site.
Regards
Felix