Am Dienstag, den 16.10.2007, 10:17 +0200 schrieb Christophe Lombart:
> Just for my info, how can I deploy manually ?
Just do a "mvn deploy". That's almost all. You might probably have to
configure the deployment server apache.snapshots in you Maven 2
settings.xml. So a sample configuration might be:
<settings>
<servers>
<server>
<id>apache.snapshots</id>
<username>my_id</username>
<privateKey>path/to/my/private/key</privateKey>
</server>
</servers>
</settings>
Hope this helps. Otherwise you might be bombarded with requests for
password entry ...
Regards
Felix
>
> thanks,
> Christophe
>
>
> On 10/16/07, Felix Meschberger <[EMAIL PROTECTED]> wrote:
> >
> > Hi all,
> >
> > The Jackrabbit OCM library from the
> > contrib/jackrabbit-jcr-mapping/jcr-mapping project requires Java 5 to
> > compile and run by default. Therefore we cannot currently have the
> > Jackrabbit Continuum build OCM as this version of Continuum is not able
> > to select the JDK to build projects on a per-project level.
> >
> > For this reson, Jackrabbit OCM snapshots have to be deployed manually as
> > you see fit upon modifying the code. For a starter I just deployed the
> > current state as version 1.4-20071016.080727-8.
> >
> > Regards
> > Felix
> >
> >