You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wim Deblauwe <wi...@gmail.com> on 2005/11/15 08:15:43 UTC

Repost: [m2] name of the snapshot jars

Hi,

this did not get anwered. Maybe it was missed...

regards,

Wim

2005/11/14, Wim Deblauwe <wi...@gmail.com>:
>
> Hi,
>
> I currently use 1.0-SNAPSHOT for my projects using maven 1. This gives me
> 2 jars when I deploy: myjar-1.0-SNAPSHOT.jar and myjar-[timestamp].jar.
>
> In maven 2, I only get the timestamped jar, not a jar named
> myjar-1.0-SNAPSHOT. Is this a bug or not?
>
> regards,
>
> Wim
>

Re: Repost: [m2] name of the snapshot jars

Posted by Wim Deblauwe <wi...@gmail.com>.
ok, thanks, got it working like that now.

regards,

Wim

2005/11/15, Brett Porter <br...@gmail.com>:
>
> sorry, <uniqueVersion> is the tag:
>
>
> http://maven.apache.org/maven-model/maven.html#class_distributionManagement
>
> On 11/15/05, Wim Deblauwe <wi...@gmail.com> wrote:
> > and where do I put that in the pom.xml?
> >
> > 2005/11/15, Brett Porter <br...@gmail.com>:
> > >
> > > No, its a virtual reference.
> > >
> > > You can change to just the SNAPSHOT text by setting
> > > <useBuildNumber>false</useBuildNumber>
> > >
> > > - Brett
> > >
> > > On 11/15/05, Wim Deblauwe <wi...@gmail.com> wrote:
> > > > Hi,
> > > >
> > > > this did not get anwered. Maybe it was missed...
> > > >
> > > > regards,
> > > >
> > > > Wim
> > > >
> > > > 2005/11/14, Wim Deblauwe <wi...@gmail.com>:
> > > > >
> > > > > Hi,
> > > > >
> > > > > I currently use 1.0-SNAPSHOT for my projects using maven 1. This
> gives
> > > me
> > > > > 2 jars when I deploy: myjar-1.0-SNAPSHOT.jar and
> > > myjar-[timestamp].jar.
> > > > >
> > > > > In maven 2, I only get the timestamped jar, not a jar named
> > > > > myjar-1.0-SNAPSHOT. Is this a bug or not?
> > > > >
> > > > > regards,
> > > > >
> > > > > Wim
> > > > >
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > 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: Repost: [m2] name of the snapshot jars

Posted by Brett Porter <br...@gmail.com>.
sorry, <uniqueVersion> is the tag:

http://maven.apache.org/maven-model/maven.html#class_distributionManagement

On 11/15/05, Wim Deblauwe <wi...@gmail.com> wrote:
> and where do I put that in the pom.xml?
>
> 2005/11/15, Brett Porter <br...@gmail.com>:
> >
> > No, its a virtual reference.
> >
> > You can change to just the SNAPSHOT text by setting
> > <useBuildNumber>false</useBuildNumber>
> >
> > - Brett
> >
> > On 11/15/05, Wim Deblauwe <wi...@gmail.com> wrote:
> > > Hi,
> > >
> > > this did not get anwered. Maybe it was missed...
> > >
> > > regards,
> > >
> > > Wim
> > >
> > > 2005/11/14, Wim Deblauwe <wi...@gmail.com>:
> > > >
> > > > Hi,
> > > >
> > > > I currently use 1.0-SNAPSHOT for my projects using maven 1. This gives
> > me
> > > > 2 jars when I deploy: myjar-1.0-SNAPSHOT.jar and
> > myjar-[timestamp].jar.
> > > >
> > > > In maven 2, I only get the timestamped jar, not a jar named
> > > > myjar-1.0-SNAPSHOT. Is this a bug or not?
> > > >
> > > > regards,
> > > >
> > > > Wim
> > > >
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > 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: Repost: [m2] name of the snapshot jars

Posted by Wim Deblauwe <wi...@gmail.com>.
and where do I put that in the pom.xml?

2005/11/15, Brett Porter <br...@gmail.com>:
>
> No, its a virtual reference.
>
> You can change to just the SNAPSHOT text by setting
> <useBuildNumber>false</useBuildNumber>
>
> - Brett
>
> On 11/15/05, Wim Deblauwe <wi...@gmail.com> wrote:
> > Hi,
> >
> > this did not get anwered. Maybe it was missed...
> >
> > regards,
> >
> > Wim
> >
> > 2005/11/14, Wim Deblauwe <wi...@gmail.com>:
> > >
> > > Hi,
> > >
> > > I currently use 1.0-SNAPSHOT for my projects using maven 1. This gives
> me
> > > 2 jars when I deploy: myjar-1.0-SNAPSHOT.jar and
> myjar-[timestamp].jar.
> > >
> > > In maven 2, I only get the timestamped jar, not a jar named
> > > myjar-1.0-SNAPSHOT. Is this a bug or not?
> > >
> > > regards,
> > >
> > > Wim
> > >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: Repost: [m2] name of the snapshot jars

Posted by Brett Porter <br...@gmail.com>.
No, its a virtual reference.

You can change to just the SNAPSHOT text by setting
<useBuildNumber>false</useBuildNumber>

- Brett

On 11/15/05, Wim Deblauwe <wi...@gmail.com> wrote:
> Hi,
>
> this did not get anwered. Maybe it was missed...
>
> regards,
>
> Wim
>
> 2005/11/14, Wim Deblauwe <wi...@gmail.com>:
> >
> > Hi,
> >
> > I currently use 1.0-SNAPSHOT for my projects using maven 1. This gives me
> > 2 jars when I deploy: myjar-1.0-SNAPSHOT.jar and myjar-[timestamp].jar.
> >
> > In maven 2, I only get the timestamped jar, not a jar named
> > myjar-1.0-SNAPSHOT. Is this a bug or not?
> >
> > regards,
> >
> > Wim
> >
>
>

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