Enable blueprintprocessor and vlantag-api 85/73185/1
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 20 Nov 2018 20:46:41 +0000 (15:46 -0500)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 20 Nov 2018 20:46:41 +0000 (15:46 -0500)
Also, fix add IntelliJ file in gitignore

Change-Id: Iee192350ec3ec9c1aceefe814d4b0c11c326a897
Issue-ID: CCSDK-734
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
.gitignore
ms/pom.xml

index 82cae9e..12004f5 100644 (file)
@@ -8,6 +8,8 @@
 **/tokens/*\r
 \r
 # Added for Intellij IDEA IDE\r
+**/*.ipr
+**/*.iws
 **/debug-logs/*\r
 **/.idea/*\r
 **/*.iml\r
 **/*.jsonld\r
 **/.checkstyle\r
 **/.gitignore\r
-**/.gitignore\r
-**/.gitignore\r
-**/.gitignore\r
-**/.gitignore\r
-**/.gitignore\r
-**/.gitignore\r
-**/.gitignore\r
-\r
index 0493db1..9a80e6f 100644 (file)
  * ============LICENSE_END=========================================================
  -->
 
-<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">
+<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.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
         <version>1.2.0-SNAPSHOT</version>
-        <relativePath />
+        <relativePath/>
     </parent>
 
     <groupId>org.onap.ccsdk.apps</groupId>
     <description>Micro-services</description>
 
     <modules>
-               <module>controllerblueprints</module>
+        <module>controllerblueprints</module>
+        <module>blueprintsprocessor</module>
         <module>neng</module>
-               <!--module>vlantag-api</module-->
+        <module>vlantag-api</module>
     </modules>
 </project>