mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
m2e doesn't like it when the project root is the source folder
This commit is contained in:
parent
490e87a617
commit
c6a9e1b3a3
2
deps/XenServerJava/pom.xml
vendored
2
deps/XenServerJava/pom.xml
vendored
@ -19,7 +19,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<sourceDirectory>.</sourceDirectory>
|
<sourceDirectory>src</sourceDirectory>
|
||||||
<defaultGoal>install</defaultGoal>
|
<defaultGoal>install</defaultGoal>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user