Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-08 04:20:06 +01:00
Don't generate Paranamer names since they don't work well anyway.
Paranamer will be removed.
Dieser Commit ist enthalten in:
Ursprung
ff092dcef9
Commit
972f0893b3
20
pom.xml
20
pom.xml
@ -341,26 +341,6 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<!-- Stores parameter information -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>com.thoughtworks.paranamer</groupId>
|
|
||||||
<artifactId>paranamer-maven-plugin-largestack</artifactId>
|
|
||||||
<version>2.5.5-SNAPSHOT</version>
|
|
||||||
<executions>
|
|
||||||
<execution>
|
|
||||||
<id>run</id>
|
|
||||||
<phase>compile</phase>
|
|
||||||
<configuration>
|
|
||||||
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
|
|
||||||
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
|
|
||||||
</configuration>
|
|
||||||
<goals>
|
|
||||||
<goal>generate</goal>
|
|
||||||
</goals>
|
|
||||||
</execution>
|
|
||||||
</executions>
|
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<!-- JAR plugin -->
|
<!-- JAR plugin -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren