You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Sidart Kurias (JIRA)" <ji...@codehaus.org> on 2005/07/29 07:56:57 UTC

[jira] Created: (MNG-677) Under tag is not use

Under <reporting> tag  <outputDirectory> is not use
---------------------------------------------------

         Key: MNG-677
         URL: http://jira.codehaus.org/browse/MNG-677
     Project: Maven 2
        Type: Bug
  Components: maven-reports  
    Versions: 2.0-alpha-3    
 Environment: Mandrake Linux 10
Jdk .1.4_02
 Reporter: Sidart Kurias
    Priority: Minor


>From my reporting tag I try to send the report outputs
to a directory called 'reports' ....

In my build tag I have setup a <directory> tag with
the value 'target' as shown below....

When I run a site:site the outputs from the reports
seems to go to the 'target' directory. It does not go to the 'reports' directory as specified in the <outputDirectory> tag

<build>
     
<sourceDirectory>checkout/src/java</sourceDirectory>
     
<testSourceDirectory>checkout/src/test</testSourceDirectory>
      <directory>target</directory>
     
<outputDirectory>target/classes</outputDirectory>
   
<testOutputDirectory>target/test</testOutputDirectory>
      <finalName>testClient</finalName>
    </build>

I have the following set up in my pom.xml for
reporting....



<reporting>
        <outputDirectory>reports</outputDirectory>
         <plugins>
           <plugin>
           
<groupId>org.apache.maven.plugins</groupId>
         
<artifactId>maven-javadoc-plugin</artifactId>
               <version>2.0-alpha-1</version>
           </plugin>
           <plugin>
           
<groupId>org.apache.maven.plugins</groupId>
            <version>2.0-alpha-1</version>
            <artifactId>maven-pmd-plugin</artifactId>
             </plugin>
            <plugin>
           
<groupId>org.apache.maven.plugins</groupId>
               <version>2.0-alpha-1</version>
       
<artifactId>maven-project-info-reports-plugin</artifactId>
             </plugin>
         </plugins>
</reporting>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MNG-677) Under tag is not use

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-677?page=all ]
     
Brett Porter closed MNG-677:
----------------------------

    Resolution: Fixed

works for plugins that utilise it. opening a new issue to update them

> Under <reporting> tag  <outputDirectory> is not use
> ---------------------------------------------------
>
>          Key: MNG-677
>          URL: http://jira.codehaus.org/browse/MNG-677
>      Project: Maven 2
>         Type: Bug
>   Components: maven-reports
>     Versions: 2.0-alpha-3
>  Environment: Mandrake Linux 10
> Jdk .1.4_02
>     Reporter: Sidart Kurias
>     Assignee: Brett Porter
>     Priority: Minor
>      Fix For: 2.0-beta-3

>
> Original Estimate: 30 minutes
>         Remaining: 30 minutes
>
> From my reporting tag I try to send the report outputs
> to a directory called 'reports' ....
> In my build tag I have setup a <directory> tag with
> the value 'target' as shown below....
> When I run a site:site the outputs from the reports
> seems to go to the 'target' directory. It does not go to the 'reports' directory as specified in the <outputDirectory> tag
> <build>
>      
> <sourceDirectory>checkout/src/java</sourceDirectory>
>      
> <testSourceDirectory>checkout/src/test</testSourceDirectory>
>       <directory>target</directory>
>      
> <outputDirectory>target/classes</outputDirectory>
>    
> <testOutputDirectory>target/test</testOutputDirectory>
>       <finalName>testClient</finalName>
>     </build>
> I have the following set up in my pom.xml for
> reporting....
> <reporting>
>         <outputDirectory>reports</outputDirectory>
>          <plugins>
>            <plugin>
>            
> <groupId>org.apache.maven.plugins</groupId>
>          
> <artifactId>maven-javadoc-plugin</artifactId>
>                <version>2.0-alpha-1</version>
>            </plugin>
>            <plugin>
>            
> <groupId>org.apache.maven.plugins</groupId>
>             <version>2.0-alpha-1</version>
>             <artifactId>maven-pmd-plugin</artifactId>
>              </plugin>
>             <plugin>
>            
> <groupId>org.apache.maven.plugins</groupId>
>                <version>2.0-alpha-1</version>
>        
> <artifactId>maven-project-info-reports-plugin</artifactId>
>              </plugin>
>          </plugins>
> </reporting>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MNG-677) Under tag is not use

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-677?page=all ]

Brett Porter updated MNG-677:
-----------------------------

    Fix Version: 2.0-beta-2

> Under <reporting> tag  <outputDirectory> is not use
> ---------------------------------------------------
>
>          Key: MNG-677
>          URL: http://jira.codehaus.org/browse/MNG-677
>      Project: Maven 2
>         Type: Bug
>   Components: maven-reports
>     Versions: 2.0-alpha-3
>  Environment: Mandrake Linux 10
> Jdk .1.4_02
>     Reporter: Sidart Kurias
>     Priority: Minor
>      Fix For: 2.0-beta-2

>
>
> From my reporting tag I try to send the report outputs
> to a directory called 'reports' ....
> In my build tag I have setup a <directory> tag with
> the value 'target' as shown below....
> When I run a site:site the outputs from the reports
> seems to go to the 'target' directory. It does not go to the 'reports' directory as specified in the <outputDirectory> tag
> <build>
>      
> <sourceDirectory>checkout/src/java</sourceDirectory>
>      
> <testSourceDirectory>checkout/src/test</testSourceDirectory>
>       <directory>target</directory>
>      
> <outputDirectory>target/classes</outputDirectory>
>    
> <testOutputDirectory>target/test</testOutputDirectory>
>       <finalName>testClient</finalName>
>     </build>
> I have the following set up in my pom.xml for
> reporting....
> <reporting>
>         <outputDirectory>reports</outputDirectory>
>          <plugins>
>            <plugin>
>            
> <groupId>org.apache.maven.plugins</groupId>
>          
> <artifactId>maven-javadoc-plugin</artifactId>
>                <version>2.0-alpha-1</version>
>            </plugin>
>            <plugin>
>            
> <groupId>org.apache.maven.plugins</groupId>
>             <version>2.0-alpha-1</version>
>             <artifactId>maven-pmd-plugin</artifactId>
>              </plugin>
>             <plugin>
>            
> <groupId>org.apache.maven.plugins</groupId>
>                <version>2.0-alpha-1</version>
>        
> <artifactId>maven-project-info-reports-plugin</artifactId>
>              </plugin>
>          </plugins>
> </reporting>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MNG-677) Under tag is not use

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-677?page=all ]

Brett Porter updated MNG-677:
-----------------------------

             Assign To: Brett Porter
    Remaining Estimate: 30 minutes
     Original Estimate: 1800

> Under <reporting> tag  <outputDirectory> is not use
> ---------------------------------------------------
>
>          Key: MNG-677
>          URL: http://jira.codehaus.org/browse/MNG-677
>      Project: Maven 2
>         Type: Bug
>   Components: maven-reports
>     Versions: 2.0-alpha-3
>  Environment: Mandrake Linux 10
> Jdk .1.4_02
>     Reporter: Sidart Kurias
>     Assignee: Brett Porter
>     Priority: Minor
>      Fix For: 2.0-beta-2

>
> Original Estimate: 30 minutes
>         Remaining: 30 minutes
>
> From my reporting tag I try to send the report outputs
> to a directory called 'reports' ....
> In my build tag I have setup a <directory> tag with
> the value 'target' as shown below....
> When I run a site:site the outputs from the reports
> seems to go to the 'target' directory. It does not go to the 'reports' directory as specified in the <outputDirectory> tag
> <build>
>      
> <sourceDirectory>checkout/src/java</sourceDirectory>
>      
> <testSourceDirectory>checkout/src/test</testSourceDirectory>
>       <directory>target</directory>
>      
> <outputDirectory>target/classes</outputDirectory>
>    
> <testOutputDirectory>target/test</testOutputDirectory>
>       <finalName>testClient</finalName>
>     </build>
> I have the following set up in my pom.xml for
> reporting....
> <reporting>
>         <outputDirectory>reports</outputDirectory>
>          <plugins>
>            <plugin>
>            
> <groupId>org.apache.maven.plugins</groupId>
>          
> <artifactId>maven-javadoc-plugin</artifactId>
>                <version>2.0-alpha-1</version>
>            </plugin>
>            <plugin>
>            
> <groupId>org.apache.maven.plugins</groupId>
>             <version>2.0-alpha-1</version>
>             <artifactId>maven-pmd-plugin</artifactId>
>              </plugin>
>             <plugin>
>            
> <groupId>org.apache.maven.plugins</groupId>
>                <version>2.0-alpha-1</version>
>        
> <artifactId>maven-project-info-reports-plugin</artifactId>
>              </plugin>
>          </plugins>
> </reporting>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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