Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 98c77bd

Browse files
committed
clean is really important, else the m2 build uses the m1 builds target directory and you don't realise that you've not set the src/test directories :)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/sandbox/csv/trunk@382679 13f79535-47bb-0310-9956-ffa450edef68
1 parent 215efb8 commit 98c77bd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,9 @@
4747
</site>
4848
</distributionManagement>
4949

50+
<build>
51+
<sourceDirectory>src/java</sourceDirectory>
52+
<testSourceDirectory>src/test</testSourceDirectory>
53+
</build>
54+
5055
</project>

0 commit comments

Comments
 (0)