Repository: olingo-odata4 Updated Branches: refs/heads/OLINGO-694_RefactorSampleModule [created] 5e2c60dbf
[OLINGO-694] Added 'samples' profile Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/5e2c60db Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/5e2c60db Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/5e2c60db Branch: refs/heads/OLINGO-694_RefactorSampleModule Commit: 5e2c60dbfdfa9cbfb080b7b55eaeb731ccce9181 Parents: afda326 Author: Michael Bolz <[email protected]> Authored: Wed Jun 17 15:36:48 2015 +0200 Committer: Michael Bolz <[email protected]> Committed: Wed Jun 17 15:36:48 2015 +0200 ---------------------------------------------------------------------- samples/pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/5e2c60db/samples/pom.xml ---------------------------------------------------------------------- diff --git a/samples/pom.xml b/samples/pom.xml index a4c1e14..765bd95 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -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>
