Re: Qualifier

2009-01-13 Thread Barrie Treloar
On Tue, Jan 13, 2009 at 8:52 AM, buters franzi2...@mail.ru wrote:

 Sorry, Wendy, but I doesn't know, that qualifier is used only for remote
 repository.

If for some reason (like your artifacts are huge - our are ~0.5Gb) you
would like just one snapshot deployed in your remote repository
uniqueVersion set to true.
uniqueVersion  = Whether to assign snapshots a unique version
comprised of the timestamp and build number, or to use the same
version each time
(See http://maven.apache.org/ref/2.0.8/maven-model/maven.html
distributionManagement/repository)

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



Re: Qualifier

2009-01-12 Thread Wendy Smoak
On Mon, Jan 12, 2009 at 7:00 AM, buters franzi2...@mail.ru wrote:

 what can I do, that after a build of my snapshot the artifact is named
 version-qualifier.jar instead of version-snapshot.jar

An example would help here... where are you looking, and what is the
actual filename vs. the one you expected?

I'm guessing that you might be looking at a timestamped snapshot, but
it isn't clear.

-- 
Wendy

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



Re: Qualifier

2009-01-12 Thread buters

Example:

Ist: foo-3.0-SNAPSHOT.jar  

Soll: foo-3.0-20090110.064228-1.jar  



Wendy Smoak-3 wrote:
 
 On Mon, Jan 12, 2009 at 7:00 AM, buters franzi2...@mail.ru wrote:
 
 what can I do, that after a build of my snapshot the artifact is named
 version-qualifier.jar instead of version-snapshot.jar
 
 An example would help here... where are you looking, and what is the
 actual filename vs. the one you expected?
 
 I'm guessing that you might be looking at a timestamped snapshot, but
 it isn't clear.
 
 -- 
 Wendy
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Qualifier-tp21414940p21419438.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Qualifier

2009-01-12 Thread Wendy Smoak
On Mon, Jan 12, 2009 at 10:36 AM, buters franzi2...@mail.ru wrote:
 Example:
 Ist: foo-3.0-SNAPSHOT.jar
 Soll: foo-3.0-20090110.064228-1.jar

I assume you are looking in your remote repository? This is normal.

You're seeing a timestamped snapshot.  This is the default naming
convention for snapshots in the remote repo - it's
artifactId-version-date-time-buildnumber.packaging.

You can turn it off by setting uniqueVersionfalse/uniqueVersion in
distributionManagement for that repository, and then it will just keep
overwriting the one foo-3.0-SNAPSHOT.jar file.

-- 
Wendy

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



Re: Qualifier

2009-01-12 Thread buters

Sorry, Wendy, but I doesn't know, that qualifier is used only for remote
repository.


Wendy Smoak-3 wrote:
 
 On Mon, Jan 12, 2009 at 10:36 AM, buters franzi2...@mail.ru wrote:
 Example:
 Is: foo-3.0-SNAPSHOT.jar
 Should be: foo-3.0-20090110.064228-1.jar
 
 I assume you are looking in your remote repository? This is normal.
 
 You're seeing a timestamped snapshot.  This is the default naming
 convention for snapshots in the remote repo - it's
 artifactId-version-date-time-buildnumber.packaging.
 
 You can turn it off by setting uniqueVersionfalse/uniqueVersion in
 distributionManagement for that repository, and then it will just keep
 overwriting the one foo-3.0-SNAPSHOT.jar file.
 
 -- 
 Wendy
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Qualifier-tp21414940p21425169.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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