how to deploy file to repository without filename modified?

2004-09-22 Thread Pak, Young-rok
I want to deploy some files to repository without modifying filename when deploying jar. for example, there is file to deploy in my project like this: src/tld/mytag.tld and, I want to deploy to my repository like this: mygroup/tlds/mytag.tld so, I tried to use maven.xml like this:

Re: how to deploy file to repository without filename modified?

2004-09-22 Thread Brett Porter
This is intentionally not supported. Artifacts need versions in the repository, especially with new features coming in Maven. What problems will this cause you? - Brett On Wed, 22 Sep 2004 20:10:17 +0900, Pak, Young-rok [EMAIL PROTECTED] wrote: I want to deploy some files to repository without

Re: how to deploy file to repository without filename modified?

2004-09-22 Thread Pak, Young-rok
. - Original Message - From: Brett Porter [EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 8:20 PM Subject: Re: how to deploy file to repository without filename modified? This is intentionally not supported. Artifacts need versions

RE: how to deploy file to repository without filename modified?

2004-09-22 Thread Charles Daniels
having to specify version numbers within your JSPs. Cheers, Chuck -Original Message- From: Pak, Young-rok [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 7:40 AM To: Maven Users List Subject: Re: how to deploy file to repository without filename modified? I want to deploy

Re: how to deploy file to repository without filename modified?

2004-09-22 Thread Brett Porter
[EMAIL PROTECTED] To: Maven Users List [EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 8:20 PM Subject: Re: how to deploy file to repository without filename modified? This is intentionally not supported. Artifacts need versions in the repository, especially with new features coming

Re: how to deploy file to repository without filename modified?

2004-09-22 Thread Felipe Leme
Hi, On Wed, 22 Sep 2004 20:39:35 +0900, Pak, Young-rok [EMAIL PROTECTED] wrote: Why the name of tld files should not be changed is that their file name will be used in JSP page like this: %@ taglib uri=/WEB-INF/tlds/mytag.tld prefix=mytag % Using a URI relative to the webapp