File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -60,3 +60,5 @@ manifest.mf
60
60
61
61
working-dir /
62
62
/.idea /
63
+ /.mvn /maven.config
64
+ /.mvn /settings.xml
Original file line number Diff line number Diff line change 14
14
15
15
<groupId >xyz.refinedev.phoenix</groupId >
16
16
<artifactId >pxAPI</artifactId >
17
- <version >1.7.5.1 </version >
17
+ <version >1.8 </version >
18
18
19
19
<properties >
20
20
<maven .compiler.source>1.8</maven .compiler.source>
33
33
</repository >
34
34
</repositories >
35
35
36
+ <distributionManagement >
37
+ <repository >
38
+ <id >refine-public</id >
39
+ <url >https://maven.refinedev.xyz/public-repo</url >
40
+ </repository >
41
+ </distributionManagement >
42
+
36
43
<dependencies >
37
44
<dependency >
38
45
<groupId >com.velocitypowered</groupId >
89
96
<source >${maven.compiler.source} </source >
90
97
</configuration >
91
98
</plugin >
99
+ <plugin >
100
+ <groupId >org.apache.maven.plugins</groupId >
101
+ <artifactId >maven-source-plugin</artifactId >
102
+ <version >3.3.1</version >
103
+ <executions >
104
+ <execution >
105
+ <id >attach-sources</id >
106
+ <!-- Attach the source JAR in the package phase -->
107
+ <phase >package</phase >
108
+ <goals >
109
+ <goal >jar</goal >
110
+ </goals >
111
+ </execution >
112
+ </executions >
113
+ </plugin >
92
114
</plugins >
93
115
</build >
94
116
</project >
You can’t perform that action at this time.
0 commit comments