hallo

well version ranges are somewhat important.
i've found some sort of workaround by adding the enabled flags below:
(found in some bug report)

        <repository>
                <id>internal</id>
                <name>Internal maven repository</name>
                <url>http://repo/mvn/internal</url>
                <releases>
                        <enabled>true</enabled>
                </releases>
                <snapshots>
                        <enabled>false</enabled>
                </snapshots>
        </repository>

(depending on the content of the repo false/true). this seems to work for my setup. But still from time to time people have to manually delete some files from their local repository.

kinda bad - i am gonna vote that bug :)

regards
op



Mark Hobson schrieb:
Hi there,

Version ranges are rather buggy at the moment - I've experienced
something similar, although contrary to what you mention:

http://jira.codehaus.org/browse/MNG-2994

Cheers,

Mark

On 16/07/07, ossi petz <[EMAIL PROTECTED]> wrote:
Hallo

another weird problem :)

i have two repositories defined, one for snapshots, one for releases.

when i add a dependency like:

        <dependency>
                <groupId>group.id</groupId>
                <artifactId>artifact-id</artifactId>
                <version>[2007.2.,2007.3)</version>
        </dependency>

the according jar is looked up in the snapshot repository instead of the
releases repository.

the dependency above has dependant jars itself (like core, logging,
etc). those are downloaded correctly.
only this 'direct' dependency in the current project's pom is looked up
in the wrong place.

adding an explicit version number works normally but that does not solve
my dependency issues.


is there a solution to this? or is it a bug? or did i messed up the
configuration?

any hints appreciated :)


regards
op


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to