Is there a "best practices" way of cleaning up these timestamped deployments? We have a continuous integration tool doing the builds (so there's lots of builds) and the current version of all projects are set with SNAPSHOT. So it seems that in a not-too-large amount of time our Maven repository will be filled up with these timestamped snapshot artifacts.
..David.. -----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 24, 2005 8:57 AM To: Maven Users List Subject: Re: jar:install-snapshot - deprecated jar:snapshot As of the 1.5 release of the Maven Artifact plugin, anything with a SNAPSHOT name will automatically get timestamped. - Brett On 8/25/05, Andreas Guther <[EMAIL PROTECTED]> wrote: > > Hi: > > > With the jar plug-in 1.7 I noticed that the creation of a versioned > jar file seems to be deprecated. > > I was used to get a versioned snapshot file with the > jar:install-snapshot goal which seems not to be the case anymore. > From what I understand, I still can create a versioned snapshot file > with jar:snapshot which on the other hand is deprecated: > > http://maven.apache.org/reference/plugins/jar/goals.html > > jar:snapshot DEPRECATED. Please use jar:deploy-snapshot or > jar:install-snapshot > Creates a jar file in the Maven build directory with the form > ${project.id}-YYYYMMDD.hhmmss.jar where > > * id - taken from the project.xml of the project being built > * YYYYMMDD - The current year in 8 digit format > * hhmmss - the current time in 6 digit format > > > My question is: Will the versioned jar file disappear in the near > future? What other ways will maven provide to get a versioned > snapshot file or do I have to simulate that in the future with a goal > in maven.xml? > > Thanks in advance, > > Andreas > > -------------------------------------------------------- > > This electronic mail message contains information belonging to PaymentOne, which may be confidential and/or legal privileged. The information is intended only for the use of the individual or entity named above. If you are not the intended recipient, you are hereby notified that any disclosure, printing, copying, distribution, or the taking of any action in reliance on the contents of this electronically mailed information is strictly prohibited. If you receive this message in error, please immediately notify us by electronic mail and delete this message. > -------------------------------------------------------- > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
