This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git.


    from fffa4de  revert
     new 62afd0b  scope = provided for artifacts provided by Maven core
     new 652f7bb  rename methods
     new def65b7  refactor to ease testing
     new 3e827b5  rewrite skin recognition + add unit test

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 +
 pom.xml                                            |   5 +
 .../maven/dist/tools/AbstractDistCheckReport.java  |  10 +-
 .../maven/dist/tools/site/CheckSiteResult.java     |  67 +++--
 .../maven/dist/tools/site/DistCheckSiteReport.java |  13 +-
 .../apache/maven/dist/tools/site/HTMLChecker.java  |   6 +-
 .../tools/site/checkers/FluidoHTMLChecker.java     |   2 +-
 .../tools/site/checkers/StylusLeftHTMLChecker.java |   2 +-
 .../site/checkers/StylusRightHTMLChecker.java      |   2 +-
 .../maven/dist/tools/site/SiteReportTest.java      |  58 +++++
 .../org/apache/maven/dist/tools/site/fluido.html   | 270 +++++++++++++++++++++
 .../apache/maven/dist/tools/site/stylus-right.html | 234 ++++++++++++++++++
 12 files changed, 614 insertions(+), 56 deletions(-)
 create mode 100644 
src/test/java/org/apache/maven/dist/tools/site/SiteReportTest.java
 create mode 100644 
src/test/resources/org/apache/maven/dist/tools/site/fluido.html
 create mode 100644 
src/test/resources/org/apache/maven/dist/tools/site/stylus-right.html

Reply via email to