You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/01/16 23:00:20 UTC

cvs commit: maven/src/plugins-build .cvsignore maven.xml project.properties project.xml

brett       2004/01/16 14:00:20

  Modified:    .        Tag: MAVEN-1_0-BRANCH project.properties
                        plugins-site.xml
  Removed:     src/plugins-build Tag: MAVEN-1_0-BRANCH .cvsignore maven.xml
                        project.properties project.xml
  Log:
  remove traces of src/plugins-build
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.51.2.8  +1 -1      maven/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven/project.properties,v
  retrieving revision 1.51.2.7
  retrieving revision 1.51.2.8
  diff -u -r1.51.2.7 -r1.51.2.8
  --- project.properties	9 Jan 2004 16:21:49 -0000	1.51.2.7
  +++ project.properties	16 Jan 2004 22:00:20 -0000	1.51.2.8
  @@ -47,7 +47,7 @@
   #------------------------------------------------------------------
   # M U L T I P R O J E C T  -  A L L  P L U G I N G S
   #------------------------------------------------------------------
  -maven.multiproject.basedir=${basedir}/src/plugins-build
  +maven.multiproject.basedir=${maven.plugins.directory}
   #do not go down to nested subproject
   maven.multiproject.includes=*/project.xml
   maven.multiproject.navigation=independent
  
  
  
  1.1.4.1   +6 -6      maven/plugins-site.xml
  
  Index: plugins-site.xml
  ===================================================================
  RCS file: /home/cvs/maven/plugins-site.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.4.1
  diff -u -r1.1 -r1.1.4.1
  --- plugins-site.xml	24 Nov 2003 19:57:18 -0000	1.1
  +++ plugins-site.xml	16 Jan 2004 22:00:20 -0000	1.1.4.1
  @@ -39,8 +39,8 @@
       <j:if test="${pluginSite != null}">
   
         <maven:reactor
  -        basedir="${basedir}"
  -        includes="src/plugins-build/*/project.xml"
  +        basedir="${maven.plugins.directory}"
  +        includes="*/project.xml"
           goals="site"
           banner="Generating site for"
           ignoreFailures="false"
  @@ -51,19 +51,19 @@
   
         <!-- copy them all to ${maven.docs.dest}/reference/plugins/${plugin.id}/ -->
         <ant:fileScanner var="pluginProjects">
  -        <fileset dir="${basedir}">
  -          <include name="src/plugins-build/*/project.xml"/>
  +        <fileset dir="${maven.plugins.directory}">
  +          <include name="*/project.xml"/>
           </fileset>
         </ant:fileScanner>
         <j:forEach items="${pluginProjects.iterator()}" var="plugin">
           <j:set var="pluginName" value="${plugin.parentFile.name}"/>
           <mkdir dir="${maven.docs.dest}/reference/plugins/${pluginName}/"/>
           <copy toDir="${maven.docs.dest}/reference/plugins/${pluginName}/">
  -          <fileset dir="src/plugins-build/${pluginName}/target/docs/">
  +          <fileset dir="${maven.plugins.directory}/${pluginName}/target/docs/">
               <include name="**"/>
             </fileset>
           </copy>
         </j:forEach>
       </j:if>
     </preGoal>
  -</project>
  \ No newline at end of file
  +</project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org