Reference local framework

2025-10-18 Thread Theodore Petrosky via Webobjects-dev
I created a framework. (TheFramework_FW) what do I put in the POM to reference it? It’s local! Ted ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Upda

Re: Reference local framework

2025-10-17 Thread Theodore Petrosky via Webobjects-dev
So, I added this to the pom.xml: EltekAccounting_FW EltekAccounting_FW 0.0.1-SNAPSHOT And it seems to be working. Ted > On Oct 5, 2025, at 5:59 PM, Ramsey Gurley via Webobjects-dev > wrot

Re: Reference local framework

2025-10-05 Thread Ramsey Gurley via Webobjects-dev
The same as  you would any other maven dependency. The group/artifact/version. But the version will be something-SNAPSHOT probably. It will work in eclipse, because of m2e, but if you try to build on the command line, you'll need to mvn install the framework before you can mvn compile the app.