mirror of
https://github.com/PSYCHEER/VanillaCustomizer.git
synced 2025-12-26 18:39:10 +00:00
Renaming
This commit is contained in:
1
.mvn-exec/CopyFile.bat
Normal file
1
.mvn-exec/CopyFile.bat
Normal file
@@ -0,0 +1 @@
|
||||
echo f | xcopy C:\Progetti\Minecraft\Spigot\VanillaCustomizer\output\VanillaCustomizer.jar C:\Progetti\Minecraft\TestServer\blank_template\1.20\plugins\VanillaCustomizer.jar /Y
|
||||
@@ -12,7 +12,6 @@
|
||||
<artifactId>VanillaCustomizer-core</artifactId>
|
||||
|
||||
<repositories>
|
||||
<!-- This adds the Spigot Maven repository to the build -->
|
||||
<repository>
|
||||
<id>spigot-repo</id>
|
||||
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||
@@ -25,95 +24,35 @@
|
||||
<id>maven-central</id>
|
||||
<url>https://oss.sonatype.org/content/groups/public</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>dmulloy2-repo</id>
|
||||
<url>https://repo.dmulloy2.net/repository/public/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>matteodev</id>
|
||||
<url>https://www.matteodev.it/spigot/public/maven/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<!-- <plugin>-->
|
||||
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
||||
<!-- <artifactId>maven-shade-plugin</artifactId>-->
|
||||
<!-- <version>3.3.0-SNAPSHOT</version>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <minimizeJar>true</minimizeJar> <!– Used to remove unused libs code from the "includes" list –>-->
|
||||
<!-- <filters>-->
|
||||
<!-- <filter>-->
|
||||
<!-- <excludeDefaults>false</excludeDefaults>-->
|
||||
<!-- <artifact>*:*</artifact>-->
|
||||
<!-- <includes>-->
|
||||
<!-- <include>org.apache.*</include>-->
|
||||
<!-- <include>math.fast.*</include>-->
|
||||
<!-- </includes>-->
|
||||
<!-- <!– Do not include META-INF of the libs in the final build –>-->
|
||||
<!-- <excludes>-->
|
||||
<!-- <exclude>META-INF/**</exclude>-->
|
||||
<!-- </excludes>-->
|
||||
<!-- </filter>-->
|
||||
<!-- </filters>-->
|
||||
<!-- <dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml-->
|
||||
<!-- </dependencyReducedPomLocation>-->
|
||||
<!-- <relocations>-->
|
||||
<!-- <!– Shade libs –>-->
|
||||
<!-- <relocation>-->
|
||||
<!-- <pattern>com.github.SkinsRestorer</pattern>-->
|
||||
<!-- <shadedPattern>dev.lone.shaded.VanillaCustomizer.com.github.SkinsRestorer</shadedPattern>-->
|
||||
<!-- </relocation>-->
|
||||
<!-- <relocation>-->
|
||||
<!-- <pattern>com.zaxxer</pattern>-->
|
||||
<!-- <shadedPattern>dev.lone.shaded.VanillaCustomizer.com.zaxxer</shadedPattern>-->
|
||||
<!-- </relocation>-->
|
||||
<!-- <relocation>-->
|
||||
<!-- <pattern>org.jetbrains</pattern>-->
|
||||
<!-- <shadedPattern>dev.lone.shaded.VanillaCustomizer.org.jetbrains</shadedPattern>-->
|
||||
<!-- </relocation>-->
|
||||
<!-- <relocation>-->
|
||||
<!-- <pattern>org.yaml</pattern>-->
|
||||
<!-- <shadedPattern>dev.lone.shaded.VanillaCustomizer.org.yaml</shadedPattern>-->
|
||||
<!-- </relocation>-->
|
||||
<!-- </relocations>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- <executions>-->
|
||||
<!-- <execution>-->
|
||||
<!-- <phase>package</phase>-->
|
||||
<!-- <goals>-->
|
||||
<!-- <goal>shade</goal>-->
|
||||
<!-- </goals>-->
|
||||
<!-- <configuration>-->
|
||||
<!-- <createDependencyReducedPom>true</createDependencyReducedPom>-->
|
||||
<!-- </configuration>-->
|
||||
<!-- </execution>-->
|
||||
<!-- </executions>-->
|
||||
<!-- </plugin>-->
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.spigotmc</groupId>
|
||||
<artifactId>spigot</artifactId>
|
||||
<artifactId>spigot-api</artifactId>
|
||||
<version>1.19.2-R0.1-SNAPSHOT</version>
|
||||
<classifier>remapped-mojang</classifier>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>dev.lone.LoneLibs</groupId>
|
||||
<groupId>dev.lone</groupId>
|
||||
<artifactId>LoneLibs</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${jars_libs_folder}/LoneLibs.jar</systemPath>
|
||||
<version>1.0.50</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>libs</groupId>
|
||||
<groupId>com.comphenix.protocol</groupId>
|
||||
<artifactId>ProtocolLib</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${jars_libs_folder}/ProtocolLib.jar</systemPath>
|
||||
<version>5.1.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
@@ -58,7 +58,7 @@
|
||||
<workingDirectory>${project.parent.basedir}</workingDirectory>
|
||||
<arguments>
|
||||
<argument>/C</argument>
|
||||
<argument>maven_exec\CopyFile.bat</argument>
|
||||
<argument>.mvn-exec\CopyFile.bat</argument>
|
||||
</arguments>
|
||||
</configuration>
|
||||
<goals>
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
echo f | xcopy C:\Progetti\Minecraft\Spigot\VanillaCustomizer\output\VanillaCustomizer.jar C:\Progetti\Minecraft\TestServer\1.19_cosmetics\plugins\VanillaCustomizer.jar /Y
|
||||
echo f | xcopy C:\Progetti\Minecraft\Spigot\VanillaCustomizer\output\VanillaCustomizer.jar C:\Progetti\Minecraft\TestServer\blank_template\server2\plugins\VanillaCustomizer.jar /Y
|
||||
echo f | xcopy C:\Progetti\Minecraft\Spigot\VanillaCustomizer\output\VanillaCustomizer.jar C:\Progetti\Minecraft\TestServer\blank_template\1.20\plugins\VanillaCustomizer.jar /Y
|
||||
echo f | xcopy C:\Progetti\Minecraft\Spigot\VanillaCustomizer\output\VanillaCustomizer.jar C:\Progetti\Minecraft\TestServer\blank_template\1.19.4\plugins\VanillaCustomizer.jar /Y
|
||||
echo f | xcopy C:\Progetti\Minecraft\Spigot\VanillaCustomizer\output\VanillaCustomizer.jar C:\Progetti\Minecraft\TestServer\1.16\plugins\VanillaCustomizer.jar /Y
|
||||
Reference in New Issue
Block a user