You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Andrius Karpavicius <An...@sintagma.lt> on 2005/09/23 12:07:00 UTC

[m2-beta1] version "release"?

Hi,

Maybe this was touched before, but can not find it in the mailing list.


Made a plugin and specified version 1.0.  Then simply it deployed m2 
deploy

When I try to use it, maven keeps looking for a RELEASE version.

How do I tell that version 1.0 is a  RELEASE version. Something to specify 
during deploy?

Last time, I simply modified plugin-registry.xml file and specified a 
version I needed, but that does not seem right

Any documentation on versioning??

>From plugin pom.xml file

  <groupId>lt.sintagma.maven.plugins</groupId>
  <artifactId>my-plugin</artifactId>
  <packaging>maven-plugin</packaging>
  <version>1.0</version>

>From plugin-registry.xml
    <plugin>
      <groupId>lt.sintagma.maven.plugins</groupId>
      <artifactId>maven-jar-plugin</artifactId>
      <useVersion>RELEASE</useVersion>
    </plugin>

Thank you,
Andrius Karpavicius

Re: [m2-beta1] version "release"?

Posted by John Casey <jd...@commonjava.org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

try the following:

m2 deploy -DupdateReleaseInfo=true

This will prompt maven to update the release metadata for that artifact,
~ and *should* result in the plugin being found. You might need to remove
the plugin from the plugin-registry.xml...but in general, this should
help you.

HTH,

john

Andrius Karpavicius wrote:
| Hi,
|
| Maybe this was touched before, but can not find it in the mailing list.
|
|
| Made a plugin and specified version 1.0.  Then simply it deployed m2
| deploy
|
| When I try to use it, maven keeps looking for a RELEASE version.
|
| How do I tell that version 1.0 is a  RELEASE version. Something to
specify
| during deploy?
|
| Last time, I simply modified plugin-registry.xml file and specified a
| version I needed, but that does not seem right
|
| Any documentation on versioning??
|
|>From plugin pom.xml file
|
|   <groupId>lt.sintagma.maven.plugins</groupId>
|   <artifactId>my-plugin</artifactId>
|   <packaging>maven-plugin</packaging>
|   <version>1.0</version>
|
|>From plugin-registry.xml
|     <plugin>
|       <groupId>lt.sintagma.maven.plugins</groupId>
|       <artifactId>maven-jar-plugin</artifactId>
|       <useVersion>RELEASE</useVersion>
|     </plugin>
|
| Thank you,
| Andrius Karpavicius
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFDNA3pK3h2CZwO/4URAj/8AKCGLrdjYoHM5bvzlB9LgqRLzVyMSQCfdqWP
dTeaamM7DcMAdQFYa3BQkVc=
=yzdt
-----END PGP SIGNATURE-----

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


RE: [m2-beta1] version "release"?

Posted by Yann Le Du <le...@yahoo.com>.
This is a bug in beta-1 :
http://jira.codehaus.org/browse/MNG-916

--- Andrius Karpavicius <An...@sintagma.lt> a écrit :

> Hi,
> 
> Maybe this was touched before, but can not find it in the mailing list.
> 
> 
> Made a plugin and specified version 1.0.  Then simply it deployed m2 
> deploy
> 
> When I try to use it, maven keeps looking for a RELEASE version.
> 
> How do I tell that version 1.0 is a  RELEASE version. Something to specify 
> during deploy?
> 
> Last time, I simply modified plugin-registry.xml file and specified a 
> version I needed, but that does not seem right
> 
> Any documentation on versioning??
> 
> From plugin pom.xml file
> 
>   <groupId>lt.sintagma.maven.plugins</groupId>
>   <artifactId>my-plugin</artifactId>
>   <packaging>maven-plugin</packaging>
>   <version>1.0</version>
> 
> From plugin-registry.xml
>     <plugin>
>       <groupId>lt.sintagma.maven.plugins</groupId>
>       <artifactId>maven-jar-plugin</artifactId>
>       <useVersion>RELEASE</useVersion>
>     </plugin>
> 
> Thank you,
> Andrius Karpavicius



	

	
		
___________________________________________________________________________ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

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