mirror of https://github.com/apache/cloudstack.git
m2e doesn't like it when the project root is the source folder
This commit is contained in:
parent
490e87a617
commit
c6a9e1b3a3
|
|
@ -19,7 +19,7 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<sourceDirectory>.</sourceDirectory>
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<defaultGoal>install</defaultGoal>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue