You can build ADF jar using maven.
Steps:
In order to build ADF application using maven you need to add 2 plug-ins to the POM file
1. compiler plugin
2. ant plugin.
Ant plugin is used to run the ojdeploy build xml file.
ojdeploy build xml should have the deployment profile information.
Sunday, November 14, 2010
Subscribe to:
Post Comments (Atom)

Do you have an example of what the pom.xml file would look like?
ReplyDelete