Skip to content

Commit 33d2b91

Browse files
committed
Fix the team list link
1 parent b409861 commit 33d2b91

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,6 +1697,20 @@
16971697
</execution>
16981698
</executions>
16991699
</plugin>
1700+
<plugin>
1701+
<groupId>org.apache.maven.plugins</groupId>
1702+
<artifactId>maven-project-info-reports-plugin</artifactId>
1703+
<inherited>false</inherited>
1704+
<executions>
1705+
<execution>
1706+
<id>team-list</id>
1707+
<phase>site</phase>
1708+
<goals>
1709+
<goal>team</goal>
1710+
</goals>
1711+
</execution>
1712+
</executions>
1713+
</plugin>
17001714

17011715
<plugin>
17021716
<groupId>org.apache.maven.plugins</groupId>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
</menu>
341341

342342
<menu name="Project Information" img="img/glyphicons/info.png">
343-
<item name="Logging Services Team" href="https://logging.apache.org/team-list.html" />
343+
<item name="Project Team" href="/team.html" />
344344
<item name="Project License" href="https://www.apache.org/licenses/LICENSE-2.0" />
345345
<item name="Source Repository" href="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/apache/logging-log4j2" />
346346
</menu>

0 commit comments

Comments
 (0)