File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 7
7
<artifactId >hsweb-framework</artifactId >
8
8
<packaging >pom</packaging >
9
9
<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
+
10
41
<modules >
11
42
<module >hsweb-web-dao</module >
12
43
<module >hsweb-web-service</module >
46
77
47
78
<build >
48
79
<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 >
49
88
<!-- 要将源码放上去,需要加入这个插件 -->
50
89
<plugin >
51
90
<artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments