RE : Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread HARDION Vincent
Hi Jan, The problem with dynamic artifactID is not a general issue of NAR plugin. The problem comes from Nexus when it rebuild fingerprint of metadata and .pom. In the metadata the artifactId is interpolated not in the .pom file so Nexus delete fingerprint and can't rebuild them. Regards, Vinc

RE : Re: RE : AW: RE: AW: Re: AW: Re: Maven for Non-Java Projects

2009-08-18 Thread HARDION Vincent
Hi Jörg, You're right for the deployment but you can't define a dependency with a specific classifier like this : org.foo MyLibrary shared-debug I mean it's not impossible but we have to read back/rewrite the code of the plugi