Saturday 22 February 2014

Maven Jdeveloper plugin

If you work with Maven and Jdeveloper 11 this plugin is a MUST for you.
Just add to your POM the following:

      <plugin>
        <groupId>org.apache.myfaces.trinidadbuild</groupId>
        <artifactId>maven-jdev-plugin</artifactId>
        <version>1.2.6</version>
      </plugin>


Then run:

mvn jdev:jdev

and magically Maven it will create the Jdeveloper PRJ file with all the library needed!!!

No comments:

Post a Comment