FYI, we should be using ${pom.version} anywhere the project version is needed. No need for a custom property.

--jason


On Jun 30, 2006, at 9:19 AM, David Jencks wrote:


On Jun 30, 2006, at 9:07 AM, anita kulshreshtha wrote:

  It was my understanding that we do not use snapshots for plugins.
This is from etc/project.properties -
geronimo_packaging_plugin_version=1.2.0-4
geronimo_assembly_plugin_version=1.2.0-9
geronimo_deployment_plugin_version=1.2.0-2
geronimo_dependency_plugin_version=1.2.0-2

That was due to maven 1 incompetence in plugin management. It's caused untold headaches. Although it appears m2 has a whole new set of things it cant do with plugins, handling snapshot plugins allegedly works fine. Due to the problems with the m1 versioning I'd like to give m2 snapshot plugins a chance.

thanks
david jencks


Thnaks
Anita

--- Jeff Genender <[EMAIL PROTECTED]> wrote:

The packaging plugin is at 1.2-SNAPSHOT, and the pom references it as
1.2.0. I wan tto update it to 1.2-SNAPSHOT:

Index: pom.xml
===================================================================
--- pom.xml     (revision 418149)
+++ pom.xml     (working copy)
@@ -136,7 +136,7 @@
          | Geronimo plugin versions
          |
          -->
-

<geronimoPackagingPluginVersion>1.2.0</ geronimoPackagingPluginVersion>
+

<geronimoPackagingPluginVersion>1.2-SNAPSHOT</ geronimoPackagingPluginVersion>

         <!--
          |



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


Reply via email to