diff --git a/.gitignore b/.gitignore index 7876f5f..bded5be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Eclipse stuff /.settings +/.project # netbeans /nbproject diff --git a/pom.xml b/pom.xml index 0a03901..f7566b9 100644 --- a/pom.xml +++ b/pom.xml @@ -18,27 +18,33 @@ Asia/Shanghai + + UTF-8 + 1.8 + 1.8 + https://repo.yumc.pw + Jenkins - http://ci.yumc.pw/job/${project.artifactId}/ + https://ci.yumc.pw/job/Minecraft/${project.artifactId}/ yumc-repo - https://repo.yumc.pw/repository/maven-public/ + ${repo.url}/repository/maven-public/ yumc-repo - https://repo.yumc.pw/repository/maven-public/ + ${repo.url}/repository/maven-public/ jtb YUMC - https://repo.yumc.pw/repository/yumcenter/ + ${repo.url}/repository/yumcenter/ @@ -59,38 +65,36 @@ true - - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.0 - - false - true - - - pw.yumc:YumCore - - - - - pw.yumc.YumCore - ${project.groupId}.${project.artifactId} - - - - - - package - - - shade - - - - - - + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.0 + + false + true + + + pw.yumc:YumCore + + + + + pw.yumc.YumCore + ${project.groupId}.${project.artifactId} + + + + + + package + + + shade + + + + + \ No newline at end of file