Skip to content

Commit

Permalink
Include MCVersion.java and exclude MCVersionEnumGenerator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriichan committed Dec 30, 2023
1 parent 5da6339 commit 7c59056
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>com/syntaxphoenix/spigot/smoothtimber/annotation/*.class</exclude>
</excludes>
</filter>
</filters>
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
Expand Down Expand Up @@ -82,6 +88,20 @@
</includes>
</configuration>
</execution>
<execution>
<id>compile-annotationSource</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<proc>none</proc>
<includes>
<include>
com/syntaxphoenix/spigot/smoothtimber/version/manager/gen/MCversion.java</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 7c59056

Please sign in to comment.