[OLINGO-694] Added 'samples' profile

This commit is contained in:
Michael Bolz 2015-06-17 15:36:48 +02:00
parent afda326d75
commit 5e2c60dbfd
1 changed files with 9 additions and 1 deletions

View File

@ -23,7 +23,6 @@
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>org.apache.olingo</groupId>
<artifactId>odata-samples</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
@ -38,4 +37,13 @@
<modules>
<module>server</module>
</modules>
<profiles>
<profile>
<id>samples</id>
<modules>
<module>client</module>
</modules>
</profile>
</profiles>
</project>