From 6dc8cb5ab4bc7260953d3b7ba7ddfed20a8f2794 Mon Sep 17 00:00:00 2001 From: Flavio Fernandes Date: Mon, 14 Sep 2015 17:53:17 -0400 Subject: [PATCH] Split {copyright} into {copyright-year} and {copyright} MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit With this change, archetype will explicitly use year for copyright to ensure check style does not fail. Patch set 3: replace (c) with © symbol Patch set 4: add default values for copyright-year and version Ref: https://git.opendaylight.org/gerrit/#/c/25860/ Change-Id: I5b4bdfc273d578afafd7555a96e5a1fe732677bb Signed-off-by: Flavio Fernandes --- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/80-__repoName__.xml | 2 +- .../resources/META-INF/maven/archetype-metadata.xml | 10 ++++++++++ .../src/main/resources/archetype-resources/api/pom.xml | 2 +- .../resources/archetype-resources/artifacts/pom.xml | 2 +- .../resources/archetype-resources/features/pom.xml | 3 ++- .../features/src/main/features/features.xml | 2 +- .../main/resources/archetype-resources/impl/pom.xml | 5 +++-- .../impl/src/main/config/default-config.xml | 2 +- .../impl/__classPrefix__Provider.java | 2 +- .../impl/rev141210/__classPrefix__Module.java | 2 +- .../impl/rev141210/__classPrefix__ModuleFactory.java | 2 +- .../rev141210/__classPrefix__ModuleFactoryTest.java | 2 +- .../impl/rev141210/__classPrefix__ModuleTest.java | 2 +- .../src/main/resources/archetype-resources/it/pom.xml | 4 ++-- .../__packageInPathFormat__/it/__classPrefix__IT.java | 2 +- .../main/resources/archetype-resources/karaf/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- .../test/resources/projects/basic/archetype.properties | 5 +++-- 19 files changed, 34 insertions(+), 21 deletions(-) diff --git a/opendaylight/archetypes/opendaylight-configfile-archetype/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/opendaylight-configfile-archetype/src/main/resources/archetype-resources/pom.xml index 3c778e262b..2b4ec33cd7 100644 --- a/opendaylight/archetypes/opendaylight-configfile-archetype/src/main/resources/archetype-resources/pom.xml +++ b/opendaylight/archetypes/opendaylight-configfile-archetype/src/main/resources/archetype-resources/pom.xml @@ -1,6 +1,6 @@ +