Skip to content

Commit

Permalink
changing home dir to be consistent with where apt-get places maven
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbronson committed Jul 23, 2012
1 parent d59f7ee commit c5e611b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Attributes:: default

default['maven']['version'] = 2
default['maven']['m2_home'] = '/usr/local/maven/default'
default['maven']['m2_home'] = '/usr/share/maven2'
default['maven']['2']['url'] = "http://www.apache.org/dist/maven/binaries/apache-maven-2.2.1-bin.tar.gz"
default['maven']['2']['checksum'] = "b9a36559486a862abfc7fb2064fd1429f20333caae95ac51215d06d72c02d376"
default['maven']['3']['url'] = 'http://www.apache.org/dist/maven/binaries/apache-maven-3.0.3-bin.tar.gz'
default['maven']['3']['checksum'] = "4fb4a392d879ebcd19dc5a05f9d779aed7f1e3356c8c9e6200b15f8b6e1f85e0"

default['maven']['conf_dir'] = '/etc/maven2'
default['maven']['conf_dir'] = File.join(default['maven']['m2_home'], 'conf')

0 comments on commit c5e611b

Please sign in to comment.