You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by fa...@mpsa.com on 2005/01/11 17:35:55 UTC

Réf. : RE: How to get Dashboard to run?!




And is it possible to keep the master project at the same level as the
subprojects? For I want to build existing projects developed with WSAD and
stored in CVS in their *own* module.

I specify this in the master project properties, and that works for the
multiproject plugin :
maven.multiproject.basedir=${basedir}/..
maven.multiproject.includes=projectA/project.xml,\
                        projectB/project.xml,\
                        projectC/project.xml

But for the dashboard plugin, it seems the same properties don't work :
maven.dashboard.basedir=${basedir}/..
maven.dashboard.includes=projectA/project.xml,\
                        projectB/project.xml,\
                        projectC/project.xml

(it works if I move the subprojects under the master project)

Is it the normal behaviour?

Thanks!

Regards,
Fabrice.


> -----Original Message-----
>> From: Siegfried Goeschl [mailto:siegfried.goeschl@it20one.at]
>> Sent: lundi 10 janvier 2005 19:34
>> To: Maven Users List
>> Subject: Re: How to get Dashboard to run?!
>>
>> Arghhh, you got me - the master project is at the same level as the
>> subproject - now it works ... :-)
>
> cool


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


Re: Réf. : Re: Réf. : RE: How to get Dashboard to run?!

Posted by Siegfried Goeschl <si...@it20one.at>.
Hi Fabrice,

it is always a pleasure to read success stories .... :-)

Cheers,

Siegfried Goeschl


fabrice.belingard@mpsa.com wrote:

>
>
>Great, it works now! :o)
>I don't know why, but I was excluding the master project from the dashboard
>include list property (maybe because we must do so for the multiproject
>plugin).
>
>Thanks a lot!
>Cheers
>:o)
>Fabrice.
>
>
>
>                                                                           
>             Siegfried                                                     
>             Goeschl                                                       
>             <siegfried.goesc                                         Pour 
>             hl@it20one.at>            Maven Users List                    
>                                       <us...@maven.apache.org>            
>             11/01/2005 17:43                                           cc 
>                                                                           
>                                                                     Objet 
>                 Veuillez              Re: Réf. : RE: How to get Dashboard 
>                répondre à             to run?!                            
>             Maven Users List                                              
>             <users@maven.apa                                              
>                 che.org>                                                  
>                                                                           
>                                                                           
>                                                                           
>
>
>
>
>Hi Fabrice,
>
>my master project is at the same level as the subprojects and I use the
>following settings
>
>#####################################################################
># Multiproject Plugin
>#####################################################################
>
>maven.multiproject.basedir=${basedir}/..
>maven.multiproject.excludes=it20one-service-maven/project.xml
>maven.multiproject.site.goals=dashboard:report-single
>
>#####################################################################
># Dashboard Plugin
>#####################################################################
>
>maven.dashboard.runreactor = true
>maven.dashboard.rungoals = false
>maven.dashboard.basedir=${basedir}/..
>maven.dashboard.includes=*/project.xml
>maven.dashboard.excludes=**/target/**/project.xml
>maven.dashboard.aggregators =
>junittests,junitpassrate,clovertpc,cloverloc,cloverncloc,pmdviolations,scmchangedfiles,cserrors
>
>
>Cheers,
>
>Siegfried Goeschl
>
>fabrice.belingard@mpsa.com wrote:
>
>  
>
>>And is it possible to keep the master project at the same level as the
>>subprojects? For I want to build existing projects developed with WSAD and
>>stored in CVS in their *own* module.
>>
>>I specify this in the master project properties, and that works for the
>>multiproject plugin :
>>maven.multiproject.basedir=${basedir}/..
>>maven.multiproject.includes=projectA/project.xml,\
>>                       projectB/project.xml,\
>>                       projectC/project.xml
>>
>>But for the dashboard plugin, it seems the same properties don't work :
>>maven.dashboard.basedir=${basedir}/..
>>maven.dashboard.includes=projectA/project.xml,\
>>                       projectB/project.xml,\
>>                       projectC/project.xml
>>
>>(it works if I move the subprojects under the master project)
>>
>>Is it the normal behaviour?
>>
>>Thanks!
>>
>>Regards,
>>Fabrice.
>>
>>
>>
>>
>>    
>>
>>>-----Original Message-----
>>>
>>>
>>>      
>>>
>>>>From: Siegfried Goeschl [mailto:siegfried.goeschl@it20one.at]
>>>>Sent: lundi 10 janvier 2005 19:34
>>>>To: Maven Users List
>>>>Subject: Re: How to get Dashboard to run?!
>>>>
>>>>Arghhh, you got me - the master project is at the same level as the
>>>>subproject - now it works ... :-)
>>>>
>>>>
>>>>        
>>>>
>>>cool
>>>
>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>>
>>
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>  
>


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


Réf. : Re: Réf. : RE: How to get Dashboard to run?!

Posted by fa...@mpsa.com.



Great, it works now! :o)
I don't know why, but I was excluding the master project from the dashboard
include list property (maybe because we must do so for the multiproject
plugin).

Thanks a lot!
Cheers
:o)
Fabrice.



                                                                           
             Siegfried                                                     
             Goeschl                                                       
             <siegfried.goesc                                         Pour 
             hl@it20one.at>            Maven Users List                    
                                       <us...@maven.apache.org>            
             11/01/2005 17:43                                           cc 
                                                                           
                                                                     Objet 
                 Veuillez              Re: Réf. : RE: How to get Dashboard 
                répondre à             to run?!                            
             Maven Users List                                              
             <users@maven.apa                                              
                 che.org>                                                  
                                                                           
                                                                           
                                                                           




Hi Fabrice,

my master project is at the same level as the subprojects and I use the
following settings

#####################################################################
# Multiproject Plugin
#####################################################################

maven.multiproject.basedir=${basedir}/..
maven.multiproject.excludes=it20one-service-maven/project.xml
maven.multiproject.site.goals=dashboard:report-single

#####################################################################
# Dashboard Plugin
#####################################################################

maven.dashboard.runreactor = true
maven.dashboard.rungoals = false
maven.dashboard.basedir=${basedir}/..
maven.dashboard.includes=*/project.xml
maven.dashboard.excludes=**/target/**/project.xml
maven.dashboard.aggregators =
junittests,junitpassrate,clovertpc,cloverloc,cloverncloc,pmdviolations,scmchangedfiles,cserrors


Cheers,

Siegfried Goeschl

fabrice.belingard@mpsa.com wrote:

>
>
>And is it possible to keep the master project at the same level as the
>subprojects? For I want to build existing projects developed with WSAD and
>stored in CVS in their *own* module.
>
>I specify this in the master project properties, and that works for the
>multiproject plugin :
>maven.multiproject.basedir=${basedir}/..
>maven.multiproject.includes=projectA/project.xml,\
>                        projectB/project.xml,\
>                        projectC/project.xml
>
>But for the dashboard plugin, it seems the same properties don't work :
>maven.dashboard.basedir=${basedir}/..
>maven.dashboard.includes=projectA/project.xml,\
>                        projectB/project.xml,\
>                        projectC/project.xml
>
>(it works if I move the subprojects under the master project)
>
>Is it the normal behaviour?
>
>Thanks!
>
>Regards,
>Fabrice.
>
>
>
>
>>-----Original Message-----
>>
>>
>>>From: Siegfried Goeschl [mailto:siegfried.goeschl@it20one.at]
>>>Sent: lundi 10 janvier 2005 19:34
>>>To: Maven Users List
>>>Subject: Re: How to get Dashboard to run?!
>>>
>>>Arghhh, you got me - the master project is at the same level as the
>>>subproject - now it works ... :-)
>>>
>>>
>>cool
>>
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>
>


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




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


Re: Réf. : RE: How to get Dashboard to run?!

Posted by Siegfried Goeschl <si...@it20one.at>.
Hi Fabrice,

my master project is at the same level as the subprojects and I use the 
following settings

#####################################################################
# Multiproject Plugin
#####################################################################

maven.multiproject.basedir=${basedir}/..
maven.multiproject.excludes=it20one-service-maven/project.xml
maven.multiproject.site.goals=dashboard:report-single

#####################################################################
# Dashboard Plugin
#####################################################################

maven.dashboard.runreactor = true
maven.dashboard.rungoals = false
maven.dashboard.basedir=${basedir}/..
maven.dashboard.includes=*/project.xml
maven.dashboard.excludes=**/target/**/project.xml
maven.dashboard.aggregators = 
junittests,junitpassrate,clovertpc,cloverloc,cloverncloc,pmdviolations,scmchangedfiles,cserrors

Cheers,

Siegfried Goeschl

fabrice.belingard@mpsa.com wrote:

>
>
>And is it possible to keep the master project at the same level as the
>subprojects? For I want to build existing projects developed with WSAD and
>stored in CVS in their *own* module.
>
>I specify this in the master project properties, and that works for the
>multiproject plugin :
>maven.multiproject.basedir=${basedir}/..
>maven.multiproject.includes=projectA/project.xml,\
>                        projectB/project.xml,\
>                        projectC/project.xml
>
>But for the dashboard plugin, it seems the same properties don't work :
>maven.dashboard.basedir=${basedir}/..
>maven.dashboard.includes=projectA/project.xml,\
>                        projectB/project.xml,\
>                        projectC/project.xml
>
>(it works if I move the subprojects under the master project)
>
>Is it the normal behaviour?
>
>Thanks!
>
>Regards,
>Fabrice.
>
>
>  
>
>>-----Original Message-----
>>    
>>
>>>From: Siegfried Goeschl [mailto:siegfried.goeschl@it20one.at]
>>>Sent: lundi 10 janvier 2005 19:34
>>>To: Maven Users List
>>>Subject: Re: How to get Dashboard to run?!
>>>
>>>Arghhh, you got me - the master project is at the same level as the
>>>subproject - now it works ... :-)
>>>      
>>>
>>cool
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>  
>


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