Pete wrote on Wednesday, May 17, 2006 4:56 PM: > Maven 2.0.4. > > We have a common jar Maven Project call 'infra_Common', but even > though it deploys, it won't download to developer workstations after > a 'mvn deploy' > > We have Continuum building & deploying this project as 1.0-SNAPSHOT, > however the snapshot jar only seems to get downloaded from our Company > Repository if a developer's localRepository is empty (i.e the first > time only). > > Once the jar is in a developer's localRepository if it is then changed > by someone else and re-deployed using mvn deploy (either by hand or by > Continuum) it won't download again. > > Maven will continue to use the locally installed snapshot version.
[snip] > but only the xml changed, jar not downloaded. > > console output :- > > [INFO] snapshot rdf.infra:infra_Common:1.0-SNAPSHOT: checking for > updates from remote_rdfgroup [DEBUG] Skipping disabled repository > central [DEBUG] infra_Common: using locally installed snapshot > [DEBUG] Retrieving parent-POM: > rdf.infra:mform_infrastructure::1.0-SNAPSHOT for project: > rdf.infra:infra_Common:jar:1.0-SNAPSHOT from the repository. > > finally here's the infra_common parent pom > > <distributionManagement> > <repository> > <id>remote_rdfgroup</id> > <uniqueVersion>false</uniqueVersion> > <name>rdfgroup_remote_repository Repository</name> > <url>file:///\\xxxxx\maven2</url> > </repository> > <snapshotRepository> > <id>remote_rdfgroup</id> > <uniqueVersion>false</uniqueVersion> > <url>file:///\\xxxxxxx\maven2</url> > </snapshotRepository> > </distributionManagement> Vote here: http://jira.codehaus.org/browse/MNG-2289 - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
