Re: [m2e-users] m2e and SNAPSHOT

2012-09-11 Thread Igor Fedorenko
Please provide a small standalone example that works on command line but does not work in m2e workspace and we will have a look. -- Regards, Igor On 12-09-11 8:32 AM, F V wrote: Hi Anders, I understand, what you tell me, and it is true. But, if it is Maven key feature, then why can I compile t

Re: [m2e-users] m2e and SNAPSHOT

2012-09-11 Thread F V
Hi Anders, I understand, what you tell me, and it is true. But, if it is Maven key feature, then why can I compile the project from commend line. (If you test it, the (dot)SNAPSHOT version-string processing same as the -SNAPSHOT processing in the Maven.) I think the m2e plugin work as the command

Re: [m2e-users] m2e and SNAPSHOT

2012-09-11 Thread Anders Hammar
You have to understand that "-SNAPSHOT" is a key thing in Maven. When you use a dot instead you're declaring a release version and not a snapshot/dev version number. And this scheme cannot be changed; it's at the hart of Maven. /Anders On Tue, Sep 11, 2012 at 11:37 AM, F V wrote: > Dear All, > >

[m2e-users] m2e and SNAPSHOT

2012-09-11 Thread F V
Dear All, I'm new here, and sorry, if my question is too lama. I use STS 2.9.2 with m2e 1.1.0.20120530-0009. In our project we use Virgo, where the SNAPSHOT name-convetion is a bit different. We use "." (dot) insted of hyphen. hu.mycomp project.name 1