Skip to content

Instantly share code, notes, and snippets.

@rubenghio
rubenghio / JBoss Alternatives
Last active December 16, 2015 14:19
Using Alternatives for JBoss
[rghio@localhost ~]$ su -
[root@localhost ~]$ alternatives --install /opt/jboss-as jboss ${JBOSS_HOME_V1} 1
[root@localhost ~]$ alternatives --install /opt/jboss-as jboss ${JBOSS_HOME_V2} 2
[root@localhost ~]$ alternatives --config jboss
[root@localhost ~]$ alternatives --config jboss
@rubenghio
rubenghio / MAVEN Alternatives
Last active November 9, 2022 18:18
Using Alternatives for MAVEN versions
[rghio@localhost ~]$ su -
[root@localhost ~]$ alternatives --install /usr/bin/mvn mvn ${MAVEN_HOME_2}/bin/mvn 120
[root@localhost ~]$ alternatives --install /usr/bin/mvn mvn ${MAVEN_HOME_3}/bin/mvn 120
[root@localhost ~]$ alternatives --config mvn
There are 2 programs which provide 'mvn'.