Explorar el Código

增加zheng-wechat-app微信小程序子模块

shuzheng hace 9 años
padre
commit
99e4ced616
Se han modificado 1 ficheros con 25 adiciones y 0 borrados
  1. 25 0
      zheng-wechat/zheng-wechat-app/pom.xml

+ 25 - 0
zheng-wechat/zheng-wechat-app/pom.xml

@@ -0,0 +1,25 @@
+<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>
+
+    <parent>
+        <groupId>com.zheng</groupId>
+        <artifactId>zheng-wechat</artifactId>
+        <version>1.0.0</version>
+    </parent>
+
+    <artifactId>zheng-wechat-app</artifactId>
+    <packaging>pom</packaging>
+
+    <name>zheng-wechat-app</name>
+    <url>http://www.zhangshuzheng.cn</url>
+
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+        <maven.compiler.source>1.7</maven.compiler.source>
+        <maven.compiler.target>1.7</maven.compiler.target>
+        <maven.compiler.compilerVersion>1.7</maven.compiler.compilerVersion>
+    </properties>
+
+</project>