You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2014/01/10 07:57:59 UTC

git commit: [OLINGO-88] Added default values

Updated Branches:
  refs/heads/OLINGO-88_AnnotationArchetype ff286bad2 -> 595981c09


[OLINGO-88] Added default values


Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/595981c0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/595981c0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/595981c0

Branch: refs/heads/OLINGO-88_AnnotationArchetype
Commit: 595981c09326570ce02ddc17779031d504e25dd0
Parents: ff286ba
Author: Michael Bolz <mi...@apache.org>
Authored: Fri Jan 10 07:57:36 2014 +0100
Committer: Michael Bolz <mi...@apache.org>
Committed: Fri Jan 10 07:57:36 2014 +0100

----------------------------------------------------------------------
 .../main/resources/META-INF/maven/archetype-metadata.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/595981c0/odata2-sample/cars-annotation-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
----------------------------------------------------------------------
diff --git a/odata2-sample/cars-annotation-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/odata2-sample/cars-annotation-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
index 81286c8..10d3ba2 100644
--- a/odata2-sample/cars-annotation-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
+++ b/odata2-sample/cars-annotation-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml
@@ -4,6 +4,17 @@
   name="olingo-odata2-sample-cars-annotation-incubating"
   xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <requiredProperties>
+    <requiredProperty key="groupId">
+      <defaultValue>org.apache.olingo</defaultValue>
+    </requiredProperty>
+    <requiredProperty key="artifactId">
+      <defaultValue>cars-annotations-sample</defaultValue>
+    </requiredProperty>
+    <requiredProperty key="version">
+      <defaultValue>1.0.0-SNAPSHOT</defaultValue>
+    </requiredProperty>
+  </requiredProperties>
   <fileSets>
     <fileSet filtered="true" packaged="true" encoding="UTF-8">
       <directory>src/main/java</directory>