Sunday, March 25, 2007

Maven 2 and Ant

There is a jax-ws maven plugin that's supposed to work well with maven 2. However, since I hack the jax-ws package by importing all the jars myself, this plugin doesn't really work for me.

I'll do the old fashion "ant" way. An example of how to call ant tasks from maven 2 can be found here.

Here are few interesting things to remember:
classpath -- maven.compile.classpath
output directory -- ${project.build.outputDirectory

No comments: