Author: olamy
Date: Thu Sep 10 19:48:26 2009
New Revision: 813563

URL: http://svn.apache.org/viewvc?rev=813563&view=rev
Log:
add an it for goal checkstyle:checkstyle

Added:
    maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-goal/
      - copied from r813139, 
maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-report/
    
maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-goal/verify.groovy
      - copied, changed from r813164, 
maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-report/verify.groovy
Modified:
    
maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-goal/invoker.properties

Modified: 
maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-goal/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-goal/invoker.properties?rev=813563&r1=813139&r2=813563&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-goal/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-goal/invoker.properties
 Thu Sep 10 19:48:26 2009
@@ -1 +1 @@
-invoker.goals=clean site
+invoker.goals=clean checkstyle:checkstyle

Copied: 
maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-goal/verify.groovy
 (from r813164, 
maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-report/verify.groovy)
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-goal/verify.groovy?p2=maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-goal/verify.groovy&p1=maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-report/verify.groovy&r1=813164&r2=813563&rev=813563&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-report/verify.groovy
 (original)
+++ 
maven/plugins/trunk/maven-checkstyle-plugin/src/it/checkstyle-goal/verify.groovy
 Thu Sep 10 19:48:26 2009
@@ -17,7 +17,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-assert new File(basedir, 'target/site/checkstyle.html').exists();
 
 assert new File(basedir, 'target/checkstyle-cachefile').exists();
 assert new File(basedir, 'target/checkstyle-checker.xml').exists();


Reply via email to