Author: bentmann
Date: Mon Apr 21 10:07:53 2008
New Revision: 650206
URL: http://svn.apache.org/viewvc?rev=650206&view=rev
Log:
o Pointed out to patch the trunk
Modified:
maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt
Modified:
maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt?rev=650206&r1=650205&r2=650206&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt
(original)
+++ maven/site/trunk/src/site/apt/guides/development/guide-m2-development.apt
Mon Apr 21 10:07:53 2008
@@ -62,7 +62,10 @@
When you have either completed an issue or just want some feedback on the
work you have done, create a patch
and attach the patch to the issue in question. We have a couple of guidelines
when creating patches:
- * Always create the patch from the root of the maven project, i.e. where the
pom.xml file is.
+ * Patch the trunk, not a tag. Otherwise, your patch is outdated the moment
you create it and might not be applicable
+ to the development head.
+
+ * Always create the patch from the root of the maven project, i.e. where the
<<<pom.xml>>> file is.
* If this was a new piece of work without a JIRA issue, create a JIRA issue
for it now.