This website works better with JavaScript.
首頁
探索
說明
註冊
登入
server
/
easypoi
關註
6
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
POM.xml新增源码打包
4.1.3.A
xiyoufang
8 年之前
父節點
26fb9e7699
當前提交
8b70312ae6
共有
1 個文件被更改
,包括
15 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-0
pom.xml
+ 15
- 0
pom.xml
查看文件
@@ -203,6 +203,21 @@
<goals>deploy</goals>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.1</version>
<configuration>
<attach>true</attach>
</configuration>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
Write
Preview
Loading…
取消
儲存