Release dashboard image at version 2.1.0
[portal/ric-dashboard.git] / dashboard / app-mgr-client / pom.xml
index 5754f56..ba6c115 100644 (file)
@@ -25,13 +25,13 @@ limitations under the License.
        <parent>
                <groupId>org.o-ran-sc.portal.ric-dashboard</groupId>
                <artifactId>ric-dash-parent</artifactId>
-               <version>2.0.1-SNAPSHOT</version>
+               <version>2.1.0-SNAPSHOT</version>
        </parent>
        <!-- This groupId will NOT allow deployment in LF -->
-       <groupId>org.o-ran-sc.ric.plt.appmgr.client</groupId>
+       <groupId>org.o-ran-sc.ric-plt.appmgr.client</groupId>
        <artifactId>app-mgr-client</artifactId>
-       <name>RIC App Manager client</name>
-        <!-- Update to match submodule tag -->
+       <name>RIC App Manager Client</name>
+       <!-- Update to match submodule tag -->
        <version>0.3.3-SNAPSHOT</version>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -39,7 +39,7 @@ limitations under the License.
                <!-- Jenkins invokes maven with -Dbuild.number=.. -->
                <build.number>0</build.number>
                <!-- same as groupId BUT without hyphens -->
-               <client.base.package.name>org.oransc.ric.plt.appmgr.client</client.base.package.name>
+               <client.base.package.name>org.oransc.ricplt.appmgr.client</client.base.package.name>
        </properties>
        <!-- Successful compilation requires generated code dependencies -->
        <dependencies>
@@ -140,6 +140,25 @@ limitations under the License.
                                        </archive>
                                </configuration>
                        </plugin>
+                       <!-- Add generated source folder to Eclipse build path -->
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>build-helper-maven-plugin</artifactId>
+                               <!--  version>1.7</version> -->
+                               <executions>
+                                       <execution>
+                                               <phase>generate-sources</phase>
+                                               <goals>
+                                                       <goal>add-source</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <sources>
+                                                               <source>target/generated-sources/swagger/src/main/java</source>
+                                                       </sources>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
                <pluginManagement>
                        <plugins>