2 Star 1 Fork 0

monkeyk7 / MySCIM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
monkeyk7 提交于 2017-06-09 14:56 . SCIM Server testing
<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.monkeyk</groupId>
<artifactId>myscim</artifactId>
<version>1.0.0</version>
<name>${project.artifactId}</name>
<packaging>pom</packaging>
<description>SCIM V2 Implement</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<developers>
<developer>
<name>shengzhao</name>
<email>sz@monkeyk.com</email>
</developer>
<!--more developer-->
</developers>
<modules>
<module>server</module>
<!--<module>client</module>-->
</modules>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<!--Nothing-->
</dependencies>
<repositories>
<repository>
<id>basedir</id>
<url>file://${project.basedir}/lib/</url>
</repository>
</repositories>
</project>
Java
1
https://gitee.com/mkk/myscim.git
git@gitee.com:mkk/myscim.git
mkk
myscim
MySCIM
master

搜索帮助