Michael Osipov created MSKINS-202: ------------------------------------- Summary: Support Maven report standalone mode Key: MSKINS-202 URL: https://issues.apache.org/jira/browse/MSKINS-202 Project: Maven Skins Issue Type: New Feature Components: Fluido Skin Reporter: Michael Osipov Assignee: Michael Osipov Fix For: fluido-2.0.0-M1 Attachments: screenshot-1.png
{{AbstractMavenReport}} adds a Velocity context property {{standalone}} (boolean) to denote whether this report runs standalone (via CLI invocation) or integrated into Maven Site Plugin. Both evironments are different. In the standalone mode the bars (top and site) are not of use because mostly incorrect. Support this new property by implying both {{topBarEnabled}} and {{sideBarEnabled}} to be {{false}} producing such an output totally focus on the standalone report only: -- This message was sent by Atlassian Jira (v8.20.10#820010)