diff --git a/dmp-backend/pom.xml b/dmp-backend/pom.xml index 39d457b65..9e0cbd248 100644 --- a/dmp-backend/pom.xml +++ b/dmp-backend/pom.xml @@ -347,6 +347,12 @@ + + roadmap + + jar + + \ No newline at end of file diff --git a/dmp-backend/roadmap/pom.xml b/dmp-backend/roadmap/pom.xml index fbcc2ba79..ca9161c67 100644 --- a/dmp-backend/roadmap/pom.xml +++ b/dmp-backend/roadmap/pom.xml @@ -14,6 +14,7 @@ 11 11 + eu.eudat.migration.DMPRoadmapMigration @@ -30,21 +31,11 @@ ${project.artifactId}-${project.version} - - - src/main/resources - false - - org.apache.maven.plugins maven-compiler-plugin 3.8.1 - - 1.8 - 1.8 - org.springframework.boot diff --git a/dmp-backend/web/pom.xml b/dmp-backend/web/pom.xml index 6798b6022..2331a130a 100644 --- a/dmp-backend/web/pom.xml +++ b/dmp-backend/web/pom.xml @@ -122,38 +122,81 @@ - - ${project.artifactId}-${project.version} - - - src/main/ui-resources - - node_modules/** - - - - src/main/resources + + + devel + + ${project.artifactId}-${project.version} + + + src/main/ui-resources + + node_modules/** + + + + src/main/resources - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - 1.8 - 1.8 - - - - org.springframework.boot - spring-boot-maven-plugin - - - + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + eu.eudat.EuDatApplication + + + + production + + ${project.artifactId}-${project.version} + + + src/main/ui-resources + + node_modules/** + + + + src/main/resources + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + eu.eudat.EuDatApplication + + + - - eu.eudat.EuDatApplication - \ No newline at end of file