You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2002/12/10 04:02:22 UTC

cvs commit: jakarta-turbine-maven/src/java/org/apache/maven/verifier LocalRepositoryVerifier.java

jvanzyl     2002/12/09 19:02:22

  Modified:    src/java/org/apache/maven/verifier
                        LocalRepositoryVerifier.java
  Log:
  o throw a meaningful exception.
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-turbine-maven/src/java/org/apache/maven/verifier/LocalRepositoryVerifier.java
  
  Index: LocalRepositoryVerifier.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/verifier/LocalRepositoryVerifier.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalRepositoryVerifier.java	5 Dec 2002 02:30:17 -0000	1.1
  +++ LocalRepositoryVerifier.java	10 Dec 2002 03:02:22 -0000	1.2
  @@ -78,11 +78,11 @@
       /**
        * Verify user settings before attempting to verify the project.
        *
  -     * @throws Exception If an error occurs while trying to verify some basic
  +     * @throws RepoConfigException If an error occurs while trying to verify some basic
        * maven settings.
        */
       public void verifyLocalRepository()
  -        throws Exception
  +        throws RepoConfigException
       {
           // Get local repo property.
           String localRepoProp = getContext().getMavenRepoLocal();