Skip to content

Commit 4554dfc

Browse files
committed
#2 补充Maven中央仓库必须的POM文件内容
1 parent 3fc8942 commit 4554dfc

File tree

4 files changed

+133
-1
lines changed

4 files changed

+133
-1
lines changed

pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,25 @@
5353
<url>https://github.com/vipshop/vjtools</url>
5454
</scm>
5555

56+
<developers>
57+
<developer>
58+
<id>calvin</id>
59+
<name>Calvin Xiao</name>
60+
<email>calvin.xiao at vipshop.com</email>
61+
<roles>
62+
<role>developer</role>
63+
</roles>
64+
<timezone>+8</timezone>
65+
</developer>
66+
<developer>
67+
<id>dehuizheng</id>
68+
<name>Dehui Zheng</name>
69+
<email>dehui.zheng at vipshop.com</email>
70+
<roles>
71+
<role>developer</role>
72+
</roles>
73+
<timezone>+8</timezone>
74+
</developer>
75+
</developers>
76+
5677
</project>

vjkit/pom.xml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,41 @@
146146
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
147147
</repository>
148148
</distributionManagement>
149+
150+
<url>https://github.com/vipshop/vjtools</url>
151+
152+
<licenses>
153+
<license>
154+
<name>Apache License 2.0</name>
155+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
156+
<distribution>repo</distribution>
157+
</license>
158+
</licenses>
159+
160+
<scm>
161+
<connection>scm:git:https://github.com/vipshop/vjtools.git</connection>
162+
<developerConnection>scm:git:https://github.com/vipshop/vjtools.git</developerConnection>
163+
<url>https://github.com/vipshop/vjtools</url>
164+
</scm>
165+
166+
<developers>
167+
<developer>
168+
<id>calvin</id>
169+
<name>Calvin Xiao</name>
170+
<email>calvin.xiao at vipshop.com</email>
171+
<roles>
172+
<role>developer</role>
173+
</roles>
174+
<timezone>+8</timezone>
175+
</developer>
176+
<developer>
177+
<id>dehuizheng</id>
178+
<name>Dehui Zheng</name>
179+
<email>dehui.zheng at vipshop.com</email>
180+
<roles>
181+
<role>developer</role>
182+
</roles>
183+
<timezone>+8</timezone>
184+
</developer>
185+
</developers>
149186
</project>

vjmap/pom.xml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,41 @@
114114
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
115115
</repository>
116116
</distributionManagement>
117+
118+
<url>https://github.com/vipshop/vjtools</url>
119+
120+
<licenses>
121+
<license>
122+
<name>Apache License 2.0</name>
123+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
124+
<distribution>repo</distribution>
125+
</license>
126+
</licenses>
127+
128+
<scm>
129+
<connection>scm:git:https://github.com/vipshop/vjtools.git</connection>
130+
<developerConnection>scm:git:https://github.com/vipshop/vjtools.git</developerConnection>
131+
<url>https://github.com/vipshop/vjtools</url>
132+
</scm>
133+
134+
<developers>
135+
<developer>
136+
<id>calvin</id>
137+
<name>Calvin Xiao</name>
138+
<email>calvin.xiao at vipshop.com</email>
139+
<roles>
140+
<role>developer</role>
141+
</roles>
142+
<timezone>+8</timezone>
143+
</developer>
144+
<developer>
145+
<id>dehuizheng</id>
146+
<name>Dehui Zheng</name>
147+
<email>dehui.zheng at vipshop.com</email>
148+
<roles>
149+
<role>developer</role>
150+
</roles>
151+
<timezone>+8</timezone>
152+
</developer>
153+
</developers>
117154
</project>

vjtop/pom.xml

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>vjtop</artifactId>
88
<version>1.0.0</version>
99
<name>vjtop</name>
10-
<description>Monitoring JVM info and busy threads in linux top style</description>
10+
<description>Linux top-like JVM info and busy threads monitoring tools</description>
1111

1212
<properties>
1313
<!-- change it to point to your tools.jar from your JDK -->
@@ -138,4 +138,41 @@
138138
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
139139
</repository>
140140
</distributionManagement>
141+
142+
<url>https://github.com/vipshop/vjtools</url>
143+
144+
<licenses>
145+
<license>
146+
<name>Apache License 2.0</name>
147+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
148+
<distribution>repo</distribution>
149+
</license>
150+
</licenses>
151+
152+
<scm>
153+
<connection>scm:git:https://github.com/vipshop/vjtools.git</connection>
154+
<developerConnection>scm:git:https://github.com/vipshop/vjtools.git</developerConnection>
155+
<url>https://github.com/vipshop/vjtools</url>
156+
</scm>
157+
158+
<developers>
159+
<developer>
160+
<id>calvin</id>
161+
<name>Calvin Xiao</name>
162+
<email>calvin.xiao at vipshop.com</email>
163+
<roles>
164+
<role>developer</role>
165+
</roles>
166+
<timezone>+8</timezone>
167+
</developer>
168+
<developer>
169+
<id>dehuizheng</id>
170+
<name>Dehui Zheng</name>
171+
<email>dehui.zheng at vipshop.com</email>
172+
<roles>
173+
<role>developer</role>
174+
</roles>
175+
<timezone>+8</timezone>
176+
</developer>
177+
</developers>
141178
</project>

0 commit comments

Comments
 (0)