Adding a maven archetype to kick start DLUX application creation. 35/24735/2
authorHarman Singh <harmasin@cisco.com>
Mon, 3 Aug 2015 21:17:30 +0000 (14:17 -0700)
committerHarman Singh <harmasin@cisco.com>
Tue, 4 Aug 2015 01:37:17 +0000 (18:37 -0700)
commit1d74ff0fcf3c4cb1e9f6b5f464a63e5787ce3569
tree68053970f7b6313d587cfd7d38a888242d4581fa
parente489fd2fecb377d507a29d4c5070a51c7ece0673
Adding a maven archetype to kick start DLUX application creation.

This archetype provides a basic structure for application including all necessary wirings.

Change-Id: I50f5096609e5e805db8b6a0f1ae724cd80d1eedd
Signed-off-by: Harman Singh <harmasin@cisco.com>
13 files changed:
archetype/pom.xml [new file with mode: 0644]
archetype/src/main/resources/META-INF/maven/archetype-metadata.xml [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/README.md [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/__rootArtifactId__-bundle/pom.xml [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/__rootArtifactId__-bundle/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/__rootArtifactId__-module/pom.xml [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/__rootArtifactId__-module/src/main/resources/__rootArtifactId__/__rootArtifactId__-custom.css [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/__rootArtifactId__-module/src/main/resources/__rootArtifactId__/__rootArtifactId__.controller.js [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/__rootArtifactId__-module/src/main/resources/__rootArtifactId__/__rootArtifactId__.module.js [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/__rootArtifactId__-module/src/main/resources/__rootArtifactId__/__rootArtifactId__.services.js [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/__rootArtifactId__-module/src/main/resources/__rootArtifactId__/__rootArtifactId__.tpl.html [new file with mode: 0644]
archetype/src/main/resources/archetype-resources/pom.xml [new file with mode: 0644]
pom.xml