You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/28 00:34:10 UTC

svn commit: r1151657 - /maven/plugins/trunk/maven-site-plugin/src/it/full-reporting/invoker.properties

Author: hboutemy
Date: Wed Jul 27 22:34:09 2011
New Revision: 1151657

URL: http://svn.apache.org/viewvc?rev=1151657&view=rev
Log:
[MSITE-402] order of reports in reporSet will work for Maven 2.2.2 since MNG-5140 is fixed

Modified:
    maven/plugins/trunk/maven-site-plugin/src/it/full-reporting/invoker.properties

Modified: maven/plugins/trunk/maven-site-plugin/src/it/full-reporting/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/full-reporting/invoker.properties?rev=1151657&r1=1151656&r2=1151657&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/full-reporting/invoker.properties (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/full-reporting/invoker.properties Wed Jul 27 22:34:09 2011
@@ -1 +1,3 @@
-invoker.profiles=reporting
\ No newline at end of file
+invoker.profiles=reporting
+# see MNG-5140
+invoker.maven.version = 2.2.2+
\ No newline at end of file