Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

Maven plugin should contain all typical dependencies out of the box #46

Open
ge0ffrey opened this issue Dec 14, 2021 · 0 comments
Open

Comments

@ge0ffrey
Copy link

All these dependencies should be non-optional dependencies of the maven plugin out of the box (still excludable or version overrideable), so JBake just works out of the box:

      <plugin>
        <groupId>org.jbake</groupId>
        <artifactId>jbake-maven-plugin</artifactId>
        ...
        <dependencies>
          <dependency>
            <groupId>org.jbake</groupId>
            <artifactId>jbake-core</artifactId>
            <version>2.7.0-rc.5</version>
          </dependency>
          <dependency>
            <groupId>org.asciidoctor</groupId>
            <artifactId>asciidoctorj</artifactId>
            <version>2.4.3</version>
          </dependency>
          <dependency>
            <groupId>org.freemarker</groupId>
            <artifactId>freemarker</artifactId>
            <version>2.3.31</version>
          </dependency>
          <dependency>
            <groupId>org.yaml</groupId>
            <artifactId>snakeyaml</artifactId>
            <version>1.28</version>
          </dependency>
        </dependencies>
      </plugin>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant