You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Helbling Julien <Ju...@cpln.ch> on 2007/06/21 07:58:54 UTC

Tag in maven-metadata-*.xml

Hello,

 

I used the « mvn install » command to deploy a jar file in my local repository. Everything work fine except the tag <lastUpdated> which is not correct. The date is correct but the hour isn’t. It’s an hour to early.

 

Exemple : the result is <lastUpdated>20070621055124</lastUpdated> and should be <lastUpdated>20070621065124</lastUpdated>.

 

Does anybody knows where I can set up the timestamp ?

 

Thanks.


Re: Tag in maven-metadata-*.xml

Posted by Brett Porter <br...@apache.org>.
It's in UTC, so I'm guessing you're at an offset of 1 from that  
timezone.

These questions should go to the users list in future.

- Brett

On 21/06/2007, at 3:58 PM, Helbling Julien wrote:

> Hello,
>
>
>
> I used the « mvn install » command to deploy a jar file in my local  
> repository. Everything work fine except the tag <lastUpdated> which  
> is not correct. The date is correct but the hour isn’t. It’s an  
> hour to early.
>
>
>
> Exemple : the result is <lastUpdated>20070621055124</lastUpdated>  
> and should be <lastUpdated>20070621065124</lastUpdated>.
>
>
>
> Does anybody knows where I can set up the timestamp ?
>
>
>
> Thanks.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org