umm, so why you ask if you pom is ok?

On 5/2/06, jmaxwell <[EMAIL PROTECTED]> wrote:



I am want it to push a zip file into the local repository.
So dependant projects can pull it down.

Note that I am using the Maven Ant Tasks not maven itself.

Cheers!


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-Ant-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#a4203632
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