Skip to content

Commit 936f64d

Browse files
committed
[structure] Use proper maven layout structure
1 parent bfc3276 commit 936f64d

File tree

542 files changed

+4
-30
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

542 files changed

+4
-30
lines changed

pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -404,31 +404,6 @@
404404
</configuration>
405405
</plugin>
406406
</plugins>
407-
408-
<resources>
409-
<resource>
410-
<directory>${project.basedir}</directory>
411-
<targetPath>META-INF</targetPath>
412-
<includes>
413-
<include>LICENSE</include>
414-
<include>NOTICE</include>
415-
</includes>
416-
</resource>
417-
<resource>
418-
<directory>${project.build.sourceDirectory}</directory>
419-
<excludes>
420-
<exclude>**/*.java</exclude>
421-
</excludes>
422-
</resource>
423-
</resources>
424-
<testResources>
425-
<testResource>
426-
<directory>${project.build.testSourceDirectory}</directory>
427-
<excludes>
428-
<exclude>**/*.java</exclude>
429-
</excludes>
430-
</testResource>
431-
</testResources>
432407
</build>
433408

434409
<profiles>

src/test/java/org/apache/ibatis/parsing/XPathParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import org.xml.sax.InputSource;
3333

3434
class XPathParserTest {
35-
private String resource = "resources/nodelet_test.xml";
35+
private String resource = "nodelet_test.xml";
3636

3737
// InputStream Source
3838
@Test
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)