9.4. チャネルサブスクリプションの編集
次の例では、管理 CLI を使用してチャネルサブスクリプションを編集する方法を説明します。
手順
管理 CLI を起動します。
EAP_HOME/bin/jboss-cli.sh
EAP_HOME/bin/jboss-cli.sh
Copy to Clipboard Copied! Toggle word wrap Toggle overflow JBoss EAP のチャネルサブスクリプションを編集します。
スタンドアロンサーバーのチャネルサブスクリプションを編集します。
[standalone@localhost:9990 /] installer channel-edit --channel-name=channel-name --manifest=org.new.test:org.new.test-manifest --repositories=mrrc::https://maven.repository.redhat.com ,mvncentral::https://repo.maven.apache.org/maven2/
[standalone@localhost:9990 /] installer channel-edit --channel-name=channel-name --manifest=org.new.test:org.new.test-manifest --repositories=mrrc::https://maven.repository.redhat.com ,mvncentral::https://repo.maven.apache.org/maven2/
Copy to Clipboard Copied! Toggle word wrap Toggle overflow マネージドドメインのチャネルサブスクリプションを編集します。
[domain@localhost:9990 /] installer channel-edit --host=target-host --channel-name=channel-name --manifest=org.new.test:org.new.test-manifest --repositories=mrrc::https://maven.repository.redhat.com ,mvncentral::https://repo.maven.apache.org/maven2/
[domain@localhost:9990 /] installer channel-edit --host=target-host --channel-name=channel-name --manifest=org.new.test:org.new.test-manifest --repositories=mrrc::https://maven.repository.redhat.com ,mvncentral::https://repo.maven.apache.org/maven2/
Copy to Clipboard Copied! Toggle word wrap Toggle overflow