Re: Ant tasks to deploy a jar

2007-12-13 Thread Hervé BOUTEMY
No problem here, it works as explained in http://maven.apache.org/ant-tasks.html. Can you send the Ant build fragment you're using? Hervé Le mercredi 12 décembre 2007, Paul Gier a écrit : Has anyone successfully deployed a jar file to a maven repository using the artifact:deploy ant task? I

Ant tasks to deploy a jar

2007-12-12 Thread Paul Gier
Has anyone successfully deployed a jar file to a maven repository using the artifact:deploy ant task? I tried using this task with both maven 2.0.6 and maven 2.0.8, and it would only deploy the pom files and not the jar. I ended up using ant exec/ and just calling mvn deploy:deploy-file. I'm