Skip to content

Commit

Permalink
pom.xml: delete commented out code for CI site build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Mar 6, 2023
1 parent cf9d147 commit 3ac6646
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,22 +259,6 @@
<pushChanges>false</pushChanges>
</configuration>
</plugin>
<!--
<plugin>
<groupId>org.tinyjee.dim</groupId>
<artifactId>doxia-include-macro</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>initialize-doxia-include-macro</id>
<phase>pre-site</phase>
<goals>
<goal>initialize</goal>
</goals>
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
Expand All @@ -288,13 +272,6 @@
<artifactId>wagon-ssh</artifactId>
<version>3.5.3</version>
</dependency>
<!--
<dependency>
<groupId>org.tinyjee.dim</groupId>
<artifactId>doxia-include-macro</artifactId>
<version>1.1</version>
</dependency>
-->
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
Expand Down

0 comments on commit 3ac6646

Please sign in to comment.