Right I know that it does not exist when using maven to build but I am using
ant.

But when building with ant and using a maven local repository strictly for
dependencies 
does the packaging matter? 

I am trying to prove out what Steve Loughran recommended in his "Meeting new
challenges with Ant 1.7" doc.
 

Olivier Lamy wrote:
> 
> Packaging zip doesn't exist.
> http://jira.codehaus.org/browse/MNG-1683
> 
> - Olivier
> 
> -----Message d'origine-----
> De : jmaxwell [mailto:[EMAIL PROTECTED] 
> Envoyé : mercredi 3 mai 2006 18:09
> À : users@maven.apache.org
> Objet : Re: Lastupdated element in local repository Maven Ant Tasks
> 
> 
> 
> When using the Maven Ant Tasks does zip not having a life-cycle matter?
> 
> 
> dan tran wrote:
>> 
>> On 5/2/06, jmaxwell <[EMAIL PROTECTED]> wrote:
>>>
>>>
>>> I am using the Ant Tasks a question in about the lastupdated element.
> 
>>> After a build I install my package (jar or zip) into my local 
>>> repository using the following ant task:
>>>
>>> <artifact:install file="${dist.package.dir}/${module.bin.package}">
>>> <pom refid="maven.bin.pom" />
>>> <localRepository refid="maven.local.repository" /> 
>>> </artifact:install>
>>>
>>> I noticed however that the lastupdated element in the metadata does 
>>> not change is this correct?
>>>
>>> Do I have a problem with my pom?:
>> 
>> 
>> 
>> <project>
>>> <modelVersion>4.0.0</modelVersion>
>>> <groupId>com.client-server.architecture</groupId>
>>> <name>architecture</name>
>>> <version>6.15-SNAPSHOT</version> 
>>> <artifactId>architecture-lib</artifactId>
>>> <packaging>zip</packaging>
>>> </project>
>> 
>> 
>> There is no built-in lifecycle with packaging "zip".  What is your 
>> intention with this pom?
>> 
>> 
>> 
>> Cheers!
>>> Jeff
>>> --
>>> View this message in context: 
>>> http://www.nabble.com/Lastupdated-element-in-local-repository-Maven-A
>>> nt-Tasks-t1546384.html#a4200823
>>> Sent from the Maven - Users forum at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>> 
>> 
> 
> --
> View this message in context:
> http://www.nabble.com/Lastupdated-element-in-local-repository-Maven-Ant-
> Tasks-t1546384.html#a4213285
> Sent from the Maven - Users forum at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> This e-mail, any attachments and the information contained therein ("this
> message") are confidential and intended solely for the use of the
> addressee(s). If you have received this message in error please send it
> back to the sender and delete it. Unauthorized publication, use,
> dissemination or disclosure of this message, either in whole or in part is
> strictly prohibited.
> --------------------------------------------------------------------------------------------------------------
> Ce message électronique et tous les fichiers joints ainsi que  les
> informations contenues dans ce message ( ci après "le message" ), sont
> confidentiels et destinés exclusivement à l'usage de la  personne à
> laquelle ils sont adressés. Si vous avez reçu ce message par erreur, merci 
> de le renvoyer à son émetteur et de le détruire. Toutes diffusion,
> publication, totale ou partielle ou divulgation sous quelque forme que se
> soit non expressément autorisées de ce message, sont interdites.
> -------------------------------------------------------------------------------------------------------------
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

--
View this message in context: 
http://www.nabble.com/Lastupdated-element-in-local-repository-Maven-Ant-Tasks-t1546384.html#a4213759
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to