On Mon, Aug 2, 2010 at 11:26 AM, C. Benson Manica <[email protected]> wrote:
> So there's absolutely no way to force Maven to deploy an artifact with a
> name not in the standard format?  If so, that's really unfortunate...

That would be kind of like insisting that MySQL change its internal
data format.  It's probably possible to change the repository format
if you want to dig into the code, but unlikely to be worth it.

I think you've already hit on the easiest solution, which is to copy
or move the artifacts somewhere that the tool can process them.  (I
wouldn't rename them *in* the repo in case you later have some
maven-aware tooling.)

You could use the wagon plugin to transfer the file to some arbitrary location.

Another idea might be to use the Maven dependency plugin to pull the
artifacts down and rename them:
http://maven.apache.org/plugins/maven-dependency-plugin/copy-mojo.html
, then have the tool process them.

Or you could fix the tool so it works with the Maven repo format.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to