I have some jar files inside my project folder , and I want maven to include them inside WEB-INF/lib , I know one way to include is to create a custom ant task but the problem is maven creates a version number inside target ,my project is audit and when I see the target folder I see audit-1 , in this case how can I specifically write ant tasks to include these jar files inside WEB-INF/lib with out knowing what the root folder is and moreover i do not know when compile happens , and when is WEB-INF folder is created etc please suggest me how to write ant task to update the war file generated by maven install ,
if there is any other way with out maven-antrun-plugin please tell me
