Fix intellij build

This commit is contained in:
Clément Fournier
2018-06-26 22:17:04 +02:00
parent 552bd98e2f
commit 1fb7fc5edd

View File

@ -207,5 +207,22 @@
</dependency>
</dependencies>
</profile>
<profile>
<id>idea</id>
<!-- This profile is only activated when building in IntelliJ -->
<!-- It serves the same purpose as the above for eclipse-->
<activation>
<property>
<name>idea.maven.embedder.version</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<optional>false</optional>
</dependency>
</dependencies>
</profile>
</profiles>
</project>