mybaits的 maven pom.xml文件中配置阿裏源
阿新 • • 發佈:2018-07-28
tor snapshot may pack targe -s name schema per <?xml version="1.0" encoding="UTF-8"?>
http://www.example.com
**
alimaven
aliyun maven
http://maven.aliyun.com/nexus/content/groups/public/
**
UTF-8
1.7
1.7
junit
junit
4.11
test
**
mysql
mysql-connector-java
6.0.6
org.mybatis
mybatis
3.4.4
**
mybaits
maven-clean-plugin
3.0.0
maven-resources-plugin
3.0.2
maven-compiler-plugin
3.7.0
maven-surefire-plugin
2.20.1
maven-war-plugin
3.2.0
maven-install-plugin
2.5.2
maven-deploy-plugin
2.8.2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.demo</groupId>
<artifactId>mybaits</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>mybaits Maven Webapp</name>
mybaits的 maven pom.xml文件中配置阿裏源