From cdb85542d564b24ece7bb3fe2fab70295da1bb36 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 27 Apr 2020 10:31:53 +0200 Subject: [PATCH] Remove archetypes Archetypes has been split into a separate project. remove its remnants. Change-Id: I586fef9a04c71a82ce56be519760cbc1e97eda40 Signed-off-by: Robert Varga --- .../archetypes/opendaylight-startup/pom.xml | 24 ------------ .../META-INF/maven/archetype-metadata.xml | 14 ------- .../resources/archetype-resources/README.txt | 9 ----- .../resources/archetype-resources/pom.xml | 24 ------------ opendaylight/archetypes/pom.xml | 37 ------------------- pom.xml | 3 -- 6 files changed, 111 deletions(-) delete mode 100644 opendaylight/archetypes/opendaylight-startup/pom.xml delete mode 100644 opendaylight/archetypes/opendaylight-startup/src/main/resources/META-INF/maven/archetype-metadata.xml delete mode 100644 opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/README.txt delete mode 100644 opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml delete mode 100644 opendaylight/archetypes/pom.xml diff --git a/opendaylight/archetypes/opendaylight-startup/pom.xml b/opendaylight/archetypes/opendaylight-startup/pom.xml deleted file mode 100644 index e3abe46bf4..0000000000 --- a/opendaylight/archetypes/opendaylight-startup/pom.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.controller.archetypes - archetypes-parent - 0.12.0-SNAPSHOT - - - org.opendaylight.controller - opendaylight-startup-archetype - 1.10.0-SNAPSHOT - maven-archetype - ${project.artifactId} - - diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/META-INF/maven/archetype-metadata.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/META-INF/maven/archetype-metadata.xml deleted file mode 100644 index 19336c71a1..0000000000 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/META-INF/maven/archetype-metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - README.txt - - - - diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/README.txt b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/README.txt deleted file mode 100644 index 0a546301a6..0000000000 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/README.txt +++ /dev/null @@ -1,9 +0,0 @@ -NOTICE - -The org.opendaylight.controller:opendaylight-startup-archetype - -has been replaced by the org.opendaylight.archetypes:opendaylight-startup-archetype - -(note how the archetypeGroupId does not contain "controller" anymore, but ends with ".archetypes"), - -and has a different version now. diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml deleted file mode 100644 index c431fccf0e..0000000000 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.odlparent - odlparent-lite - 7.0.1 - - - - ${groupId} - ${artifactId}-aggregator - ${version} - ${artifactId} - pom - - diff --git a/opendaylight/archetypes/pom.xml b/opendaylight/archetypes/pom.xml deleted file mode 100644 index 92c8cef9aa..0000000000 --- a/opendaylight/archetypes/pom.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - 4.0.0 - - - org.opendaylight.odlparent - odlparent-lite - 7.0.1 - - - - org.opendaylight.controller.archetypes - archetypes-parent - 0.12.0-SNAPSHOT - pom - - - - - org.apache.maven.archetype - archetype-packaging - ${maven.archetype.plugin.version} - - - - - - opendaylight-startup - - diff --git a/pom.xml b/pom.xml index fb860984f5..f7b8a4489f 100644 --- a/pom.xml +++ b/pom.xml @@ -34,9 +34,6 @@ karaf features - - opendaylight/archetypes - docs -- 2.36.6