I'm developing a small library and I want to compile it to two versions using maven. One version should contain the main class, the other version shouldn't contain it.
Is there a way to compile two different jar's? If yes, how?
I'm developing a small library and I want to compile it to two versions using maven. One version should contain the main class, the other version shouldn't contain it.
Is there a way to compile two different jar's? If yes, how?