problem description
I use maven to package a project for jar, using maven-assembly-plugin,maven-jar-plugin two plug-ins
where
maven-assembly-plugin puts dependent libraries under the lib directory, configuration resource files under config directory
maven-jar-plugin specifies dependent libraries under lib
but I don"t know how to specify the directory of configuration files
so that I can only put configuration files in jar directory
excuse me, how should I configure to specify the directory of the configuration file?
Thank you