Re: Remove "cayenne-modeler-maven-plugin" in 5.0?

Andrus Adamchik <[email protected]> Sun, 3 May 2026 17:35:44 -0400
Newsgroups gmane.comp.java.cayenne.user
Message-ID <[email protected]>
I just whacked it yesterday :) Made Modeler internals a bit cleaner.

>  make it easier for people to run CM who didn't have it installed.

I understand that this is the use case, but I can't relate to it. What's =
preventing those people from installing the Modeler?

A.=20


> On May 3, 2026, at 5:09=E2=80=AFPM, Michael Gentry =
<[email protected]> wrote:
>=20
> I always created a cm.sh script in the root project directory to make =
it
> easier for people to run CM who didn't have it installed.
>=20
> The solution you show, for the Mac at least, works if you have CM =
installed
> and a Mac. :-)
>=20
> I don't have any strong opinions, but if the burden of keeping the =
Maven
> plugin is minimal, I think I'd want to keep it.
>=20
> mrg
>=20
> On Sun, Apr 26, 2026 at 5:30=E2=80=AFPM Andrus Adamchik =
<[email protected]> wrote:
>=20
>> FYI: https://issues.apache.org/jira/browse/CAY-2925. Anyone feels
>> strongly about the need for starting the Modeler from Maven? This =
always
>> looked odd to me. Besides the following works just fine (on Mac):
>>=20
>> $ open CayenneModeler.app --args ~/path/to/cayenne-project.xml
>>=20
>> Andrus