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/02 03:07:44 UTC

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

jvanzyl     2002/12/01 18:07:44

  Modified:    .        maven.xml
               src/java/org/apache/maven/verifier ProjectVerifier.java
  Log:
  
  
  Revision  Changes    Path
  1.61      +2 -0      jakarta-turbine-maven/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/maven.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- maven.xml	1 Dec 2002 04:37:55 -0000	1.60
  +++ maven.xml	2 Dec 2002 02:07:44 -0000	1.61
  @@ -389,8 +389,10 @@
     </preGoal>
     -->
   
  +  <!--
     <preGoal name="site:generate">
       <attainGoal name="clover"/>
     </preGoal>
  +  -->
   
   </project>
  
  
  
  1.2       +2 -2      jakarta-turbine-maven/src/java/org/apache/maven/verifier/ProjectVerifier.java
  
  Index: ProjectVerifier.java
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/verifier/ProjectVerifier.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ProjectVerifier.java	2 Dec 2002 01:17:50 -0000	1.1
  +++ ProjectVerifier.java	2 Dec 2002 02:07:44 -0000	1.2
  @@ -264,7 +264,7 @@
               // So we want to pull down the checksum as well the first time
               // the resource is pulled down to make sure that everything
               // is cool.
  -            if ( jarFile.exists() == false || jar.endsWith( org.apache.maven.MavenConstants.SNAPSHOT_JAR_SIGNIFIER ) )
  +            if ( jarFile.exists() == false || jar.endsWith( MavenConstants.SNAPSHOT_JAR_SIGNIFIER ) )
               {
                   // The directory structure for this project may
                   // not exists so create it if missing.