maven/maven-model
Jason van Zyl 944b65451b o added project.build.output which takes a default value of
target/classes and is the location for compiled application classes

o added project.build.testOutput which takes a default value of
  target/test-classes and is the location for compiled test classes

  After chatting with Michal we decided that we want a single place
  where we can control these values and provide a single place for
  a user to override them if they wish to.

  The build directory, the directory where compiled app classes go, and
  the directory where compiled test classes go can now all be accessed
  in a consistent fashion.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162756 13f79535-47bb-0310-9956-ffa450edef68
2004-06-14 23:21:23 +00:00
..
src/site/apt *** empty log message *** 2004-05-30 15:05:24 +00:00
.cvsignore Initial revision 2004-03-08 01:31:17 +00:00
build.sh o generate the sources for the v3 model 2004-06-06 05:52:30 +00:00
maven.mdo o added project.build.output which takes a default value of 2004-06-14 23:21:23 +00:00
pom.xml o moving core deps into top-level pom.xml to be shared by all the 2004-06-10 20:27:50 +00:00