Return-Path: X-Original-To: apmail-maven-commits-archive@www.apache.org Delivered-To: apmail-maven-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55C03E7FA for ; Thu, 13 Dec 2012 21:59:06 +0000 (UTC) Received: (qmail 98060 invoked by uid 500); 13 Dec 2012 21:59:06 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 98008 invoked by uid 500); 13 Dec 2012 21:59:06 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 98000 invoked by uid 99); 13 Dec 2012 21:59:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 21:59:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 21:58:59 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6081C2388BA4 for ; Thu, 13 Dec 2012 21:58:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r842213 [9/19] - in /websites/production/maven/content/shared-archives/maven-verifier-1.4: ./ apidocs/ apidocs/org/ apidocs/org/apache/ apidocs/org/apache/maven/ apidocs/org/apache/maven/it/ apidocs/org/apache/maven/it/class-use/ apidocs/or... Date: Thu, 13 Dec 2012 21:57:36 -0000 To: commits@maven.apache.org From: krosenvold@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121213215814.6081C2388BA4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/production/maven/content/shared-archives/maven-verifier-1.4/cobertura/org.apache.maven.it.MavenLauncher.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-verifier-1.4/cobertura/org.apache.maven.it.MavenLauncher.html (added) +++ websites/production/maven/content/shared-archives/maven-verifier-1.4/cobertura/org.apache.maven.it.MavenLauncher.html Thu Dec 13 21:56:49 2012 @@ -0,0 +1,92 @@ + + + + +Coverage Report + + + + +
Coverage Report - org.apache.maven.it.MavenLauncher
+
 
+ + + + +
Classes in this File Line Coverage Branch Coverage Complexity
MavenLauncher
N/A
N/A
1
+
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 1  
 package org.apache.maven.it;
 2  
 
 3  
 /*
 4  
  * Licensed to the Apache Software Foundation (ASF) under one
 5  
  * or more contributor license agreements.  See the NOTICE file
 6  
  * distributed with this work for additional information
 7  
  * regarding copyright ownership.  The ASF licenses this file
 8  
  * to you under the Apache License, Version 2.0 (the
 9  
  * "License"); you may not use this file except in compliance
 10  
  * with the License.  You may obtain a copy of the License at
 11  
  *
 12  
  *   http://www.apache.org/licenses/LICENSE-2.0
 13  
  *
 14  
  * Unless required by applicable law or agreed to in writing,
 15  
  * software distributed under the License is distributed on an
 16  
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 17  
  * KIND, either express or implied.  See the License for the
 18  
  * specific language governing permissions and limitations
 19  
  * under the License.
 20  
  */
 21  
 
 22  
 import java.io.File;
 23  
 import java.io.IOException;
 24  
 
 25  
 /**
 26  
  * @author Benjamin Bentmann
 27  
  */
 28  
 interface MavenLauncher
 29  
 {
 30  
 
 31  
     int run( String[] cliArgs, String workingDirectory, File logFile )
 32  
         throws IOException, LauncherException;
 33  
 
 34  
 }
+ + + + \ No newline at end of file Added: websites/production/maven/content/shared-archives/maven-verifier-1.4/cobertura/org.apache.maven.it.VerificationException.html ============================================================================== --- websites/production/maven/content/shared-archives/maven-verifier-1.4/cobertura/org.apache.maven.it.VerificationException.html (added) +++ websites/production/maven/content/shared-archives/maven-verifier-1.4/cobertura/org.apache.maven.it.VerificationException.html Thu Dec 13 21:56:49 2012 @@ -0,0 +1,110 @@ + + + + +Coverage Report + + + + +
Coverage Report - org.apache.maven.it.VerificationException
+
 
+ + + + +
Classes in this File Line Coverage Branch Coverage Complexity
VerificationException
0%
0/8
N/A
1
+
 
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 1  
 package org.apache.maven.it;
 2  
 
 3  
 /*
 4  
  * Licensed to the Apache Software Foundation (ASF) under one
 5  
  * or more contributor license agreements.  See the NOTICE file
 6  
  * distributed with this work for additional information
 7  
  * regarding copyright ownership.  The ASF licenses this file
 8  
  * to you under the Apache License, Version 2.0 (the
 9  
  * "License"); you may not use this file except in compliance
 10  
  * with the License.  You may obtain a copy of the License at
 11  
  *
 12  
  *   http://www.apache.org/licenses/LICENSE-2.0
 13  
  *
 14  
  * Unless required by applicable law or agreed to in writing,
 15  
  * software distributed under the License is distributed on an
 16  
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 17  
  * KIND, either express or implied.  See the License for the
 18  
  * specific language governing permissions and limitations
 19  
  * under the License.
 20  
  */
 21  
 
 22  
 /**
 23  
  * @author Jason van Zyl
 24  
  * @version $Id: VerificationException.java 609583 2008-01-07 12:18:57Z vsiveton $
 25  
  */
 26  
 public class VerificationException
 27  
     extends Exception
 28  
 {
 29  
     public VerificationException()
 30  0
     {
 31  0
     }
 32  
 
 33  
     public VerificationException( String message )
 34  
     {
 35  0
         super( message );
 36  0
     }
 37  
 
 38  
     public VerificationException( Throwable cause )
 39  
     {
 40  0
         super( cause );
 41  0
     }
 42  
 
 43  
     public VerificationException( String message, Throwable cause )
 44  
     {
 45  0
         super( message, cause );
 46  0
     }
 47  
 }
+ + + + \ No newline at end of file