I guess I haven't really had to do this much before because I am running into a strange issue. I am trying to generate a JAR from an existing Java project ...
What is the true way of building multi-module maven project: via package or via install if NONE of the modules will be a dependency for another project? I think in this ...