Does RTC 405 support Maven 3
One answer
I assume you're talking about the Maven build definitions?
Frankly there's not a lot of value there. IMO you're much better off using a command line definition, from which you can execute Maven and/or anything else you want.
Comments
Thanks for the answer. Looking at this:
https://jazz.net/wiki/bin/view/Main/MavenBuild
Your Maven builds can take advantage of these tasks using the Maven AntRun plugin. We'll demonstrate calling the
startBuildActivity
task from the pom.xml file using maven-antrun-plugin.
Is this plugin a part of Maven, or do we need to find this somewhere on the web?