File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 5
5
<groupId >io.github.json031</groupId >
6
6
<artifactId >mcunittests</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.0.2 </version >
8
+ <version >1.0.3 </version >
9
9
<name >mcunittests</name >
10
10
<description >mcunittests是SpringBoot项目的一个单元测试库,是一个在MIT许可下分发的开源项目</description >
11
11
<url >https://github.com/Json031/mcunittests</url >
101
101
<target >1.8</target >
102
102
</configuration >
103
103
</plugin >
104
+ <!-- 打包源码 -->
105
+ <plugin >
106
+ <groupId >org.apache.maven.plugins</groupId >
107
+ <artifactId >maven-source-plugin</artifactId >
108
+ <version >3.2.1</version >
109
+ <executions >
110
+ <execution >
111
+ <id >attach-sources</id >
112
+ <goals >
113
+ <goal >jar</goal >
114
+ </goals >
115
+ </execution >
116
+ </executions >
117
+ </plugin >
118
+
119
+ <!-- 打包 Javadoc -->
120
+ <plugin >
121
+ <groupId >org.apache.maven.plugins</groupId >
122
+ <artifactId >maven-javadoc-plugin</artifactId >
123
+ <version >3.4.1</version >
124
+ <executions >
125
+ <execution >
126
+ <id >attach-javadocs</id >
127
+ <goals >
128
+ <goal >jar</goal >
129
+ </goals >
130
+ </execution >
131
+ </executions >
132
+ </plugin >
104
133
</plugins >
105
134
</build >
106
135
You can’t perform that action at this time.
0 commit comments