dgraham     2004/03/28 11:30:16

  Modified:    validator project.properties
  Log:
  Added maven.changelog.range property.
  
  Revision  Changes    Path
  1.7       +6 -16     jakarta-commons/validator/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/validator/project.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.properties        29 Feb 2004 09:48:28 -0000      1.6
  +++ project.properties        28 Mar 2004 19:30:16 -0000      1.7
  @@ -12,26 +12,17 @@
   #   See the License for the specific language governing permissions and
   #   limitations under the License.
   
  -# -------------------------------------------------------------------
  -# P R O J E C T  P R O P E R T I E S - Modeled after Turbine project.properties
  -#
  -# $Id$
  -#
  -# Do not change this file. Please use build.properties in this directory
  -# to do site or installation specific changes to the project build.
  -# -------------------------------------------------------------------
   
  -#========================================================================
   # You can uncomment this if you're willing to use the unofficial
   # Validator-specific jar repository at the Validator site. This will
   # contain all the jars needed to build Validator, even if a jar
   # is missing on ibiblio
  -#========================================================================
  +
   
#maven.repo.remote=http://www.ibiblio.org/maven/,http://jakarta.apache.org/commons/validator/repo
   
   maven.checkstyle.properties = conf/share/ValidatorCheckStyle.xml
   
  -#keep ant & maven directories seperate.
  +# Keep ant and maven directories seperate.
   maven.build.dir=m-target
   
   # Include legacy javadoc in build
  @@ -39,19 +30,18 @@
   
   # commons site L&F
   maven.xdoc.jsl=../commons-build/commons-site.jsl
  -
  -# No powered by Image
   maven.xdoc.poweredby.image=
  -
  -# display the date on the site
   maven.xdoc.date = left
  -# Display the version the web site is documenting
   maven.xdoc.version = ${pom.currentVersion}
   
   compile.debug = on
   compile.optimize = off
   compile.deprecation = on
   maven.compile.deprecation = on
  +
  +#maven.test.skip = true
  +#maven.test.failure.ignore = true
  +maven.changelog.range = 120
   
   # -------------------------------------------------------------------
   # N I G H T L Y   B U I L D   P R O P E R T I E S
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to