You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "LaCasse, John" <JL...@filenet.com> on 2006/07/25 19:28:37 UTC

deploying jars without version information

Hi,

 

Does anybody know if you can have Maven deploy the jars that end up in
webapp/WEB-INF/lib without the version information in the filename?

 

Thanks,

Jpl


Re: deploying jars without version information

Posted by Alexandre Poitras <al...@gmail.com>.
What do you means by deploting? Deploying on a maven repository or on
a application server ? In the first case, the answer is no because
Maven needs those metadatas to be able to manage dependencies. In the
other case, yes it's possible just change the name in your war/jar
plugin configuration section.

On 7/25/06, LaCasse, John <JL...@filenet.com> wrote:
> Hi,
>
>
>
> Does anybody know if you can have Maven deploy the jars that end up in
> webapp/WEB-INF/lib without the version information in the filename?
>
>
>
> Thanks,
>
> Jpl
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org