Add .gitreview to startup archetype 20/52520/3
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 1 Mar 2017 17:33:02 +0000 (12:33 -0500)
committerTom Pantelis <tpanteli@brocade.com>
Thu, 2 Mar 2017 17:34:25 +0000 (17:34 +0000)
All projects should have a .gitreview so let's initialize them with one.

Change-Id: I081af4f977cd91760e4ae38de97a765413a1399b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/archetypes/opendaylight-startup/src/main/resources/META-INF/maven/archetype-metadata.xml
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/.gitreview [new file with mode: 0644]

index 657c071d2e58197fba868ec83f4e39f1ecb3e658..72d36c879aeefa709278c8c878ddeff9ce86ee94 100644 (file)
@@ -32,6 +32,7 @@
     <fileSet filtered="true" encoding="UTF-8">
       <directory></directory>
       <includes>
+        <include>.gitreview</include>
         <include>pom.xml</include>
         <include>deploy-site.xml</include>
         <include>src/**</include>
diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/.gitreview b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/.gitreview
new file mode 100644 (file)
index 0000000..2a03e91
--- /dev/null
@@ -0,0 +1,5 @@
+[gerrit]
+host=git.opendaylight.org
+port=29418
+project=${artifactId}.git
+defaultbranch=master