Skip to content

Commit 13ca8f0

Browse files
committed
Put all compiled class files in the root
1 parent 8e2308b commit 13ca8f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,6 @@
631631
<directory>${project.basedir}/reobf/minecraft</directory>
632632
<targetPath>${project.basedir}/target/classes</targetPath>
633633
<include>**/*</include>
634-
<preservePath>true</preservePath>
635634
</resource>
636635
<resource>
637636
<runIf>
@@ -645,7 +644,7 @@
645644
<include>**/*</include>
646645
<pack>true</pack>
647646
</resource>
648-
</resources>
647+
</resources>
649648
</configuration>
650649
<goals>
651650
<goal>copy</goal>
@@ -706,7 +705,6 @@
706705
<directory>${project.basedir}/reobf/minecraft</directory>
707706
<targetPath>${project.basedir}/target/classes</targetPath>
708707
<include>**/*</include>
709-
<preservePath>true</preservePath>
710708
</resource>
711709
<resource>
712710
<runIf>

0 commit comments

Comments
 (0)