Hi Nino,

being Onami committer you should have access to all Onami resources -
please have a look first at Maven settings[1] and Site deployment in
"Release Howto" page[2].

At the end of the day, all you need is following the instructions below:

Deploy the component site:
in the component dir, go under target/checkout directory (or checkout the tag);
if the component is a single-module project, then run mvn site-deploy
-Dusername=${committer.id} -Dpassword=${committer.password}
if the component is a multi-module project, then run sh
./deploySite.sh -Dusername=${committer.id}
-Dpassword=${committer.password}

Checkout the tag if you want to redeploy the release site.

Thanks in advance for your effort, very appreciated!
-Simo

[1] http://onami.apache.org/committers/maven-settings.html
[2] http://onami.apache.org/committers/release-howto.html

http://people.apache.org/~simonetripodi/
http://twitter.com/simonetripodi


On Thu, Jun 20, 2013 at 9:08 AM, nino martinez wael
<nino.martinez.w...@gmail.com> wrote:
> Hi
>
> http://onami.apache.org/scheduler/index.html
>
> should be updated to reflect latest version (the non snapshot version)
>
>   <dependency>
>     <groupId>org.apache.onami</groupId>
>     <artifactId>org.apache.onami.scheduler</artifactId>
>     <version>1.4.0</version>
>   </dependency>
>   ...
>
> instead of
>
>   <dependency>
>     <groupId>org.apache.onami</groupId>
>     <artifactId>org.apache.onami.scheduler</artifactId>
>     <version>1.4.0-incubating-SNAPSHOT</version>
>   </dependency>
>   ...
>
> Do I have karma to change the site?
>
> --
> Best regards / Med venlig hilsen
> Nino Martinez

Reply via email to