You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Martin Burger <m...@rtin-burger.de> on 2005/07/28 18:26:29 UTC

[JAR] maven jar:deploy constructs different file names for .pom and .jar (different timestamps)

Hello,

I deployed a snapshot version of a project using "maven jar:deploy":

jar:deploy:
    [echo] Deploying...
Will deploy to 1 repository(ies): arepo
Deploying to repository: arepo
Uploading to aproject/poms/alib-framework-subversion-0.1.1-SNAPSHOT.pom:
.................... (5K)
Uploading to aproject/poms/alib-framework-subversion-snapshot-version:
.................... (0K)
Uploading to 
aproject/poms/alib-framework-subversion-0.1.1-20050728.160023.pom:
.................... (5K)
Will deploy to 1 repository(ies): arepo
Deploying to repository: arepo
Uploading to aproject/jars/alib-framework-subversion-0.1.1-SNAPSHOT.jar:
.................... (17K)
Uploading to aproject/jars/alib-framework-subversion-snapshot-version:
.................... (0K)
Uploading to 
aproject/jars/alib-framework-subversion-0.1.1-20050728.160137.jar:
.................... (17K)
BUILD SUCCESSFUL
Total time   : 2 minutes 31 seconds
Finished at  : Donnerstag, 28. Juli 2005 18:02:50 CEST

Note the different timestamps of the pom and the jar file. Is that 
intended of a (known) bug?

Regards
    Martin


Re: [JAR] maven jar:deploy constructs different file names for .pom and .jar (different timestamps)

Posted by Brett Porter <br...@gmail.com>.
This is a known issue.

- Brett

On 7/29/05, Martin Burger <m...@rtin-burger.de> wrote:
> Martin Burger schrieb am 28.07.2005 18:26:
> 
> > Note the different timestamps of the pom and the jar file. Is that
> > intended of a (known) bug?
> 
> 
> intended _or_ a (known) bug
> 
> Sorry!
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

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


Re: [JAR] maven jar:deploy constructs different file names for .pom and .jar (different timestamps)

Posted by Martin Burger <m...@rtin-burger.de>.
Martin Burger schrieb am 28.07.2005 18:26:

> Note the different timestamps of the pom and the jar file. Is that 
> intended of a (known) bug?


intended _or_ a (known) bug

Sorry!