How to pack mysql connector with src folder in java

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.

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注