#!/bin/sh# Script for the deployment of releases to maven central## Expecting a "settings-mvvmfx.xml" file in maven_home with the authentication configuration for the central repository.## The settings file should look something like this:## <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"# xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"# xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0# http://maven.apache.org/xsd/settings-1.0.0.xsd">## <servers># <server># <id>sonatype-nexus-snapshots</id># <username>YOUR USERNAME</username># <password>YOUR PASSWORD</password># </server># <server># <id>sonatype-nexus-staging</id># <username>YOUR USERNAME</username># <password>YOUR PASSWORD</password># </server># </servers># </settings>mvn clean deploy -pl 'mvvmfx,mvvmfx-cdi,mvvmfx-guice,mvvmfx-easydi,mvvmfx-spring-boot,mvvmfx-archetype,mvvmfx-utils,mvvmfx-testing-utils,mvvmfx-validation' -am -DskipTests=true -Pdeploy-release --settings ~/.m2/settings-mvvmfx.xml
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。