7
7
<groupId >org.hswebframework</groupId >
8
8
<artifactId >hsweb-expands</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >3.0.0-SNAPSHOT </version >
10
+ <version >3.0.0</version >
11
11
<modules >
12
12
<module >hsweb-expands-script</module >
13
13
<module >hsweb-expands-office</module >
17
17
<module >hsweb-expands-template</module >
18
18
<module >hsweb-expands-security</module >
19
19
</modules >
20
+
21
+
22
+ <name >${project.groupId} :${project.artifactId} </name >
23
+ <url >http://www.hswebframework.org</url >
24
+ <description >hsweb拓展工具集</description >
25
+
26
+ <licenses >
27
+ <license >
28
+ <name >The Apache License, Version 2.0</name >
29
+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
30
+ </license >
31
+ </licenses >
32
+
33
+ <developers >
34
+ <developer >
35
+ <name >zhouhao</name >
36
+
37
+ <roles >
38
+ <role >Owner</role >
39
+ </roles >
40
+ <timezone >+8</timezone >
41
+ <url >https://github.com/zhou-hao</url >
42
+ </developer >
43
+ </developers >
44
+
45
+ <scm >
46
+ <connection >scm:git:https://github.com/hs-web/hsweb-expands.git</connection >
47
+ <developerConnection >scm:git:https://github.com/hs-web/hsweb-expands.git</developerConnection >
48
+ <url >https://github.com/hs-web/hsweb-expands</url >
49
+ <tag >${project.version} </tag >
50
+ </scm >
51
+
20
52
<properties >
21
53
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
54
<project .build.locales>zh_CN</project .build.locales>
27
59
<slf4j .version>1.7.21</slf4j .version>
28
60
<logback .version>1.1.7</logback .version>
29
61
30
- <hsweb .utils.version>3.0.0-SNAPSHOT </hsweb .utils.version>
62
+ <hsweb .utils.version>3.0.0</hsweb .utils.version>
31
63
</properties >
64
+ <profiles >
65
+ <profile >
66
+ <id >release</id >
67
+ <build >
68
+ <plugins >
69
+ <plugin >
70
+ <groupId >org.sonatype.plugins</groupId >
71
+ <artifactId >nexus-staging-maven-plugin</artifactId >
72
+ <version >1.6.3</version >
73
+ <extensions >true</extensions >
74
+ <configuration >
75
+ <serverId >sonatype-releases</serverId >
76
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
77
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
78
+ </configuration >
79
+ </plugin >
80
+ <plugin >
81
+ <groupId >org.apache.maven.plugins</groupId >
82
+ <artifactId >maven-release-plugin</artifactId >
83
+ <configuration >
84
+ <autoVersionSubmodules >true</autoVersionSubmodules >
85
+ <useReleaseProfile >false</useReleaseProfile >
86
+ <releaseProfiles >release</releaseProfiles >
87
+ <goals >deploy</goals >
88
+ </configuration >
89
+ </plugin >
90
+ <plugin >
91
+ <groupId >org.apache.maven.plugins</groupId >
92
+ <artifactId >maven-gpg-plugin</artifactId >
93
+ <version >1.5</version >
94
+ <executions >
95
+ <execution >
96
+ <id >sign-artifacts</id >
97
+ <phase >verify</phase >
98
+ <goals >
99
+ <goal >sign</goal >
100
+ </goals >
101
+ </execution >
102
+ </executions >
103
+ </plugin >
104
+ <plugin >
105
+ <groupId >org.apache.maven.plugins</groupId >
106
+ <artifactId >maven-javadoc-plugin</artifactId >
107
+ <version >2.9.1</version >
108
+ <configuration >
109
+ <additionalparam >-Xdoclint:none</additionalparam >
110
+ </configuration >
111
+ <executions >
112
+ <execution >
113
+ <id >attach-javadocs</id >
114
+ <goals >
115
+ <goal >jar</goal >
116
+ </goals >
117
+ </execution >
118
+ </executions >
119
+ </plugin >
120
+ </plugins >
121
+ </build >
122
+ </profile >
123
+ </profiles >
32
124
33
125
<build >
34
126
<plugins >
172
264
</snapshots >
173
265
</repository >
174
266
</repositories >
267
+ <!-- <distributionManagement>-->
268
+ <!-- <repository>-->
269
+ <!-- <id>releases</id>-->
270
+ <!-- <name>Nexus Release Repository</name>-->
271
+ <!-- <url>http://nexus.hsweb.me/content/repositories/releases/</url>-->
272
+ <!-- </repository>-->
273
+ <!-- <snapshotRepository>-->
274
+ <!-- <id>snapshots</id>-->
275
+ <!-- <name>Nexus Snapshot Repository</name>-->
276
+ <!-- <url>http://nexus.hsweb.me/content/repositories/snapshots/</url>-->
277
+ <!-- </snapshotRepository>-->
278
+ <!-- </distributionManagement>-->
175
279
<distributionManagement >
176
280
<repository >
177
- <id >releases</id >
178
- <name >Nexus Release Repository </name >
179
- <url >http ://nexus.hsweb.me/content/repositories/releases/ </url >
281
+ <id >sonatype- releases</id >
282
+ <name >sonatype repository </name >
283
+ <url >https ://oss.sonatype.org/service/local/staging/deploy/maven2 </url >
180
284
</repository >
181
285
<snapshotRepository >
182
- <id >snapshots</id >
286
+ <id >sonatype- snapshots</id >
183
287
<name >Nexus Snapshot Repository</name >
184
- <url >http ://nexus.hsweb.me /content/repositories/snapshots/ </url >
288
+ <url >https ://oss.sonatype.org /content/repositories/snapshots</url >
185
289
</snapshotRepository >
186
290
</distributionManagement >
187
291
</project >
0 commit comments