[openSUSE] mvnコマンドをインストールする

mvnコマンドのインストールした際のログ

# zypper addrepo https://download.opensuse.org/repositories/devel:tools:building/openSUSE_Leap_42.3/devel:tools:building.repo
Adding repository 'Tools for building software (openSUSE_Leap_42.3)' .....[done]
Repository 'Tools for building software (openSUSE_Leap_42.3)' successfully added
Enabled     : Yes                                                               
Autorefresh : No                                                                
GPG Check   : Yes                                                               
Priority    : 99                                                                
URI         : http://download.opensuse.org/repositories/devel:/tools:/building/openSUSE_Leap_42.3/

# zypper refresh
Retrieving repository 'Tools for building software (openSUSE_Leap_42.3)' meta[\]

New repository or package signing key received:

  Repository:       Tools for building software (openSUSE_Leap_42.3)
  Key Name:         devel:tools OBS Project 
  Key Fingerprint:  428E4E34 8405CE79 00DB99C2 30A8343A 498D5A23
  Key Created:      Sat Jun 10 20:27:52 2017
  Key Expires:      Mon Aug 19 20:27:52 2019
  Rpm Name:         gpg-pubkey-498d5a23-593bd7b8


Do you want to reject the key, trust temporarily, or trust always? [r/t/a/? shows all options] (r): a
Retrieving repository 'Tools for building software (openSUSE_Leap_42.3)' m[done]
Building repository 'Tools for building software (openSUSE_Leap_42.3)' cac[done]
Repository 'openSUSE-Leap-42.2-Non-Oss' is up to date.
Repository 'openSUSE-Leap-42.2-Oss' is up to date.
Repository 'openSUSE-Leap-42.2-Update' is up to date.
Repository 'openSUSE-Leap-42.2-Update-Non-Oss' is up to date.
All repositories have been refreshed.
# zypper install maven
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following 2 NEW packages are going to be installed:
  maven maven-jansi

The following recommended package was automatically selected:
  maven-jansi

2 new packages to install.
Overall download size: 8.0 MiB. Already cached: 0 B. After the operation,
additional 9.3 MiB will be used.
Continue? [y/n/? shows all options] (y): y
Retrieving package maven-3.5.2-1.2.noarch  (1/2),   8.0 MiB (  9.3 MiB unpacked)
Retrieving: maven-3.5.2-1.2.noarch.rpm .....................[done (590.8 KiB/s)]
Retrieving package maven-jansi-3.5.2-1.2.x86_64
                                           (2/2),  10.9 KiB ( 12.9 KiB unpacked)
Retrieving: maven-jansi-3.5.2-1.2.x86_64.rpm .............................[done]
Checking for file conflicts: .............................................[done]
(1/2) Installing: maven-3.5.2-1.2.noarch .................................[done]
(2/2) Installing: maven-jansi-3.5.2-1.2.x86_64 ...........................[done]
#

以上

コメント