Skip to content

Commit 66dad37

Browse files
committed
源码包
1 parent eb3884d commit 66dad37

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,21 @@
210210
<skipTests>true</skipTests>
211211
</configuration>
212212
</plugin>
213+
<plugin>
214+
<artifactId>maven-source-plugin</artifactId>
215+
<version>2.1</version>
216+
<configuration>
217+
<attach>true</attach>
218+
</configuration>
219+
<executions>
220+
<execution>
221+
<phase>compile</phase>
222+
<goals>
223+
<goal>jar</goal>
224+
</goals>
225+
</execution>
226+
</executions>
227+
</plugin>
213228
</plugins>
214229
</build>
215230
</project>

0 commit comments

Comments
 (0)