File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
5- <!-- Don't use the Nukkit namespace for your own plugins -->
5+ <!-- Don't use the Nukkit namespace for your own plugins -->
66 <groupId >cn.nukkit</groupId >
77 <artifactId >example-plugin</artifactId >
88 <version >1.0.0</version >
99 <name >ExamplePlugin</name >
1010 <description >An Example Nukkit Plugin</description >
11- <url >https://github.com/NukkitX/ExamplePlugin/</url >
12-
11+ <url >https://github.com/NukkitX/ExamplePlugin/</url >
12+
1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 <maven .compiler.source>1.8</maven .compiler.source>
1616 <maven .compiler.target>1.8</maven .compiler.target>
1717 </properties >
1818
19- <repositories >
19+ <repositories >
2020 <repository >
2121 <id >potestas-repo</id >
2222 <url >http://repo.potestas.xyz/</url >
2323 </repository >
2424 </repositories >
25-
25+
2626 <dependencies >
2727 <dependency >
2828 <groupId >cn.nukkit</groupId >
You can’t perform that action at this time.
0 commit comments