You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/12/28 16:27:34 UTC

cvs commit: maven-components/maven-project/src/test-properties defaults.properties driver.properties

jvanzyl     2003/12/28 07:27:34

  Added:       maven-project/src/test-properties defaults.properties
                        driver.properties
  Log:
  o standard defaults/driver.properties for testing.
  
  Revision  Changes    Path
  1.1                  maven-components/maven-project/src/test-properties/defaults.properties
  
  Index: defaults.properties
  ===================================================================
  # -------------------------------------------------------------------
  # D R I V E R  P R O P E R T I E S
  # -------------------------------------------------------------------
  
  maven.home.local = ${user.home}/.maven
  
  maven.src.dir = ${basedir}/src
  maven.conf.dir = ${basedir}/conf
  maven.build.dir = ${basedir}/target
  maven.build.src = ${maven.build.dir}/src
  maven.build.dest = ${maven.build.dir}/classes
  
  # These should be in the java plugin
  maven.compile.debug = on
  maven.compile.optimize = off
  maven.compile.deprecation = off
  
  # ------------------------------------------------------------------
  # R E P O R T I N G   P R O P E R T I E S
  # ------------------------------------------------------------------
  maven.docs.src = ${basedir}/xdocs
  maven.docs.dest = ${maven.build.dir}/docs
  maven.docs.outputencoding = ISO-8859-1
  maven.docs.omitXmlDeclaration=false
  maven.gen.docs = ${maven.build.dir}/generated-xdocs
  
  
  # -------------------------------------------------------------------
  # M A V E N  L O C A L  R E P O 
  # -------------------------------------------------------------------
  
  maven.repo.local = ${maven.home.local}/repository
  
  # -------------------------------------------------------------------
  # M A V E N  P L U G - I N  D I R E C T O R Y
  # -------------------------------------------------------------------
  maven.plugin.dir = ${maven.home}/plugins
  maven.plugin.unpacked.dir = ${maven.home.local}/plugins
  
  # -------------------------------------------------------------------
  # M A V E N  R E M O T E  R E P O S
  # -------------------------------------------------------------------
  
  maven.repo.remote = http://www.ibiblio.org/maven
  maven.repo.central = login.ibiblio.org
  maven.repo.central.directory = /public/html/maven
  maven.repo.remote.enabled = true
  
  # -------------------------------------------------------------------
  # M A V E N  D I S T R I B U T I O N S
  # -------------------------------------------------------------------
  maven.distBuildDirectory = ${basedir}/target
  maven.distBuildIndicator = DIST_BUILD_DIRECTORY
  maven.distDirectory = ${basedir}/dist
  
  # -------------------------------------------------------------------
  # E N V I R O N M E N T  D E P E N D E N T  T O O L S
  # -------------------------------------------------------------------
  maven.scp.executable = scp
  maven.ssh.executable = ssh
  
  maven.build = MAVEN_BUILD_NOT_SET
  maven.username=USERNAME_NOT_SET
  
  
  
  1.1                  maven-components/maven-project/src/test-properties/driver.properties
  
  Index: driver.properties
  ===================================================================
  # -------------------------------------------------------------------
  # D R I V E R  P R O P E R T I E S
  # -------------------------------------------------------------------
  
  maven.final.name = ${pom.artifactId}-${pom.currentVersion}
  maven.final.dir = ${basedir}/${maven.final.name}
  
  
  # -------------------------------------------------------------------
  # Mark the defaults as loaded - PLEASE DON'T OVERRIDE
  # -------------------------------------------------------------------
  maven.defaults.loaded = true
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org