Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for looking up optional pegdown dependency #11 #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 19, 2014

  1. Add support for looking up optional pegdown dependency scalatest#11

    When using a recent version of scalatest the pegdown dependency
    is required for htmlreports.  To use htmlreports add the pegdown
    dependency to the plugin definition in your project.
    
      <plugin>
        <groupId>org.scalatest</groupId>
        <artifactId>scalatest-maven-plugin</artifactId>
        <dependencies>
          <dependency>
            <groupId>org.pegdown</groupId>
            <artifactId>pegdown</artifactId>
            <version>1.4.2</version>
          </dependency>
        </dependencies>
      </plugin>
    Bernard Leach authored and Bernard Leach committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    5621ad9 View commit details
    Browse the repository at this point in the history