Here i create a maven project and their no lib folder i specify all the required jars in the POM.XML i would to get all my jars from POM.XML file for that i give the plugins maven-assembly-plugin,maven-compiler-plugin,maven-dependency-plugin.
I create the assembly.XML file and run the process but the jars is not installed in the zip file.
这是我的assembly.XML文件
can please help to me.