You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andre Rothe (JIRA)" <ji...@apache.org> on 2010/10/13 10:26:34 UTC

[jira] Created: (CAY-1493) Provide a relative package path for superPkg parameter of maven plugin

Provide a relative package path for superPkg parameter of maven plugin
----------------------------------------------------------------------

                 Key: CAY-1493
                 URL: https://issues.apache.org/jira/browse/CAY-1493
             Project: Cayenne
          Issue Type: Improvement
          Components: Core Library
    Affects Versions: 3.0.1
         Environment: Cayenne 3.0.1 on Netbeans 6.9
            Reporter: Andre Rothe
            Priority: Minor
             Fix For: Short term future


It would be nice to have a different behavior of the superPkg configuration parameter for the cayenne-maven-plugin. 

If you have a class Employee in package x.y and a class Department in package x.y.z then I would set a relative package "auto" (or something), to get the _Employee in x.y.auto and _Department in x.y.z.auto. Currently I have to define a complete package path, which is used for all generated classes. The original behaviour should be possible too.

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