Howdy all

Im trying to run the m2eclipse plugin and do workspace resolution
between projects but it only seems to work when the explicit version
of the associated other projects in the workspace as defined, not
using the LATEST tag even if the latest is a SNAPSHOT.


Example

Project1 Version 1.0.1-SNAPSHOT

Project 2
<dependency>
      <groupId>Projects</groupId>
      <artifactId>Project1/artifactId>
      <version>LATEST</version>
 </dependency>

This will only resolve the latest SNAPSHOT in the repository  (ie
Project1-1.0.1-20080916.190644-6) instead of resolving in the
workspace to the 1.0.1-SNAPSHOT version.

I know that latest would also resolve to the latest release, but if
the latest is a time-stamped snapshot shouldn't the m2eclipse plugin
resolve to a snapshot definition of the same version if that is the
latest in the repository?

Is there a way to get around this other then defining the explicit
snap-shot version on every project (I have 63 individual artifacts
that managing the rev for each we are trying to only do at release time)

Thanks

-=Brian

--
Brian Towles
Application Architect
Technology Consortium, LLC
[EMAIL PROTECTED]
tel: 512.415.8105

<<inline: image.jpg>>




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to