随笔分类 -  Maven

摘要:创建Maven Web项目 在Eclipse下新建项目时,选择新建Maven项目,如图 默认点击下一步,在“select an archetype”这步时,一样使用默认的配置,如图 下一步,需要输入项目名称,起名为“testMavenWeb”项目,点击【finish】,完成项目创建。 此时,一个Ja 阅读全文
posted @ 2017-05-12 11:09 1582277142 阅读(262) 评论(0) 推荐(0)
摘要:POM 文件中添加 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.3</version> <configuration> < 阅读全文
posted @ 2017-04-21 09:06 1582277142 阅读(1761) 评论(0) 推荐(0)