mcconnell    2003/11/17 00:22:30

  Modified:    repository maven.xml project.xml
  Log:
  Housekeeping.
  
  Revision  Changes    Path
  1.4       +6 -1      avalon-sandbox/repository/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/repository/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml 13 Nov 2003 17:04:34 -0000      1.3
  +++ maven.xml 17 Nov 2003 08:22:30 -0000      1.4
  @@ -375,7 +375,7 @@
       <maven:reactor
         basedir="${basedir}"
         includes="**/project.xml"
  -      excludes="project.xml,kernel/plugin/**/*,merlin-extensions/**"
  +      excludes="project.xml"
         goals="clean:clean"
         banner="Cleaning subproject:"
         ignoreFailures="false"/>
  @@ -390,7 +390,11 @@
     Write a build signature for each package.
     -->
   
  +  <preGoal name="java:compile">
  +    <attainGoal name="avalon:artifact"/>
  +  </preGoal>
   
  +<!--
     <preGoal name="java:compile">
   
       <attainGoal name="avalon:artifact"/>
  @@ -409,5 +413,6 @@
   
   </ant:echo>
     </preGoal>
  +-->
   
   </project>
  
  
  
  1.2       +6 -0      avalon-sandbox/repository/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon-sandbox/repository/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml       6 Nov 2003 04:12:08 -0000       1.1
  +++ project.xml       17 Nov 2003 08:22:30 -0000      1.2
  @@ -268,6 +268,12 @@
           </includes>
         </resource>
         <resource>
  +        <directory>${basedir}/target/</directory>
  +        <includes>
  +          <include>*.meta</include>
  +        </includes>
  +      </resource>
  +      <resource>
           <directory>${basedir}/../</directory>
           <includes>
             <include>LICENSE.txt</include>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to