[ 
https://issues.apache.org/jira/browse/TRINIDAD-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549460
 ] 

Gary Kind commented on TRINIDAD-851:
------------------------------------

Actually Aino, you must using and looking at the old version of 
JDeveloperMojo.java.  The current version that was just put into 1.2.5 has this 
code:
  /**
   * @parameter expression="${jdev.release}" default-value="10.1.3.0.4"
   */
  private String release;

The patch you added in this issue is:

    /**
    * @parameter expression="10.1.3.0.4"
    * @required
 -  * @readonly
    */
   private String release;

indicating you are looking at the old version of the JDev Plugin.  That is also 
why the jdev.release property is not working for you.  You should probably 
close this issue since the current plugin already does what you want.



> JDev Plugin - configure the release
> -----------------------------------
>
>                 Key: TRINIDAD-851
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-851
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Plugins
>    Affects Versions:  1.2.6-plugins
>            Reporter: Aino Andriessen
>            Priority: Minor
>         Attachments: JDeveloperMojo.patch
>
>
> Be able to configure which JDeveloper version the project files are generated 
> for. Especially meaningful with the upcoming 11g release.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to