Skip to content

Commit

Permalink
Site Taglib Documentation (#756)
Browse files Browse the repository at this point in the history
Replacing:
  net.sourceforge.maven-taglib:maven-taglib-plugin:2.4
with
  io.github.weblegacy:taglib-maven-plugin:2.6

Verified site content generates.
  • Loading branch information
jeremiahjstacey authored Nov 23, 2022
1 parent 5f21e78 commit 4f9442c
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -473,13 +473,11 @@
<artifactId>findsecbugs-plugin</artifactId>
<version>${version.findsecbugs}</version>
</plugin>

<plugin>
<groupId>net.sourceforge.maven-taglib</groupId>
<artifactId>maven-taglib-plugin</artifactId>
<version>2.4</version>
<groupId>io.github.weblegacy</groupId>
<artifactId>taglib-maven-plugin</artifactId>
<version>2.6</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
Expand Down Expand Up @@ -775,11 +773,10 @@

<reporting>
<plugins>
<!-- plugin>
This is broken currently, in the mvn site output, so commenting out.
<groupId>net.sourceforge.maven-taglib</groupId>
<artifactId>maven-taglib-plugin</artifactId>
</plugin -->
<plugin>
<groupId>io.github.weblegacy</groupId>
<artifactId>taglib-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
Expand Down

0 comments on commit 4f9442c

Please sign in to comment.