Skip to content

Commit

Permalink
fixes maven site
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbruno committed Aug 16, 2024
1 parent 1f437dd commit 5f83df6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 27 deletions.
7 changes: 0 additions & 7 deletions maven-archetype-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,4 @@
An archetype which contains a simple Maven project.
</description>

<distributionManagement>
<site>
<id>githubpages</id>
<url>scm:git:ssh://[email protected]/${github.account}/${project.artifactId}.git</url>
</site>
</distributionManagement>

</project>
7 changes: 0 additions & 7 deletions maven-archetype-withparent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,4 @@
</plugins>
</build>

<distributionManagement>
<site>
<id>githubpages</id>
<url>scm:git:ssh://[email protected]/${github.account}/${project.artifactId}.git</url>
</site>
</distributionManagement>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>fr.ebruno.maven.poms</groupId>
<artifactId>maven-parentpom</artifactId>
<version>0.1.16</version>
<version>0.1.17</version>
</parent>

<groupId>${groupId}</groupId>
Expand Down
13 changes: 2 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>fr.ebruno.maven.poms</groupId>
<artifactId>maven-parentpom</artifactId>
<version>0.1.17-upgradedep-SNAPSHOT</version>
<version>0.1.18-SNAPSHOT</version>
</parent>

<groupId>fr.ebruno.maven.archetypes</groupId>
Expand Down Expand Up @@ -106,8 +106,8 @@

<properties>
<github.account>ebpro</github.account>
<!--encoding>UTF-8</encoding-->
<mavenarchetypepackaging.version>3.2.0</mavenarchetypepackaging.version>
<!--stagingDirectory>/tmp/site</stagingDirectory-->
</properties>

<build>
Expand Down Expand Up @@ -188,15 +188,6 @@
<artifactId>maven-archetype-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<scmBranch>gh-pages</scmBranch>
</configuration>
</plugin>

</plugins>
</build>

Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.11.2</version>
<version>1.12.0</version>
</skin>

</project>

0 comments on commit 5f83df6

Please sign in to comment.