Sunday, November 14, 2010

Building ADF Jar using maven

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.

1 comment:

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

    ReplyDelete