class Jars::Classpath

def workdir(dirname)

def workdir(dirname)
  dir = File.join(mvn.basedir, dirname)
  dir if File.directory?(dir)
end