
Maven
happymff
从事测试10年+,在APP、Web、后端服务、机器人、蓝牙等方向有实际工作经验,并有5年+的管理经验~
展开
-
maven Setting文件
主要设置自己的境像仓库和Mirror境像服务器<?xml version="1.0" encoding="UTF-8"?><!--Licensed to the Apache Software Foundation (ASF) under oneor more contributor license agreements. See the NOTICE filedistributed wit原创 2017-04-28 10:58:32 · 1843 阅读 · 0 评论 -
maven build时pom文件中添加的设置
<build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration>原创 2017-07-24 16:29:44 · 910 阅读 · 0 评论 -
maven中常用的依赖
<!-- json --> <dependency> <groupId>net.sf.json-lib</groupId> <artifactId>json-lib</artifactId> <version>2.4</version> <classifier>jdk15</classifi原创 2017-08-23 21:45:15 · 248 阅读 · 0 评论 -
如何通过maven命令将本地的jar包添加到maven依赖库中
1. 通过maven命令将本地的jar包添加到mavan的本地仓库中mvn install:install-file -Dfile=/Users/mengfeifei/Desktop/workspace/IDEA_Project/InterfaceTest/qa/com.bj58.qa.atf-1.0.0-SNAPSHOT.jar -DgroupId=org.qa -DartifactId=com原创 2017-08-23 22:46:14 · 1281 阅读 · 0 评论 -
Jenkins + testNg + maven 项目持续集成
<properties> <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version> <suiteXmlFile>src/test/testng.xml</suiteXmlFile> </properties> <dependencies> <dependen原创 2017-09-22 17:57:45 · 1308 阅读 · 0 评论