Skip to content

Commit 3ac9407

Browse files
committed
完善配置
1 parent 75f5dcb commit 3ac9407

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

pom.xml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,37 @@
77
<artifactId>hsweb-framework</artifactId>
88
<packaging>pom</packaging>
99
<version>2.1-SNAPSHOT</version>
10+
11+
<name>${project.groupId}:${project.artifactId}</name>
12+
<url>http://www.hsweb.me</url>
13+
<description>企业后台管理基础框架</description>
14+
15+
<licenses>
16+
<license>
17+
<name>The Apache License, Version 2.0</name>
18+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
19+
</license>
20+
</licenses>
21+
22+
<developers>
23+
<developer>
24+
<name>zhouhao</name>
25+
<email>i@hsweb.me</email>
26+
<roles>
27+
<role>Owner</role>
28+
</roles>
29+
<timezone>+8</timezone>
30+
<url>https://github.com/zhou-hao</url>
31+
</developer>
32+
</developers>
33+
34+
<scm>
35+
<connection>scm:git:https://github.com/hs-web/hsweb-framework.git</connection>
36+
<developerConnection>scm:git:https://github.com/hs-web/hsweb-framework.git</developerConnection>
37+
<url>https://github.com/hs-web/hsweb-framework</url>
38+
<tag>${project.version}</tag>
39+
</scm>
40+
1041
<modules>
1142
<module>hsweb-web-dao</module>
1243
<module>hsweb-web-service</module>
@@ -46,6 +77,14 @@
4677

4778
<build>
4879
<plugins>
80+
<plugin>
81+
<groupId>org.apache.maven.plugins</groupId>
82+
<artifactId>maven-scm-plugin</artifactId>
83+
<version>1.8.1</version>
84+
<configuration>
85+
<connectionType>connection</connectionType>
86+
</configuration>
87+
</plugin>
4988
<!-- 要将源码放上去,需要加入这个插件 -->
5089
<plugin>
5190
<artifactId>maven-source-plugin</artifactId>

0 commit comments

Comments
 (0)