| <?xml version="1.0" encoding="UTF-8"?> |
| <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>org.dromara</groupId> |
| <artifactId>soul</artifactId> |
| <packaging>pom</packaging> |
| <version>3.0.0-SNAPSHOT</version> |
| <name>soul</name> |
| |
| <modules> |
| <module>soul-bom</module> |
| <module>soul-common</module> |
| <module>soul-plugins</module> |
| <module>soul-remoting</module> |
| <module>soul-bootstrap</module> |
| <module>soul-all</module> |
| <module>soul-monitor</module> |
| <module>soul-mvc</module> |
| <module>soul-register</module> |
| <module>soul-store</module> |
| <module>soul-config</module> |
| <module>soul-cache</module> |
| <module>soul-dashboard</module> |
| <module>soul-client</module> |
| <module>soul-fusing</module> |
| <module>soul-limiter</module> |
| </modules> |
| |
| <organization> |
| <name>dromara</name> |
| <url>http://www.dromara.org</url> |
| </organization> |
| |
| <licenses> |
| <license> |
| <name>Apache License, Version 2.0</name> |
| <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| <distribution>repo</distribution> |
| </license> |
| </licenses> |
| <scm> |
| <url>https://github.com/Dromara/soul.git</url> |
| <connection>scm:git:https://github.com/Dromara/soul</connection> |
| <developerConnection>scm:git:git@github.com:Dromara/soul</developerConnection> |
| <tag>${project.version}</tag> |
| </scm> |
| |
| |
| <issueManagement> |
| <system>GitHub Issues</system> |
| <url>https://github.com/Dromara/soul/issues</url> |
| </issueManagement> |
| |
| <developers> |
| <developer> |
| <id>xiaoyu</id> |
| <name>xiaoyu(Myth)</name> |
| <email>549477611@qq.com</email> |
| <organization>org.dromara</organization> |
| <roles> |
| <role>PPMC</role> |
| </roles> |
| </developer> |
| |
| <developer> |
| <id>chenbin</id> |
| <name>chenbin</name> |
| <email>chenbin@qq.com</email> |
| <organization>org.dromara</organization> |
| <roles> |
| <role>PPMC</role> |
| </roles> |
| </developer> |
| |
| <developer> |
| <id>jiangxiaofeng</id> |
| <name>jiangxiaofeng(Nicholas)</name> |
| <organization>org.dromara</organization> |
| <roles> |
| <role>member</role> |
| </roles> |
| </developer> |
| |
| <developer> |
| <id>huangxiaofeng</id> |
| <name>huangxiaofeng</name> |
| <organization>org.dromara</organization> |
| <roles> |
| <role>member</role> |
| </roles> |
| </developer> |
| </developers> |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.dromara</groupId> |
| <artifactId>soul-bom</artifactId> |
| <version>3.0.0-SNAPSHOT</version> |
| <type>pom</type> |
| <scope>import</scope> |
| </dependency> |
| |
| </dependencies> |
| </dependencyManagement> |
| |
| <dependencies> |
| <dependency> |
| <groupId>ch.qos.logback</groupId> |
| <artifactId>logback-classic</artifactId> |
| </dependency> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.mockito</groupId> |
| <artifactId>mockito-all</artifactId> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.powermock</groupId> |
| <artifactId>powermock-api-mockito</artifactId> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.powermock</groupId> |
| <artifactId>powermock-module-junit4</artifactId> |
| <scope>test</scope> |
| </dependency> |
| </dependencies> |
| <distributionManagement> |
| <snapshotRepository> |
| <id>ossrh</id> |
| <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| </snapshotRepository> |
| <repository> |
| <id>ossrh</id> |
| <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| </repository> |
| </distributionManagement> |
| |
| <build> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-source-plugin</artifactId> |
| <version>3.0.1</version> |
| <executions> |
| <execution> |
| <phase>package</phase> |
| <goals> |
| <goal>jar-no-fork</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-javadoc-plugin</artifactId> |
| <version>2.10.3</version> |
| <executions> |
| <execution> |
| <phase>package</phase> |
| <goals> |
| <goal>jar</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <version>3.7.0</version> |
| <configuration> |
| <source>1.8</source> |
| <target>1.8</target> |
| <encoding>UTF-8</encoding> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-release-plugin</artifactId> |
| <version>2.5.3</version> |
| <configuration> |
| <tagNameFormat>v@{project.version}</tagNameFormat> |
| <autoVersionSubmodules>true</autoVersionSubmodules> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.codehaus.mojo</groupId> |
| <artifactId>versions-maven-plugin</artifactId> |
| <version>2.5</version> |
| </plugin> |
| </plugins> |
| </build> |
| |
| </project> |