maven插件maven-dependency-plugin的使用

  用maven來管理應用,常常會用到這個插件,他的功能很強大,暫說說他的一個功能吧。就是能夠將依賴的jar文件拷貝到你指定的文件夾。maven 使用例子以下:ui     <build> <plugins> <plugin> <artifactId>maven-dependency-plugin</artifactId> <version>2.1</version>
相關文章
相關標籤/搜索