Hello
I'm not sure, if the problem I've got is specific to the flexmojo
plugin, but I assume so, and It would be nice if someone could
confirm, whether this is likely a problem of flexmojo, or a general
maven problem:

I'm using a "qualified" dependency to a swc in the form:
0.1.8-20101021.114036-7
Im using it because I want to use that specific version and NOT a
newer snapshot of 0.1.8.
However, it seems that this does not work; what I've seen is that it
always takes the -SNAPSHOT.swc from my maven local repository, AND
this -SNAPSHOT.swc is NOT the same as my desired version (-7 above),
but a newer one (say -9, which is also in my Local Repo)

Comparing this behaviour with the analogous situations in Java and
Jars, I've observed there, that the qualified version is COPIED OVER
to the -SNAPSHOT version, and then that -SNAPSHOT version is used for
compilation.

So, do you think, that it's a general maven bug, or a flexmojo-plugin
bug ? I could assume that handling of the files in the Maven Local
Repository is "pure maven", and not flexmojo specific, but why should
it then behave differently for jar's and swc's ?

Thx for your help.

-- 
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex-mojos

http://flexmojos.sonatype.org/

Reply via email to