How to pack mysql connector with src folder in java?
I have a Java Project with multiple source folders inside it . I want to pack ONLY one of the source folder as a jar to use in other java project. But along with the packaging I want to pack mysql connector jar file also along with the packaging of source folder . And I am not using maven only simple Java Project.
发表回复