You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2013/06/25 22:07:47 UTC

svn commit: r867426 [17/34] - in /websites/production/maven/content/enforcer-archives/enforcer-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/enforcer/ apidocs/src-html/org/apache/maven/plugins/enforcer/ enforcer-api/ enforcer-rules/ enforcer-rul...

Modified: websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html
==============================================================================
--- websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html (original)
+++ websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html Tue Jun 25 20:07:43 2013
@@ -75,9 +75,9 @@ function windowTitle()
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>
 </TABLE>
 <A NAME="skip-navbar_top"></A>
@@ -112,14 +112,64 @@ This rule checks that no snapshots are i
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Id: RequireReleaseDeps.java 1493576 2013-06-16 20:10:59Z rfscholte $</DD>
+  <DD>$Id: RequireReleaseDeps.java 1496229 2013-06-24 21:43:56Z rfscholte $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:brianf@apache.org">Brian Fox</a></DD>
 </DL>
 <HR>
 
 <P>
+<!-- =========== FIELD SUMMARY =========== -->
 
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#excludes">excludes</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>the visibility will be reduced to private with the next major version</I></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#failWhenParentIsSnapshot">failWhenParentIsSnapshot</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>the visibility will be reduced to private with the next major version</I></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#includes">includes</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>the visibility will be reduced to private with the next major version</I></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#onlyWhenRelease">onlyWhenRelease</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>the visibility will be reduced to private with the next major version</I></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_org.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Fields inherited from class org.apache.maven.plugins.enforcer.<A HREF="../../../../../org/apache/maven/plugins/enforcer/AbstractStandardEnforcerRule.html" title="class in org.apache.maven.plugins.enforcer">AbstractStandardEnforcerRule</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../../org/apache/maven/plugins/enforcer/AbstractStandardEnforcerRule.html#message">message</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
 <A NAME="constructor_summary"><!-- --></A>
@@ -171,6 +221,22 @@ This rule checks that no snapshots are i
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#getExcludes()">getExcludes</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#getIncludes()">getIncludes</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;boolean</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#isFailWhenParentIsSnapshot()">isFailWhenParentIsSnapshot</A></B>()</CODE>
 
@@ -188,6 +254,14 @@ This rule checks that no snapshots are i
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#setExcludes(java.util.List)">setExcludes</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;excludes)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#setFailWhenParentIsSnapshot(boolean)">setFailWhenParentIsSnapshot</A></B>(boolean&nbsp;failWhenParentIsSnapshot)</CODE>
 
 <BR>
@@ -196,6 +270,14 @@ This rule checks that no snapshots are i
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#setIncludes(java.util.List)">setIncludes</A></B>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;includes)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#setOnlyWhenRelease(boolean)">setOnlyWhenRelease</A></B>(boolean&nbsp;onlyWhenRelease)</CODE>
 
 <BR>
@@ -241,6 +323,69 @@ This rule checks that no snapshots are i
 &nbsp;
 <P>
 
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="onlyWhenRelease"><!-- --></A><H3>
+onlyWhenRelease</H3>
+<PRE>
+public boolean <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.56"><B>onlyWhenRelease</B></A></PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>the visibility will be reduced to private with the next major version</I><DD>Allows this rule to execute only when this project is a release.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><CODE>#setOnlyWhenRelease(boolean)}</CODE>, 
+<CODE>#isOnlyWhenRelease()}</CODE><DT><B>Is defined by:</B></DT><DD><DL></DL></DD></DL>
+</DL>
+<HR>
+
+<A NAME="failWhenParentIsSnapshot"><!-- --></A><H3>
+failWhenParentIsSnapshot</H3>
+<PRE>
+public boolean <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.67"><B>failWhenParentIsSnapshot</B></A></PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>the visibility will be reduced to private with the next major version</I><DD>Allows this rule to fail when the parent is defined as a snapshot.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><CODE>#setFailWhenParentIsSnapshot(boolean)}</CODE>, 
+<CODE>#isFailWhenParentIsSnapshot()}</CODE><DT><B>Is defined by:</B></DT><DD><DL></DL></DD></DL>
+</DL>
+<HR>
+
+<A NAME="excludes"><!-- --></A><H3>
+excludes</H3>
+<PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt; <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.77"><B>excludes</B></A></PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>the visibility will be reduced to private with the next major version</I><DD>Dependencies to ignore when checking for release versions.  For example, inter-module dependencies 
+ can be excluded from the check and therefore allowed to contain snapshot versions.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><CODE>#setExcludes(List)}</CODE>, 
+<CODE>#getExcludes()}</CODE></DL>
+</DL>
+<HR>
+
+<A NAME="includes"><!-- --></A><H3>
+includes</H3>
+<PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt; <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.87"><B>includes</B></A></PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>the visibility will be reduced to private with the next major version</I><DD>Dependencies to include when checking for release versions.  If any of the included dependencies
+ have snapshot versions, the rule will fail.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><CODE>#setIncludes(List)}</CODE>, 
+<CODE>#getIncludes()}</CODE></DL>
+</DL>
+
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 
 <A NAME="constructor_detail"><!-- --></A>
@@ -271,7 +416,7 @@ public <A HREF="../../../../../src-html/
 <A NAME="execute(org.apache.maven.enforcer.rule.api.EnforcerRuleHelper)"><!-- --></A><H3>
 execute</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.80"><B>execute</B></A>(<A HREF="http://maven.apache.org/enforcer/enforcer-api/apidocs/org/apache/maven/enforcer/rule/api/EnforcerRuleHelper.html?is-external=true" title="class or interface in org.apache.maven.enforcer.rule.api">EnforcerRuleHelper</A>&nbsp;helper)
+public void <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.95"><B>execute</B></A>(<A HREF="http://maven.apache.org/enforcer/enforcer-api/apidocs/org/apache/maven/enforcer/rule/api/EnforcerRuleHelper.html?is-external=true" title="class or interface in org.apache.maven.enforcer.rule.api">EnforcerRuleHelper</A>&nbsp;helper)
              throws <A HREF="http://maven.apache.org/enforcer/enforcer-api/apidocs/org/apache/maven/enforcer/rule/api/EnforcerRuleException.html?is-external=true" title="class or interface in org.apache.maven.enforcer.rule.api">EnforcerRuleException</A></PRE>
 <DL>
 <DD>Override parent to allow optional ignore of this rule.
@@ -290,7 +435,7 @@ public void <A HREF="../../../../../src-
 <A NAME="checkDependencies(java.util.Set, org.apache.maven.plugin.logging.Log)"><!-- --></A><H3>
 checkDependencies</H3>
 <PRE>
-protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</A>&gt; <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.137"><B>checkDependencies</B></A>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</A>&gt;&nbsp;dependencies,
+protected <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</A>&gt; <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.152"><B>checkDependencies</B></A>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</A>&gt;&nbsp;dependencies,
                                           <A HREF="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/logging/Log.html?is-external=true" title="class or interface in org.apache.maven.plugin.logging">Log</A>&nbsp;log)
                                    throws <A HREF="http://maven.apache.org/enforcer/enforcer-api/apidocs/org/apache/maven/enforcer/rule/api/EnforcerRuleException.html?is-external=true" title="class or interface in org.apache.maven.enforcer.rule.api">EnforcerRuleException</A></PRE>
 <DL>
@@ -311,7 +456,7 @@ protected <A HREF="http://docs.oracle.co
 <A NAME="filterArtifacts(java.util.Set)"><!-- --></A><H3>
 filterArtifacts</H3>
 <PRE>
-public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</A>&gt; <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.162"><B>filterArtifacts</B></A>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</A>&gt;&nbsp;dependencies)</PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</A>&gt; <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.177"><B>filterArtifacts</B></A>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</A>&gt;&nbsp;dependencies)</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -322,7 +467,7 @@ public <A HREF="http://docs.oracle.com/j
 <A NAME="isOnlyWhenRelease()"><!-- --></A><H3>
 isOnlyWhenRelease</H3>
 <PRE>
-public final boolean <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.190"><B>isOnlyWhenRelease</B></A>()</PRE>
+public final boolean <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.205"><B>isOnlyWhenRelease</B></A>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -333,7 +478,7 @@ public final boolean <A HREF="../../../.
 <A NAME="setOnlyWhenRelease(boolean)"><!-- --></A><H3>
 setOnlyWhenRelease</H3>
 <PRE>
-public final void <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.195"><B>setOnlyWhenRelease</B></A>(boolean&nbsp;onlyWhenRelease)</PRE>
+public final void <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.210"><B>setOnlyWhenRelease</B></A>(boolean&nbsp;onlyWhenRelease)</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -344,7 +489,7 @@ public final void <A HREF="../../../../.
 <A NAME="isFailWhenParentIsSnapshot()"><!-- --></A><H3>
 isFailWhenParentIsSnapshot</H3>
 <PRE>
-public final boolean <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.200"><B>isFailWhenParentIsSnapshot</B></A>()</PRE>
+public final boolean <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.215"><B>isFailWhenParentIsSnapshot</B></A>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -355,7 +500,51 @@ public final boolean <A HREF="../../../.
 <A NAME="setFailWhenParentIsSnapshot(boolean)"><!-- --></A><H3>
 setFailWhenParentIsSnapshot</H3>
 <PRE>
-public final void <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.205"><B>setFailWhenParentIsSnapshot</B></A>(boolean&nbsp;failWhenParentIsSnapshot)</PRE>
+public final void <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.220"><B>setFailWhenParentIsSnapshot</B></A>(boolean&nbsp;failWhenParentIsSnapshot)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setExcludes(java.util.List)"><!-- --></A><H3>
+setExcludes</H3>
+<PRE>
+public final void <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.225"><B>setExcludes</B></A>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;excludes)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getExcludes()"><!-- --></A><H3>
+getExcludes</H3>
+<PRE>
+public final <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt; <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.230"><B>getExcludes</B></A>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setIncludes(java.util.List)"><!-- --></A><H3>
+setIncludes</H3>
+<PRE>
+public void <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.235"><B>setIncludes</B></A>(<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt;&nbsp;includes)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getIncludes()"><!-- --></A><H3>
+getIncludes</H3>
+<PRE>
+public <A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&gt; <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseDeps.html#line.240"><B>getIncludes</B></A>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -413,9 +602,9 @@ public final void <A HREF="../../../../.
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>
 </TABLE>
 <A NAME="skip-navbar_bottom"></A>

Modified: websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/org/apache/maven/plugins/enforcer/RequireReleaseVersion.html
==============================================================================
--- websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/org/apache/maven/plugins/enforcer/RequireReleaseVersion.html (original)
+++ websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/org/apache/maven/plugins/enforcer/RequireReleaseVersion.html Tue Jun 25 20:07:43 2013
@@ -75,9 +75,9 @@ function windowTitle()
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>
 </TABLE>
 <A NAME="skip-navbar_top"></A>
@@ -116,7 +116,33 @@ This rule checks that the current projec
 <HR>
 
 <P>
+<!-- =========== FIELD SUMMARY =========== -->
 
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/maven/plugins/enforcer/RequireReleaseVersion.html#failWhenParentIsSnapshot">failWhenParentIsSnapshot</A></B></CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>the visibility will be reduced to private with the next major version</I></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_org.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Fields inherited from class org.apache.maven.plugins.enforcer.<A HREF="../../../../../org/apache/maven/plugins/enforcer/AbstractStandardEnforcerRule.html" title="class in org.apache.maven.plugins.enforcer">AbstractStandardEnforcerRule</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../../org/apache/maven/plugins/enforcer/AbstractStandardEnforcerRule.html#message">message</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
 <A NAME="constructor_summary"><!-- --></A>
@@ -196,6 +222,28 @@ This rule checks that the current projec
 &nbsp;
 <P>
 
+<!-- ============ FIELD DETAIL =========== -->
+
+<A NAME="field_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Field Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="failWhenParentIsSnapshot"><!-- --></A><H3>
+failWhenParentIsSnapshot</H3>
+<PRE>
+public boolean <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseVersion.html#line.46"><B>failWhenParentIsSnapshot</B></A></PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>the visibility will be reduced to private with the next major version</I><DD>Allows this rule to fail when the parent is defined as a snapshot.
+<P>
+<DL>
+<DT><B>See Also:</B><DD><CODE>#setFailWhenParentIsSnapshot(boolean)}</CODE>, 
+<CODE>#isFailWhenParentIsSnapshot()}</CODE><DT><B>Is defined by:</B></DT><DD><DL></DL></DD></DL>
+</DL>
+
 <!-- ========= CONSTRUCTOR DETAIL ======== -->
 
 <A NAME="constructor_detail"><!-- --></A>
@@ -226,7 +274,7 @@ public <A HREF="../../../../../src-html/
 <A NAME="execute(org.apache.maven.enforcer.rule.api.EnforcerRuleHelper)"><!-- --></A><H3>
 execute</H3>
 <PRE>
-public void <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseVersion.html#line.49"><B>execute</B></A>(<A HREF="http://maven.apache.org/enforcer/enforcer-api/apidocs/org/apache/maven/enforcer/rule/api/EnforcerRuleHelper.html?is-external=true" title="class or interface in org.apache.maven.enforcer.rule.api">EnforcerRuleHelper</A>&nbsp;theHelper)
+public void <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseVersion.html#line.53"><B>execute</B></A>(<A HREF="http://maven.apache.org/enforcer/enforcer-api/apidocs/org/apache/maven/enforcer/rule/api/EnforcerRuleHelper.html?is-external=true" title="class or interface in org.apache.maven.enforcer.rule.api">EnforcerRuleHelper</A>&nbsp;theHelper)
              throws <A HREF="http://maven.apache.org/enforcer/enforcer-api/apidocs/org/apache/maven/enforcer/rule/api/EnforcerRuleException.html?is-external=true" title="class or interface in org.apache.maven.enforcer.rule.api">EnforcerRuleException</A></PRE>
 <DL>
 <DD><DL>
@@ -240,7 +288,7 @@ public void <A HREF="../../../../../src-
 <A NAME="isFailWhenParentIsSnapshot()"><!-- --></A><H3>
 isFailWhenParentIsSnapshot</H3>
 <PRE>
-public final boolean <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseVersion.html#line.95"><B>isFailWhenParentIsSnapshot</B></A>()</PRE>
+public final boolean <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseVersion.html#line.99"><B>isFailWhenParentIsSnapshot</B></A>()</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -251,7 +299,7 @@ public final boolean <A HREF="../../../.
 <A NAME="setFailWhenParentIsSnapshot(boolean)"><!-- --></A><H3>
 setFailWhenParentIsSnapshot</H3>
 <PRE>
-public final void <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseVersion.html#line.100"><B>setFailWhenParentIsSnapshot</B></A>(boolean&nbsp;failWhenParentIsSnapshot)</PRE>
+public final void <A HREF="../../../../../src-html/org/apache/maven/plugins/enforcer/RequireReleaseVersion.html#line.104"><B>setFailWhenParentIsSnapshot</B></A>(boolean&nbsp;failWhenParentIsSnapshot)</PRE>
 <DL>
 <DD><DL>
 </DL>
@@ -309,9 +357,9 @@ public final void <A HREF="../../../../.
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
+DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>
 </TABLE>
 <A NAME="skip-navbar_bottom"></A>

Modified: websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/org/apache/maven/plugins/enforcer/RequireSameVersions.html
==============================================================================
--- websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/org/apache/maven/plugins/enforcer/RequireSameVersions.html (original)
+++ websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/org/apache/maven/plugins/enforcer/RequireSameVersions.html Tue Jun 25 20:07:43 2013
@@ -75,7 +75,7 @@ function windowTitle()
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>
@@ -114,7 +114,25 @@ Class RequireSameVersions</H2>
 <HR>
 
 <P>
+<!-- =========== FIELD SUMMARY =========== -->
 
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_org.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Fields inherited from class org.apache.maven.plugins.enforcer.<A HREF="../../../../../org/apache/maven/plugins/enforcer/AbstractStandardEnforcerRule.html" title="class in org.apache.maven.plugins.enforcer">AbstractStandardEnforcerRule</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../../org/apache/maven/plugins/enforcer/AbstractStandardEnforcerRule.html#message">message</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
 <A NAME="constructor_summary"><!-- --></A>
@@ -269,7 +287,7 @@ public void <A HREF="../../../../../src-
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>

Modified: websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/org/apache/maven/plugins/enforcer/RequireUpperBoundDeps.html
==============================================================================
--- websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/org/apache/maven/plugins/enforcer/RequireUpperBoundDeps.html (original)
+++ websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/org/apache/maven/plugins/enforcer/RequireUpperBoundDeps.html Tue Jun 25 20:07:43 2013
@@ -75,7 +75,7 @@ function windowTitle()
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>
@@ -118,7 +118,25 @@ Rule to enforce that the resolved depend
 <HR>
 
 <P>
+<!-- =========== FIELD SUMMARY =========== -->
 
+<A NAME="field_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Field Summary</B></FONT></TH>
+</TR>
+</TABLE>
+&nbsp;<A NAME="fields_inherited_from_class_org.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Fields inherited from class org.apache.maven.plugins.enforcer.<A HREF="../../../../../org/apache/maven/plugins/enforcer/AbstractStandardEnforcerRule.html" title="class in org.apache.maven.plugins.enforcer">AbstractStandardEnforcerRule</A></B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><A HREF="../../../../../org/apache/maven/plugins/enforcer/AbstractStandardEnforcerRule.html#message">message</A></CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
 <A NAME="constructor_summary"><!-- --></A>
@@ -296,7 +314,7 @@ public void <A HREF="../../../../../src-
 </TR>
 <TR>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
-  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
+  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.maven.plugins.enforcer.AbstractStandardEnforcerRule">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 </TR>

Modified: websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/src-html/org/apache/maven/plugins/enforcer/AbstractPropertyEnforcerRule.html
==============================================================================
--- websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/src-html/org/apache/maven/plugins/enforcer/AbstractPropertyEnforcerRule.html (original)
+++ websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/src-html/org/apache/maven/plugins/enforcer/AbstractPropertyEnforcerRule.html Tue Jun 25 20:07:43 2013
@@ -30,7 +30,7 @@
 <FONT color="green">027</FONT>     *<a name="line.27"></a>
 <FONT color="green">028</FONT>     * @author Paul Gier<a name="line.28"></a>
 <FONT color="green">029</FONT>     * @author &lt;a href='mailto:marvin[at]marvinformatics[dot]com'&gt;Marvin Froeder&lt;/a&gt;<a name="line.29"></a>
-<FONT color="green">030</FONT>     * @version $Id: AbstractPropertyEnforcerRule.java 1493569 2013-06-16 18:53:12Z rfscholte $<a name="line.30"></a>
+<FONT color="green">030</FONT>     * @version $Id: AbstractPropertyEnforcerRule.java 1496229 2013-06-24 21:43:56Z rfscholte $<a name="line.30"></a>
 <FONT color="green">031</FONT>     */<a name="line.31"></a>
 <FONT color="green">032</FONT>    public abstract class AbstractPropertyEnforcerRule<a name="line.32"></a>
 <FONT color="green">033</FONT>        extends AbstractNonCacheableEnforcerRule<a name="line.33"></a>
@@ -38,82 +38,121 @@
 <FONT color="green">035</FONT>    <a name="line.35"></a>
 <FONT color="green">036</FONT>        /**<a name="line.36"></a>
 <FONT color="green">037</FONT>         * Match the property value to a given regular expression. Defaults to &lt;code&gt;null&lt;/code&gt; (any value is ok).<a name="line.37"></a>
-<FONT color="green">038</FONT>         */<a name="line.38"></a>
-<FONT color="green">039</FONT>        private String regex;<a name="line.39"></a>
-<FONT color="green">040</FONT>    <a name="line.40"></a>
-<FONT color="green">041</FONT>        /**<a name="line.41"></a>
-<FONT color="green">042</FONT>         * Specify a warning message if the regular expression is not matched.<a name="line.42"></a>
-<FONT color="green">043</FONT>         */<a name="line.43"></a>
-<FONT color="green">044</FONT>        private String regexMessage;<a name="line.44"></a>
-<FONT color="green">045</FONT>    <a name="line.45"></a>
-<FONT color="green">046</FONT>        public AbstractPropertyEnforcerRule()<a name="line.46"></a>
-<FONT color="green">047</FONT>        {<a name="line.47"></a>
-<FONT color="green">048</FONT>            super();<a name="line.48"></a>
-<FONT color="green">049</FONT>        }<a name="line.49"></a>
-<FONT color="green">050</FONT>        <a name="line.50"></a>
-<FONT color="green">051</FONT>        public void setRegex( String regex )<a name="line.51"></a>
-<FONT color="green">052</FONT>        {<a name="line.52"></a>
-<FONT color="green">053</FONT>            this.regex = regex;<a name="line.53"></a>
-<FONT color="green">054</FONT>        }<a name="line.54"></a>
-<FONT color="green">055</FONT>        <a name="line.55"></a>
-<FONT color="green">056</FONT>        public void setRegexMessage( String regexMessage )<a name="line.56"></a>
-<FONT color="green">057</FONT>        {<a name="line.57"></a>
-<FONT color="green">058</FONT>            this.regexMessage = regexMessage;<a name="line.58"></a>
-<FONT color="green">059</FONT>        }<a name="line.59"></a>
-<FONT color="green">060</FONT>    <a name="line.60"></a>
-<FONT color="green">061</FONT>        /**<a name="line.61"></a>
-<FONT color="green">062</FONT>         * Execute the rule.<a name="line.62"></a>
-<FONT color="green">063</FONT>         *<a name="line.63"></a>
-<FONT color="green">064</FONT>         * @param helper the helper<a name="line.64"></a>
-<FONT color="green">065</FONT>         * @throws EnforcerRuleException the enforcer rule exception<a name="line.65"></a>
-<FONT color="green">066</FONT>         */<a name="line.66"></a>
-<FONT color="green">067</FONT>        public void execute( EnforcerRuleHelper helper )<a name="line.67"></a>
-<FONT color="green">068</FONT>            throws EnforcerRuleException<a name="line.68"></a>
-<FONT color="green">069</FONT>        {<a name="line.69"></a>
-<FONT color="green">070</FONT>            Object propValue = resolveValue( helper );<a name="line.70"></a>
-<FONT color="green">071</FONT>    <a name="line.71"></a>
-<FONT color="green">072</FONT>            // Check that the property is not null or empty string<a name="line.72"></a>
-<FONT color="green">073</FONT>            if ( propValue == null )<a name="line.73"></a>
-<FONT color="green">074</FONT>            {<a name="line.74"></a>
-<FONT color="green">075</FONT>                String message = getMessage();<a name="line.75"></a>
-<FONT color="green">076</FONT>                if ( message == null )<a name="line.76"></a>
-<FONT color="green">077</FONT>                {<a name="line.77"></a>
-<FONT color="green">078</FONT>                    message = getName() + " \"" + getPropertyName() + "\" is required for this build.";<a name="line.78"></a>
-<FONT color="green">079</FONT>                }<a name="line.79"></a>
-<FONT color="green">080</FONT>                throw new EnforcerRuleException( message );<a name="line.80"></a>
-<FONT color="green">081</FONT>            }<a name="line.81"></a>
-<FONT color="green">082</FONT>            // If there is a regex, check that the property matches it<a name="line.82"></a>
-<FONT color="green">083</FONT>            if ( regex != null &amp;&amp; !propValue.toString().matches( regex ) )<a name="line.83"></a>
-<FONT color="green">084</FONT>            {<a name="line.84"></a>
-<FONT color="green">085</FONT>                if ( regexMessage == null )<a name="line.85"></a>
-<FONT color="green">086</FONT>                {<a name="line.86"></a>
-<FONT color="green">087</FONT>                    regexMessage = getName() + " \"" + getPropertyName() + "\" evaluates to \"" + propValue + "\".  "<a name="line.87"></a>
-<FONT color="green">088</FONT>                        + "This does not match the regular expression \"" + regex + "\"";<a name="line.88"></a>
-<FONT color="green">089</FONT>                }<a name="line.89"></a>
-<FONT color="green">090</FONT>                throw new EnforcerRuleException( regexMessage );<a name="line.90"></a>
-<FONT color="green">091</FONT>            }<a name="line.91"></a>
-<FONT color="green">092</FONT>        }<a name="line.92"></a>
-<FONT color="green">093</FONT>    <a name="line.93"></a>
-<FONT color="green">094</FONT>        /**<a name="line.94"></a>
-<FONT color="green">095</FONT>         * How the property that is being evaluated is called<a name="line.95"></a>
-<FONT color="green">096</FONT>         */<a name="line.96"></a>
-<FONT color="green">097</FONT>        public abstract String getName();<a name="line.97"></a>
-<FONT color="green">098</FONT>    <a name="line.98"></a>
-<FONT color="green">099</FONT>        /**<a name="line.99"></a>
-<FONT color="green">100</FONT>         * The name of the property currently being evaluated, this is used for default message pourpouses only<a name="line.100"></a>
-<FONT color="green">101</FONT>         */<a name="line.101"></a>
-<FONT color="green">102</FONT>        public abstract String getPropertyName();<a name="line.102"></a>
-<FONT color="green">103</FONT>    <a name="line.103"></a>
-<FONT color="green">104</FONT>        /**<a name="line.104"></a>
-<FONT color="green">105</FONT>         * Resolves the property value<a name="line.105"></a>
-<FONT color="green">106</FONT>         *<a name="line.106"></a>
-<FONT color="green">107</FONT>         * @param helper<a name="line.107"></a>
-<FONT color="green">108</FONT>         * @throws EnforcerRuleException<a name="line.108"></a>
-<FONT color="green">109</FONT>         */<a name="line.109"></a>
-<FONT color="green">110</FONT>        public abstract Object resolveValue( EnforcerRuleHelper helper )<a name="line.110"></a>
-<FONT color="green">111</FONT>            throws EnforcerRuleException;<a name="line.111"></a>
-<FONT color="green">112</FONT>    <a name="line.112"></a>
-<FONT color="green">113</FONT>    }<a name="line.113"></a>
+<FONT color="green">038</FONT>         * <a name="line.38"></a>
+<FONT color="green">039</FONT>         * @deprecated the visibility will be reduced to private with the next major version<a name="line.39"></a>
+<FONT color="green">040</FONT>         * @see {@link #setRegex(String)}<a name="line.40"></a>
+<FONT color="green">041</FONT>         * @see {@link #getRegex()}<a name="line.41"></a>
+<FONT color="green">042</FONT>         */<a name="line.42"></a>
+<FONT color="green">043</FONT>        public String regex = null;<a name="line.43"></a>
+<FONT color="green">044</FONT>    <a name="line.44"></a>
+<FONT color="green">045</FONT>        /**<a name="line.45"></a>
+<FONT color="green">046</FONT>         * Specify a warning message if the regular expression is not matched.<a name="line.46"></a>
+<FONT color="green">047</FONT>         * <a name="line.47"></a>
+<FONT color="green">048</FONT>         * @deprecated the visibility will be reduced to private with the next major version<a name="line.48"></a>
+<FONT color="green">049</FONT>         * @see {@link #setRegexMessage(String)}<a name="line.49"></a>
+<FONT color="green">050</FONT>         * @see {@link #getRegexMessage()}<a name="line.50"></a>
+<FONT color="green">051</FONT>         */<a name="line.51"></a>
+<FONT color="green">052</FONT>        public String regexMessage = null;<a name="line.52"></a>
+<FONT color="green">053</FONT>    <a name="line.53"></a>
+<FONT color="green">054</FONT>        public AbstractPropertyEnforcerRule()<a name="line.54"></a>
+<FONT color="green">055</FONT>        {<a name="line.55"></a>
+<FONT color="green">056</FONT>            super();<a name="line.56"></a>
+<FONT color="green">057</FONT>        }<a name="line.57"></a>
+<FONT color="green">058</FONT>        <a name="line.58"></a>
+<FONT color="green">059</FONT>        /**<a name="line.59"></a>
+<FONT color="green">060</FONT>         * Set the property value to a given regular expression. Defaults to &lt;code&gt;null&lt;/code&gt; (any value is ok).<a name="line.60"></a>
+<FONT color="green">061</FONT>         * <a name="line.61"></a>
+<FONT color="green">062</FONT>         * @param the regular expression<a name="line.62"></a>
+<FONT color="green">063</FONT>         */<a name="line.63"></a>
+<FONT color="green">064</FONT>        public final void setRegex( String regex )<a name="line.64"></a>
+<FONT color="green">065</FONT>        {<a name="line.65"></a>
+<FONT color="green">066</FONT>            this.regex = regex;<a name="line.66"></a>
+<FONT color="green">067</FONT>        }<a name="line.67"></a>
+<FONT color="green">068</FONT>    <a name="line.68"></a>
+<FONT color="green">069</FONT>        /**<a name="line.69"></a>
+<FONT color="green">070</FONT>         * Get the property value to a given regular expression. Defaults to &lt;code&gt;null&lt;/code&gt; (any value is ok).<a name="line.70"></a>
+<FONT color="green">071</FONT>         * <a name="line.71"></a>
+<FONT color="green">072</FONT>         * @return the regular expression<a name="line.72"></a>
+<FONT color="green">073</FONT>         */<a name="line.73"></a>
+<FONT color="green">074</FONT>        public final String getRegex()<a name="line.74"></a>
+<FONT color="green">075</FONT>        {<a name="line.75"></a>
+<FONT color="green">076</FONT>            return regex;<a name="line.76"></a>
+<FONT color="green">077</FONT>        }<a name="line.77"></a>
+<FONT color="green">078</FONT>        <a name="line.78"></a>
+<FONT color="green">079</FONT>        /**<a name="line.79"></a>
+<FONT color="green">080</FONT>         * Set a warning message if the regular expression is not matched.<a name="line.80"></a>
+<FONT color="green">081</FONT>         * <a name="line.81"></a>
+<FONT color="green">082</FONT>         * @param regexMessage the regex message<a name="line.82"></a>
+<FONT color="green">083</FONT>         */<a name="line.83"></a>
+<FONT color="green">084</FONT>        public final void setRegexMessage( String regexMessage )<a name="line.84"></a>
+<FONT color="green">085</FONT>        {<a name="line.85"></a>
+<FONT color="green">086</FONT>            this.regexMessage = regexMessage;<a name="line.86"></a>
+<FONT color="green">087</FONT>        }<a name="line.87"></a>
+<FONT color="green">088</FONT>        <a name="line.88"></a>
+<FONT color="green">089</FONT>        /**<a name="line.89"></a>
+<FONT color="green">090</FONT>         * Get a warning message if the regular expression is not matched.<a name="line.90"></a>
+<FONT color="green">091</FONT>         * <a name="line.91"></a>
+<FONT color="green">092</FONT>         * @return the regex message<a name="line.92"></a>
+<FONT color="green">093</FONT>         */<a name="line.93"></a>
+<FONT color="green">094</FONT>        public final String getRegexMessage()<a name="line.94"></a>
+<FONT color="green">095</FONT>        {<a name="line.95"></a>
+<FONT color="green">096</FONT>            return regexMessage;<a name="line.96"></a>
+<FONT color="green">097</FONT>        }<a name="line.97"></a>
+<FONT color="green">098</FONT>        <a name="line.98"></a>
+<FONT color="green">099</FONT>    <a name="line.99"></a>
+<FONT color="green">100</FONT>        /**<a name="line.100"></a>
+<FONT color="green">101</FONT>         * Execute the rule.<a name="line.101"></a>
+<FONT color="green">102</FONT>         *<a name="line.102"></a>
+<FONT color="green">103</FONT>         * @param helper the helper<a name="line.103"></a>
+<FONT color="green">104</FONT>         * @throws EnforcerRuleException the enforcer rule exception<a name="line.104"></a>
+<FONT color="green">105</FONT>         */<a name="line.105"></a>
+<FONT color="green">106</FONT>        public void execute( EnforcerRuleHelper helper )<a name="line.106"></a>
+<FONT color="green">107</FONT>            throws EnforcerRuleException<a name="line.107"></a>
+<FONT color="green">108</FONT>        {<a name="line.108"></a>
+<FONT color="green">109</FONT>            Object propValue = resolveValue( helper );<a name="line.109"></a>
+<FONT color="green">110</FONT>    <a name="line.110"></a>
+<FONT color="green">111</FONT>            // Check that the property is not null or empty string<a name="line.111"></a>
+<FONT color="green">112</FONT>            if ( propValue == null )<a name="line.112"></a>
+<FONT color="green">113</FONT>            {<a name="line.113"></a>
+<FONT color="green">114</FONT>                String message = getMessage();<a name="line.114"></a>
+<FONT color="green">115</FONT>                if ( message == null )<a name="line.115"></a>
+<FONT color="green">116</FONT>                {<a name="line.116"></a>
+<FONT color="green">117</FONT>                    message = getName() + " \"" + getPropertyName() + "\" is required for this build.";<a name="line.117"></a>
+<FONT color="green">118</FONT>                }<a name="line.118"></a>
+<FONT color="green">119</FONT>                throw new EnforcerRuleException( message );<a name="line.119"></a>
+<FONT color="green">120</FONT>            }<a name="line.120"></a>
+<FONT color="green">121</FONT>            // If there is a regex, check that the property matches it<a name="line.121"></a>
+<FONT color="green">122</FONT>            if ( regex != null &amp;&amp; !propValue.toString().matches( regex ) )<a name="line.122"></a>
+<FONT color="green">123</FONT>            {<a name="line.123"></a>
+<FONT color="green">124</FONT>                if ( regexMessage == null )<a name="line.124"></a>
+<FONT color="green">125</FONT>                {<a name="line.125"></a>
+<FONT color="green">126</FONT>                    regexMessage = getName() + " \"" + getPropertyName() + "\" evaluates to \"" + propValue + "\".  "<a name="line.126"></a>
+<FONT color="green">127</FONT>                        + "This does not match the regular expression \"" + regex + "\"";<a name="line.127"></a>
+<FONT color="green">128</FONT>                }<a name="line.128"></a>
+<FONT color="green">129</FONT>                throw new EnforcerRuleException( regexMessage );<a name="line.129"></a>
+<FONT color="green">130</FONT>            }<a name="line.130"></a>
+<FONT color="green">131</FONT>        }<a name="line.131"></a>
+<FONT color="green">132</FONT>    <a name="line.132"></a>
+<FONT color="green">133</FONT>        /**<a name="line.133"></a>
+<FONT color="green">134</FONT>         * How the property that is being evaluated is called<a name="line.134"></a>
+<FONT color="green">135</FONT>         */<a name="line.135"></a>
+<FONT color="green">136</FONT>        public abstract String getName();<a name="line.136"></a>
+<FONT color="green">137</FONT>    <a name="line.137"></a>
+<FONT color="green">138</FONT>        /**<a name="line.138"></a>
+<FONT color="green">139</FONT>         * The name of the property currently being evaluated, this is used for default message pourpouses only<a name="line.139"></a>
+<FONT color="green">140</FONT>         */<a name="line.140"></a>
+<FONT color="green">141</FONT>        public abstract String getPropertyName();<a name="line.141"></a>
+<FONT color="green">142</FONT>    <a name="line.142"></a>
+<FONT color="green">143</FONT>        /**<a name="line.143"></a>
+<FONT color="green">144</FONT>         * Resolves the property value<a name="line.144"></a>
+<FONT color="green">145</FONT>         *<a name="line.145"></a>
+<FONT color="green">146</FONT>         * @param helper<a name="line.146"></a>
+<FONT color="green">147</FONT>         * @throws EnforcerRuleException<a name="line.147"></a>
+<FONT color="green">148</FONT>         */<a name="line.148"></a>
+<FONT color="green">149</FONT>        public abstract Object resolveValue( EnforcerRuleHelper helper )<a name="line.149"></a>
+<FONT color="green">150</FONT>            throws EnforcerRuleException;<a name="line.150"></a>
+<FONT color="green">151</FONT>    <a name="line.151"></a>
+<FONT color="green">152</FONT>    }<a name="line.152"></a>
 
 
 

Modified: websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/src-html/org/apache/maven/plugins/enforcer/AbstractStandardEnforcerRule.html
==============================================================================
--- websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/src-html/org/apache/maven/plugins/enforcer/AbstractStandardEnforcerRule.html (original)
+++ websites/production/maven/content/enforcer-archives/enforcer-LATEST/enforcer-rules/apidocs/src-html/org/apache/maven/plugins/enforcer/AbstractStandardEnforcerRule.html Tue Jun 25 20:07:43 2013
@@ -31,20 +31,26 @@
 <FONT color="green">028</FONT>        implements EnforcerRule<a name="line.28"></a>
 <FONT color="green">029</FONT>    {<a name="line.29"></a>
 <FONT color="green">030</FONT>    <a name="line.30"></a>
-<FONT color="green">031</FONT>        /** Specify a friendly message if the rule fails. */<a name="line.31"></a>
-<FONT color="green">032</FONT>        private String message;<a name="line.32"></a>
-<FONT color="green">033</FONT>        <a name="line.33"></a>
-<FONT color="green">034</FONT>        public final void setMessage( String message )<a name="line.34"></a>
-<FONT color="green">035</FONT>        {<a name="line.35"></a>
-<FONT color="green">036</FONT>            this.message = message;<a name="line.36"></a>
-<FONT color="green">037</FONT>        }<a name="line.37"></a>
-<FONT color="green">038</FONT>        <a name="line.38"></a>
-<FONT color="green">039</FONT>        public final String getMessage()<a name="line.39"></a>
-<FONT color="green">040</FONT>        {<a name="line.40"></a>
-<FONT color="green">041</FONT>            return message;<a name="line.41"></a>
-<FONT color="green">042</FONT>        }<a name="line.42"></a>
-<FONT color="green">043</FONT>    <a name="line.43"></a>
-<FONT color="green">044</FONT>    }<a name="line.44"></a>
+<FONT color="green">031</FONT>        /** Specify a friendly message if the rule fails.<a name="line.31"></a>
+<FONT color="green">032</FONT>         *  <a name="line.32"></a>
+<FONT color="green">033</FONT>         * @deprecated the visibility will be reduced to private with the next major version<a name="line.33"></a>
+<FONT color="green">034</FONT>         * @see {@link #setMessage(String)}<a name="line.34"></a>
+<FONT color="green">035</FONT>         * @see {@link #getMessage()}<a name="line.35"></a>
+<FONT color="green">036</FONT>     <a name="line.36"></a>
+<FONT color="green">037</FONT>         */<a name="line.37"></a>
+<FONT color="green">038</FONT>        public String message = null;<a name="line.38"></a>
+<FONT color="green">039</FONT>    <a name="line.39"></a>
+<FONT color="green">040</FONT>        public final void setMessage( String message )<a name="line.40"></a>
+<FONT color="green">041</FONT>        {<a name="line.41"></a>
+<FONT color="green">042</FONT>            this.message = message;<a name="line.42"></a>
+<FONT color="green">043</FONT>        }<a name="line.43"></a>
+<FONT color="green">044</FONT>        <a name="line.44"></a>
+<FONT color="green">045</FONT>        public final String getMessage()<a name="line.45"></a>
+<FONT color="green">046</FONT>        {<a name="line.46"></a>
+<FONT color="green">047</FONT>            return message;<a name="line.47"></a>
+<FONT color="green">048</FONT>        }<a name="line.48"></a>
+<FONT color="green">049</FONT>    <a name="line.49"></a>
+<FONT color="green">050</FONT>    }<a name="line.50"></a>