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-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#a4213285 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]