You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/02/04 23:08:20 UTC

svn commit: r374940 - /maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties

Author: aheritier
Date: Sat Feb  4 14:08:17 2006
New Revision: 374940

URL: http://svn.apache.org/viewcvs?rev=374940&view=rev
Log:
Apply the same settings in the sandbox

Modified:
    maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties

Modified: maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties?rev=374940&r1=374939&r2=374940&view=diff
==============================================================================
--- maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties (original)
+++ maven/maven-1/plugins-sandbox/trunk/plugin-parent/project.properties Sat Feb  4 14:08:17 2006
@@ -1,5 +1,5 @@
 # -------------------------------------------------------------------
-# Copyright 2001-2004 The Apache Software Foundation.
+# Copyright 2001-2006 The Apache Software Foundation.
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -18,34 +18,12 @@
 # WARNING: All these properties are inherited by the plugin projects
 #====================================================================
 
-# TODO: remove cvs repository, just there for SNAPSHOTs
-maven.repo.remote = http://www.ibiblio.org/maven, http://cvs.apache.org/repository/
-
-# Display the date on the Maven web site
-maven.xdoc.date = left
-maven.xdoc.date.format = dd MMMM yyyy HH:mm z
-maven.xdoc.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins
-maven.xdoc.version = ${pom.currentVersion}
-# Use the maven site theme
-maven.xdoc.theme.url=http://maven.apache.org/maven-1.x/style/maven-stylus.css
-maven.xdoc.locale.default=en
-
-# Checkstyle plugin settings
-maven.checkstyle.header.file = ${basedir}/../checkstyle-license.txt
-maven.checkstyle.properties = ${basedir}/../checkstyle.xml
-
-# License plugin settings
-maven.license.licenseFile=${basedir}/../LICENSE.txt
+#=====
+# Repositories settings
+#=====
 
-# Force artifact deployment. You must setup your environment appropriately
-maven.artifact.legacy=false
-
-# Announcement plugin properties
-maven.announcement.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins
-maven.announcement.mail.to = users@maven.apache.org,dev@maven.apache.org
-
-# Changes issue template
-maven.changes.issue.template = %URL%/%ISSUE%
+# TODO: remove cvs repository, just there for SNAPSHOTs
+maven.repo.remote = http://www.ibiblio.org/maven,http://cvs.apache.org/repository/
 
 # Repository to deploy to
 maven.repo.list=apache.snapshots
@@ -66,23 +44,9 @@
 maven.repo.apache.snapshots.passphrase=${maven.repo.apache.releases.passphrase}
 maven.repo.apache.snapshots.group=${maven.repo.apache.releases.group}
 
-maven.multiproject.type=plugin
-
-# We are targetting the 1.3 JVM and above
-maven.compile.target=1.3
-maven.compile.source=1.3
-
-# TODO: derive from SCM URL
-maven.scm.svn.tag.base=https://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/tags
-
-maven.scm.checkout.dir=${maven.build.dir}/scm/checkout
-
-maven.site.stage.address=people.apache.org
-maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
-maven.site.deploy.method=rsync
-
-# Use the jpg image for the organization's logo
-maven.pdf.companyLogo=http://maven.apache.org/images/apache-maven-project.jpg
+#=====
+# Dependencies overriding
+#=====
 
 # Override versions of dependencies defined in maven core
 # The maven's classloader doesn't allow plugins to use
@@ -95,8 +59,9 @@
 maven.jar.ant-trax=1.6.5
 maven.jar.commons-beanutils=1.6.1
 maven.jar.commons-cli=1.0-beta-2
+maven.jar.commons-codec=1.2
 maven.jar.commons-collections=3.0
-maven.jar.commons-httpclient=2.0.2
+maven.jar.commons-httpclient=3.0
 maven.jar.commons-io=1.0
 maven.jar.commons-jelly=1.0
 maven.jar.commons-jelly-tags-ant=1.1
@@ -115,4 +80,91 @@
 maven.jar.wagon-http=1.0-alpha-3
 maven.jar.wagon-provider-api=1.0-alpha-3
 
-maven.jar.maven = ${maven.home}/lib/maven.jar
\ No newline at end of file
+maven.jar.maven = ${maven.home}/lib/maven.jar
+
+#=====
+# Compilation options
+#=====
+# We are targetting the 1.3 JVM and above
+maven.compile.target=1.3
+maven.compile.source=1.3
+
+#=====
+# Announcement plugin properties
+#=====
+maven.announcement.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins
+maven.announcement.mail.to = users@maven.apache.org,dev@maven.apache.org
+maven.announcement.lenient=true
+
+#=====
+# Artifact plugin settings
+#=====
+# Force artifact deployment. You must setup your environment appropriately
+maven.artifact.legacy=false
+
+#=====
+# Changelog plugin properties
+#=====
+maven.changelog.svn.baseurl=http://svn.apache.org/viewcvs.cgi
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.changelog.type=date
+maven.changelog.date=lastRelease
+
+#=====
+# Changes plugin settings
+#=====
+# Changes issue template
+maven.changes.issue.template = %URL%/%ISSUE%
+
+#=====
+# Checkstyle plugin settings
+#=====
+maven.checkstyle.header.file = ${basedir}/../checkstyle-license.txt
+maven.checkstyle.properties = ${basedir}/../checkstyle.xml
+
+#=====
+# License plugin settings
+#=====
+maven.license.licenseFile=${basedir}/../LICENSE.txt
+
+#=====
+# LinkCheck plugin settings
+#=====
+maven.linkcheck.exclude=${pom.repository.url},${maven.changelog.svn.baseurl}
+
+#=====
+# MultiProject plugin settings
+#=====
+maven.multiproject.type=plugin
+
+#=====
+# PDF plugin settings
+#=====
+# Use the jpg image for the organization's logo
+maven.pdf.companyLogo=http://maven.apache.org/images/apache-maven-project.jpg
+
+#=====
+# SCM plugin settings
+#=====
+# TODO: derive from SCM URL
+maven.scm.svn.tag.base=https://svn.apache.org/repos/asf/maven/maven-1/plugins-sandbox/tags
+maven.scm.checkout.dir=${maven.build.dir}/scm/checkout
+
+#=====
+# Site plugin settings
+#=====
+maven.site.stage.address=people.apache.org
+maven.site.stage.directory=/home/brett/public_html/maven-stage-site/${pom.siteDirectory.substring(22)}
+maven.site.deploy.method=rsync
+
+#=====
+# XDOC plugin settings
+#=====
+# Display the date on the Maven web site
+maven.xdoc.date = left
+maven.xdoc.date.format = dd MMMM yyyy HH:mm z
+maven.xdoc.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins
+maven.xdoc.version = ${pom.currentVersion}
+# Use the maven site theme
+maven.xdoc.theme.url=http://maven.apache.org/maven-1.x/style/maven-stylus.css
+maven.xdoc.locale.default=en
\ No newline at end of file