Author: aheritier Date: Sat Feb 4 14:01:33 2006 New Revision: 374937 URL: http://svn.apache.org/viewcvs?rev=374937&view=rev Log: Reorder properties
Modified: maven/maven-1/plugins/trunk/plugin-parent/project.properties Modified: maven/maven-1/plugins/trunk/plugin-parent/project.properties URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin-parent/project.properties?rev=374937&r1=374936&r2=374937&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/plugin-parent/project.properties (original) +++ maven/maven-1/plugins/trunk/plugin-parent/project.properties Sat Feb 4 14:01:33 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,42 +18,13 @@ # WARNING: All these properties are inherited by the plugin projects #==================================================================== +#===== +# Repositories settings +#===== + # 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 - -# 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 -maven.announcement.lenient=true - -# 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 issue template -maven.changes.issue.template = %URL%/%ISSUE% - # Repository to deploy to maven.repo.list=apache.snapshots @@ -73,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/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 @@ -124,3 +81,85 @@ maven.jar.wagon-provider-api=1.0-alpha-3 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 + +#===== +# 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/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