X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fpom.xml;h=102a38672e48edb8a2d01a4ec7426c2f1a1c56e9;hb=refs%2Fheads%2Fe-release;hp=ea751d7b9f4300880959c3fa01b155fe8fce8eee;hpb=afa69b6e67c3864c4fb2457ff96071feb1189333;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/pom.xml b/webapp-frontend/pom.xml index ea751d7..102a386 100644 --- a/webapp-frontend/pom.xml +++ b/webapp-frontend/pom.xml @@ -1,100 +1,100 @@ - + + 4.0.0 + org.o-ran-sc.nonrtric + nonrtric-controlpanel + 2.3.0-SNAPSHOT + Nonrtric Controlpanel + Nonrtric Controlpanel - http://www.apache.org/licenses/LICENSE-2.0 + + 0.30.0 + -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -========================LICENSE_END=================================== -]]>--> - - 4.0.0 - - org.o-ran-sc.portal.nonrtric.controlpanel - nonrtric-controlpanel-parent - 2.1.0-SNAPSHOT - - nonrtric-controlpanel-fe - Non-RT RIC Control Panel Webapp frontend - - - - com.github.eirslett - frontend-maven-plugin - 1.3 - - v10.15.3 - 6.7.0 - . - - - - install node and npm - - install-node-and-npm - - - - npm install - - npm - - - - npm run build - - npm - - - run build - - - - prod - - npm - - - run-script build - - generate-resources - - - - - org.apache.maven.plugins - maven-clean-plugin - - - - ${project.basedir} - - **/node_modules/** - dist/** - node/** - - false - - - node - - - - - - + + + + io.fabric8 + docker-maven-plugin + ${docker-maven-plugin.version} + false + + + generate-nonrtric-controlpanel-image + package + + build + + + ${env.CONTAINER_PULL_REGISTRY} + + + o-ran-sc/nonrtric-controlpanel:${project.version} + + try + ${basedir} + Dockerfile + + ${project.build.finalName}.jar + + + ${project.version} + + + + + + + + push-nonrtric-controlpanel-image + + build + push + + + ${env.CONTAINER_PULL_REGISTRY} + ${env.CONTAINER_PUSH_REGISTRY} + + + o-ran-sc/nonrtric-controlpanel:${project.version} + + ${basedir} + Dockerfile + + ${project.build.finalName}.jar + + + ${project.version} + latest + + + + + + + + + +