Skip to content

Commit

Permalink
Fix website build
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Oct 21, 2024
1 parent 34690d5 commit 58a12da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2320,10 +2320,6 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.20.0</version>
<configuration>
<locales>en</locales>
<generateProjectInfo>false</generateProjectInfo>
</configuration>
</plugin>
</plugins>
</build>
Expand Down
13 changes: 6 additions & 7 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,18 @@ specific language governing permissions and limitations
under the License.
-->
<project xmlns="http://maven.apache.org/DECORATION/1.7.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0
http://maven.apache.org/xsd/decoration-1.7.0.xsd"
name="Apache Syncope">
<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
name="Apache Syncope">

<publishDate position="none"/>
<version position="none"/>

<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.10.0</version>
<version>2.0.0-M11</version>
</skin>
<custom>
<fluidoSkin>
Expand Down Expand Up @@ -107,4 +106,4 @@ Apache, Syncope, Apache Syncope, the Apache feather logo and the Apache Syncope
</footer>
</body>

</project>
</site>

0 comments on commit 58a12da

Please sign in to comment.