I have a Maven project which holds a number of shared classes for two other projects (one maven Java SE project and one Android project).
I need to package this shared jar up in the other projects when I do a build.
Now I know of Nexus, but I'm working without access to a shared installation of it.
Is the only option to include the shared jar as part of the maven/gradle projects in src/main/resources for example?