Deployed extensions hardcoded to jar

2005-10-05 Thread Daniel Hannum
Hi, I'm using the ant tasks to add dependency management and repositories to my ant project. I'm using the following tasks to deploy a zip that I built to the repository. artifact:pom file=pom.xml id=maven.project/ artifact:deploy file=build/web/foo.zip

Re: Deployed extensions hardcoded to jar

2005-10-05 Thread Brett Porter
it's controlled by packaging/ in the pom. However, you might need more functionality from the ant task - please file a bug. - Brett On 10/6/05, Daniel Hannum [EMAIL PROTECTED] wrote: Hi, I'm using the ant tasks to add dependency management and repositories to my ant project. I'm using the