about M1Like Multimodule projects in dashboard plugin

View: New views
2 Messages — Rating Filter:   Alert me  

about M1Like Multimodule projects in dashboard plugin

by Kopylov Dmytro :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hello!

I’m use a dashboard plugin -  and it’s do almost all that I need for my projects.

 But I’m a little confused with one problem – How to generate M1Like Multimodule projects this kind of report?  I search on site and in google J - but …

Thank you!

 

Best regards,

 

Dmytro Kopylov

EDB Bank&Finance , Senior Developer

Infopulse Ukraine

mobile: (+38)063 856-77-42

office: (+38) 044 538-16-27

dmytro.kopylov@...

 

 


Re: about M1Like Multimodule projects in dashboard plugin

by dvicente :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

to do this, you must set as true the "m1LikeRendering" property  .

Be Careful : with this configuration, the m1LikeRendering dashboard replace the current style of generation

<build>
                [...]
                <plugins>
                        [...]
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>dashboard-maven-plugin</artifactId>
                                <!-- common configurations -->
                                <configuration>
                                        <m1LikeRendering>true</m1LikeRendering>
                                </configuration>
                        </plugin>
                        [...]
                </plugins>
                [...]
        </build>




Kopylov Dmytro wrote:
Hello!
I'm use a dashboard plugin -  and it's do almost all that I need for my projects.
 But I'm a little confused with one problem - How to generate M1Like Multimodule projects<http://mojo.codehaus.org/dashboard-maven-plugin/examples/dashboard-report-M1like.html> this kind of report?  I search on site and in google :) - but ...
Thank you!

Best regards,

Dmytro Kopylov
EDB Bank&Finance , Senior Developer
Infopulse Ukraine
mobile: (+38)063 856-77-42
office: (+38) 044 538-16-27
dmytro.kopylov@infopulse.com.ua<mailto:dmytro.kopylov@infopulse.com.ua>