I have my database connections .eomodel etc in a framework.
It is listed in my pom: <dependency> <groupId>com.eltek</groupId> <artifactId>BookingFramework</artifactId> <version>0.0.1-SNAPSHOT</version> </dependency>It compiles and runs fine in Eclipse. But, (why is there always a big butt) I don't see the framework anywhere in the package on the server.
am I missing something? I like when I have my database in a framework. Ted
