mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
17 lines
659 B
XML
17 lines
659 B
XML
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>phraseanet</groupId>
|
|
<artifactId>phraseanettest</artifactId>
|
|
<name>Phraseanet</name>
|
|
<version>3.6.0.0</version>
|
|
<build>
|
|
<directory>/home/sites_web/codecoverage-dev.ci.alchemyasp.com</directory>
|
|
<sourceDirectory>lib/classes</sourceDirectory>
|
|
<testSourceDirectory>tests</testSourceDirectory>
|
|
</build>
|
|
<properties>
|
|
<sonar.language>php</sonar.language>
|
|
</properties>
|
|
</project>
|