Use proper user given values for deploy-site.xml 10/37310/3
authorVishal Thapar <vishal.thapar@ericsson.com>
Fri, 8 Apr 2016 07:16:57 +0000 (12:46 +0530)
committerTom Pantelis <tpanteli@brocade.com>
Wed, 13 Apr 2016 11:17:53 +0000 (11:17 +0000)
Use user given values for for groupId, version and copyright when
generating deploy-site.xml

Change-Id: I17766e32523710d13a86c7ac70fb4c83b4d72388
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/deploy-site.xml

index 619c6afed13545cf56dbc5e220228f3bbd1ec623..e2ca41ca08770908e8d25c0dc8eed954c98e3ea5 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- vi: set et smarttab sw=2 tabstop=2: -->
 <!--
-    Copyright (c) 2015 The Linux Foundation and others.  All rights reserved.
+    Copyright (c) ${copyrightYear} ${copyright} and others.  All rights reserved.
 
     This program and the accompanying materials are made available under the
     terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -10,9 +10,9 @@
 <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>org.opendaylight.PROJECT</groupId>
+  <groupId>${groupId}</groupId>
   <artifactId>deploy-site</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>${version}</version>
   <packaging>pom</packaging>
 
   <properties>