Hi, I want to use our existing m1 repository with m2. I configured the repository as legacy style, but it only works with a 'flat' hierarchy, because m2 builds the downloadurl without replacing the points of the groupid.
<groupId>foo.bar</groupId> <artifactId>baz</artifactId> <version>0.815</version> will be computed to ..../reponame/foo.bar/jars/baz-0.815.jar (wrong) instead of ..../reponame/foo/bar/jars/baz-0.815.jar (right) Has anybody an idea how i can get this to work (if its possible)? Thanks & regards, Volker -- View this message in context: http://www.nabble.com/-M2--%27legacy%27-in-repo-configuration-is-not-working-as-expected-tf2908899s177.html#a8127030 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
