m2e doesn't like it when the project root is the source folder

This commit is contained in:
Darren Shepherd 2012-08-18 07:15:29 -07:00 committed by Kelven Yang
parent 490e87a617
commit c6a9e1b3a3
45 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
</dependency>
</dependencies>
<build>
<sourceDirectory>.</sourceDirectory>
<sourceDirectory>src</sourceDirectory>
<defaultGoal>install</defaultGoal>
</build>
</project>