reduce but keep old archetype and make it point users to the new one 43/71043/4
authorMichael Vorburger <vorburger@redhat.com>
Tue, 17 Apr 2018 14:30:28 +0000 (16:30 +0200)
committerTom Pantelis <tompantelis@gmail.com>
Fri, 11 May 2018 20:34:21 +0000 (20:34 +0000)
commit794172272cbeb85a59b96fbc45f09698d8c3fc2a
tree5d494951c4b8c963e0acab75c7901528268dd354
parentcc2c9b513d9d05500be462a0d12a3c374fce3946
reduce but keep old archetype and make it point users to the new one

see https://jira.linuxfoundation.org/browse/RELENG-891

Change-Id: Ide80da410b60fb621af2a23ef82e7f63319061bb
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
30 files changed:
opendaylight/archetypes/opendaylight-startup/src/main/resources/META-INF/maven/archetype-metadata.xml
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/.gitignore [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/.gitreview [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/README.txt [new file with mode: 0644]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/api/.gitignore [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/api/pom.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/api/src/main/yang/__artifactId__.yang [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/artifacts/pom.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/pom.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/src/main/java/__packageInPathFormat__/cli/api/__classPrefix__CliCommands.java [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/src/main/java/__packageInPathFormat__/cli/commands/__classPrefix__CliTestCommand.java [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/src/main/java/__packageInPathFormat__/cli/impl/__classPrefix__CliCommandsImpl.java [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/src/main/resources/org/opendaylight/blueprint/cli-blueprint.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/features-__artifactId__/pom.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/odl-__artifactId__-api/pom.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/odl-__artifactId__-cli/pom.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/odl-__artifactId__-rest/pom.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/odl-__artifactId__/pom.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/features/pom.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/src/main/java/__packageInPathFormat__/impl/__classPrefix__Provider.java [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/it/pom.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/it/src/test/java/__packageInPathFormat__/it/__classPrefix__Test.java [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/karaf/pom.xml [deleted file]
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/pom.xml
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/src/main/resources/stylesheet.css [deleted file]
opendaylight/archetypes/opendaylight-startup/src/test/resources/projects/basic/archetype.properties [deleted file]
opendaylight/archetypes/opendaylight-startup/src/test/resources/projects/basic/goal.txt [deleted file]
opendaylight/archetypes/pom.xml