Happens to us all. :-) On Thu, Sep 27, 2018 at 6:34 AM Nikita Timofeev <ntimof...@objectstyle.com> wrote:
> Thanks for noticing. Good old copy-paste programming :) > On Wed, Sep 26, 2018 at 10:56 PM t...@giaccone.org <t...@giaccone.org> > wrote: > > > > > > > > Exploring the pom plugin that does the modeling work and ran this > command: > > > > > > $ mvn help:describe > -Dplugin=org.apache.cayenne.plugins:cayenne-maven-plugin > > > > Notice that the cayenne:cdbgen and cayenne:cgen have identical text. > > > > > > The key part of the response is: > > This plugin has 3 goals: > > > > cayenne:cdbgen > > Description: Maven mojo to perform class generation from data map. This > > class is a Maven adapter to DefaultClassGenerator class. > > > > cayenne:cdbimport > > Description: Maven mojo to reverse engineer datamap from DB. > > > > cayenne:cgen > > Description: Maven mojo to perform class generation from data map. This > > class is an Maven adapter to DefaultClassGenerator class. > > > > > > > -- > Best regards, > Nikita Timofeev >