diff --git a/devops/azure/chart/Chart.yaml b/devops/azure/chart/Chart.yaml index 0f2538d69b45ad3fc99d573b0a8361824bd4932d..b97f4bd25c073c08c9473665708fab5c72301ea1 100644 --- a/devops/azure/chart/Chart.yaml +++ b/devops/azure/chart/Chart.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. apiVersion: v2 -name: crs-converter +name: crs-conversion-service description: A Helm chart for installing crs-conversion-service on Azure # A chart can be either an 'application' or a 'library' chart. diff --git a/provider/crs-converter-azure/crs-converter-aks/pom.xml b/provider/crs-converter-azure/crs-converter-aks/pom.xml index e377fe72588523e990d14d414937d0dadcd7f218..5bfec90706feb67f4bfb159beb0cce3a91eb33a0 100644 --- a/provider/crs-converter-azure/crs-converter-aks/pom.xml +++ b/provider/crs-converter-azure/crs-converter-aks/pom.xml @@ -51,7 +51,19 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>repackage</goal> + </goals> + <configuration> + <classifier>spring-boot</classifier> + <mainClass>org.opengroup.osdu.crs.CRSApplication</mainClass> + </configuration> + </execution> + </executions> </plugin> + </plugins> </build>