Re: [m2] release snapshot errors

2007-12-28 Thread Wendy Smoak
On Dec 27, 2007 12:07 PM, Mick Knutson [EMAIL PROTECTED] wrote:

 I am trying to just prepare a clearcase release. But I am using several
 snapshot plugins.

 I also have all my modules as snapshots. How do I get maven to ignore the
 plugin snapshots?
...
 [INFO] Can't release project due to non released dependencies :

The release plugin is not going to let you release if you're using
snapshots of plugins or external dependencies.  (It can deal with
snapshots *within* your project.)

-- 
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] release snapshot errors

2007-12-28 Thread Manos Batsis

Mick Knutson wrote:

My project version is *E1B-1.0-SNAPSHOT*


I suppose your version should just be 1.0-SNAPSHOT (i.e. begin with a 
number) without the quotes. The EJB part should be the artifactId.


hth,

Manos

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] release snapshot errors

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 10:05 AM, Mick Knutson [EMAIL PROTECTED] wrote:

 My project version is *E1B-1.0-SNAPSHOT*

 Now I tried to just prepare each of my modules by themselves, and here is
 what I get:

 [INFO] Unable to parse the version string: *E1B-1.0-SNAPSHOT*

Since the version gets used in the filename, using asterisks in it
just seems to be asking for trouble.

(That may not even be considered a snapshot -- I think it looks for
something ending with (exactly) -SNAPSHOT.)

-- 
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m2] release snapshot errors

2007-12-28 Thread Mick Knutson
SO I changed the version to 1.0-SNAPSHOT but now get this error with the
maven dashboard pluging:

[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Can't release project due to non released dependencies :
*
org.codehaus.mojo:dashboard-maven-plugin:maven-plugin:1.0-SNAPSHOT:runtime*
in project 'Split Claim XML Bindings' (
org.delta.esp.dap.utilities.common:splitclaim-bindings:jar:1.0-SNAPSHOT)
[INFO]







On Dec 28, 2007 9:26 AM, Wendy Smoak [EMAIL PROTECTED] wrote:

 On Dec 28, 2007 10:05 AM, Mick Knutson [EMAIL PROTECTED] wrote:

  My project version is *E1B-1.0-SNAPSHOT*
 
  Now I tried to just prepare each of my modules by themselves, and here
 is
  what I get:
 
  [INFO] Unable to parse the version string: *E1B-1.0-SNAPSHOT*

 Since the version gets used in the filename, using asterisks in it
 just seems to be asking for trouble.

 (That may not even be considered a snapshot -- I think it looks for
 something ending with (exactly) -SNAPSHOT.)

 --
 Wendy

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/BLiNCMagazine
http://tahoe.baselogic.com
---


Re: [m2] release snapshot errors

2007-12-28 Thread Wendy Smoak
On Dec 28, 2007 10:40 AM, Mick Knutson [EMAIL PROTECTED] wrote:
 SO I changed the version to 1.0-SNAPSHOT but now get this error with the
 maven dashboard pluging:

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Can't release project due to non released dependencies :
 *
 org.codehaus.mojo:dashboard-maven-plugin:maven-plugin:1.0-SNAPSHOT:runtime*

... and that's the first thing you asked about.  The release plugin
will _not_ let you do a release if you depend on any snapshots.

http://maven.apache.org/plugins/maven-release-plugin/examples/prepare-release.html

There is a wiki page that explains how to do an internal release of
a plugin, if you can't wait for it to be released by the developers.

-- 
Wendy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]