Skip to content

Commit 2a6b818

Browse files
committed
添加source插件,方便使用者拉取源码查阅
1 parent da15edb commit 2a6b818

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

APIJSONORM/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@
3636
<target>1.8</target>
3737
</configuration>
3838
</plugin>
39+
40+
<plugin>
41+
<groupId>org.apache.maven.plugins</groupId>
42+
<artifactId>maven-source-plugin</artifactId>
43+
<version>3.2.1</version>
44+
<executions>
45+
<execution>
46+
<phase>package</phase>
47+
<goals>
48+
<goal>jar-no-fork</goal>
49+
</goals>
50+
</execution>
51+
</executions>
52+
</plugin>
3953
</plugins>
4054
</build>
4155

0 commit comments

Comments
 (0)