This snippet shows how to invoke a target in ANT from Maven 2. The ANT build script file name is build.xml and is residing in the same folder as of the pom.xml. “createthumbnail” is the name of the target that will be invoked in build.xml. The invocation will happen during deploy phase [that is when [...]
Archive for the ‘ANT’ Category
Invoke ANT target from Maven
Posted in ANT on May 19, 2009 | Leave a Comment »