File tree Expand file tree Collapse file tree 1 file changed +43
-1
lines changed
Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Original file line number Diff line number Diff line change 22 <modelVersion >4.0.0</modelVersion >
33 <groupId >cn.xiaopangxie732</groupId >
44 <artifactId >mojang-api</artifactId >
5- <version >0.0.1 </version >
5+ <version >0.0.3 </version >
66 <name >Mojang Public API in Java</name >
77 <description >Mojang Public API Java implementation</description >
88 <url >https://github.com/XiaoPangxie732/MojangAPI-in-Java</url >
3131 <show >private</show >
3232 <locale >en_US</locale >
3333 </configuration >
34+ <executions >
35+ <execution >
36+ <id >generate-javadoc</id >
37+ <phase >install</phase >
38+ <goals >
39+ <goal >jar</goal >
40+ </goals >
41+ </execution >
42+ </executions >
43+ </plugin >
44+ <plugin >
45+ <groupId >org.apache.maven.plugins</groupId >
46+ <artifactId >maven-assembly-plugin</artifactId >
47+ <version >3.1.1</version >
48+ <configuration >
49+ <descriptorRefs >
50+ <descriptorRef >jar-with-dependencies</descriptorRef >
51+ </descriptorRefs >
52+ </configuration >
53+ <executions >
54+ <execution >
55+ <id >make-assembly</id >
56+ <phase >install</phase >
57+ <goals >
58+ <goal >single</goal >
59+ </goals >
60+ </execution >
61+ </executions >
62+ </plugin >
63+ <plugin >
64+ <groupId >org.apache.maven.plugins</groupId >
65+ <artifactId >maven-source-plugin</artifactId >
66+ <version >3.0.1</version >
67+ <executions >
68+ <execution >
69+ <id >generate-source</id >
70+ <phase >install</phase >
71+ <goals >
72+ <goal >jar</goal >
73+ </goals >
74+ </execution >
75+ </executions >
3476 </plugin >
3577 </plugins >
3678 </build >
You can’t perform that action at this time.
0 commit comments