reflow-maven-skin icon indicating copy to clipboard operation
reflow-maven-skin copied to clipboard

Reflow is an Apache Maven site skin built on Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website.

Results 50 reflow-maven-skin issues
Sort by recently updated
recently updated
newest added

The version used by the project is a bit old, updating it to the newest available version on that same server

Usually you can disable the generation of a date or timestamp by setting: Unfortunately the timestamp in the template header is always output. This is causing problems with Apache's gitpubsub...

Fix Html5 Shiv URL HTTP 404.

Fix 'Back to Top' link which isn't working because of smooth scrolling for anchor links.

Fix Versions Plugin Updates Report layout by disabling HtmlTool.fixTableHeads. Because it contains rows : - with only at the top of the table for which is indeed correct. - with...

See also https://github.com/andriusvelykis/reflow-maven-skin/pull/53/commits/5302312204fab5cfeec616d8ff8f5693d55788f0

Without this change for example http://andriusvelykis.github.io/reflow-maven-skin/ will not display correct when we switch to the ssl url https://andriusvelykis.github.io/reflow-maven-skin/ ``` Blocked loading mixed active content “http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap.min.css” https://andriusvelykis.github.io/reflow-maven-skin/ Line 0 ```

Patch reflow-velocity-tools for Maven Site Plugin 3.5 and higher. - see also https://issues.apache.org/jira/browse/MSITE-782 about classpath:/META-INF/maven/site-tools.xml. - see also 5302312

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.7.3 to 1.14.2. Release notes Sourced from jsoup's releases. jsoup 1.14.2 Caught by the fuzz! jsoup 1.14.2 is out now, and includes a set of parser bug...

dependencies

When I'm generating the site, I'm getting this error: `Left side ($hTexts.size()) of '>' operation has null value at META-INF/maven/site.vm[line 1309, column 49]` Not sure what else I can provide...