Remove archetypes 34/89434/4
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Apr 2020 08:31:53 +0000 (10:31 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Apr 2020 09:16:24 +0000 (11:16 +0200)
Archetypes has been split into a separate project. remove its
remnants.

Change-Id: I586fef9a04c71a82ce56be519760cbc1e97eda40
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
opendaylight/archetypes/opendaylight-startup/pom.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/META-INF/maven/archetype-metadata.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/README.txt [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml [deleted file]
opendaylight/archetypes/pom.xml [deleted file]
pom.xml

diff --git a/opendaylight/archetypes/opendaylight-startup/pom.xml b/opendaylight/archetypes/opendaylight-startup/pom.xml
deleted file mode 100644 (file)
index e3abe46..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright © 2015, 2018 Cisco Systems, Inc. and others.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
- -->
-<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>
-
-  <parent>
-     <groupId>org.opendaylight.controller.archetypes</groupId>
-     <artifactId>archetypes-parent</artifactId>
-     <version>0.12.0-SNAPSHOT</version>
-  </parent>
-
-  <groupId>org.opendaylight.controller</groupId>
-  <artifactId>opendaylight-startup-archetype</artifactId>
-  <version>1.10.0-SNAPSHOT</version>
-  <packaging>maven-archetype</packaging>
-  <name>${project.artifactId}</name>
-
-</project>
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 (file)
index 19336c7..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<archetype-descriptor xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd" name="example-aggregator"
-    xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-
-  <fileSets>
-    <fileSet encoding="UTF-8">
-      <directory></directory>
-      <includes>
-        <include>README.txt</include>
-      </includes>
-    </fileSet>
-  </fileSets>
-</archetype-descriptor>
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 (file)
index 0a54630..0000000
+++ /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 (file)
index c431fcc..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Copyright © ${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,
-and is available at http://www.eclipse.org/legal/epl-v10.html
--->
-<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>
-
-  <parent>
-    <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent-lite</artifactId>
-    <version>7.0.1</version>
-    <relativePath/>
-  </parent>
-
-  <groupId>${groupId}</groupId>
-  <artifactId>${artifactId}-aggregator</artifactId>
-  <version>${version}</version>
-  <name>${artifactId}</name>
-  <packaging>pom</packaging>
-
-</project>
diff --git a/opendaylight/archetypes/pom.xml b/opendaylight/archetypes/pom.xml
deleted file mode 100644 (file)
index 92c8cef..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright © 2013, 2018 Cisco Systems, Inc. and others.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
- -->
-<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>
-
-  <parent>
-    <groupId>org.opendaylight.odlparent</groupId>
-    <artifactId>odlparent-lite</artifactId>
-    <version>7.0.1</version>
-    <relativePath/>
-  </parent>
-
-  <groupId>org.opendaylight.controller.archetypes</groupId>
-  <artifactId>archetypes-parent</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.archetype</groupId>
-        <artifactId>archetype-packaging</artifactId>
-        <version>${maven.archetype.plugin.version}</version>
-      </extension>
-    </extensions>
-  </build>
-
-  <modules>
-    <module>opendaylight-startup</module>
-  </modules>
-</project>
diff --git a/pom.xml b/pom.xml
index fb860984f5384f3edea53737d9ee7c81c575970c..f7b8a4489f2e3919d12ac7f60d6312ee23ea9da4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,9 +34,6 @@
     <module>karaf</module>
     <module>features</module>
 
     <module>karaf</module>
     <module>features</module>
 
-    <!-- archetypes -->
-    <module>opendaylight/archetypes</module>
-
     <!-- documentation -->
     <module>docs</module>
   </modules>
     <!-- documentation -->
     <module>docs</module>
   </modules>