Skip to content

Commit

Permalink
Merge pull request #195 from s4u/paarent-site
Browse files Browse the repository at this point in the history
Use Maven Site configuration from parent project
  • Loading branch information
slawekjaranowski committed Nov 14, 2020
2 parents 2ae0693 + db16d79 commit 53bd9f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 53 deletions.
21 changes: 2 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

<name>Verify PGP signatures plugin</name>
<description>This plugin verify PGP signature of project dependency</description>
<url>https://www.simplify4u.org/pgpverify-maven-plugin</url>
<inceptionYear>2014</inceptionYear>

<licenses>
Expand Down Expand Up @@ -63,7 +64,7 @@

<distributionManagement>
<site>
<id>github-pages</id>
<id>github</id>
<url>${project.scm.connection}</url>
</site>
</distributionManagement>
Expand Down Expand Up @@ -473,24 +474,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<report>ci-management</report>
<report>dependencies</report>
<report>issue-management</report>
<report>licenses</report>
<report>plugins</report>
<report>team</report>
<report>scm</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>

Expand Down
39 changes: 5 additions & 34 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,47 +14,18 @@
~ limitations under the License.
-->

<project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">

<googleAnalyticsAccountId>UA-46704610-1</googleAnalyticsAccountId>

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

<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.9</version>
</skin>

<custom>
<fluidoSkin>
<copyrightClass>pull-right</copyrightClass>
<gitHub>
<projectId>s4u/pgpverify-maven-plugin</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>gray</ribbonColor>
</gitHub>
<facebookLike>
<shareButton>true</shareButton>
</facebookLike>
</fluidoSkin>
</custom>
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">

<body>
<breadcrumbs>
<item name="Home" href="/index.html"/>
</breadcrumbs>

<menu name="Overview">
<item name="Introduction" href="index.html" />
<item name="Goals" href="plugin-info.html" />
<item name="Introduction" href="index.html"/>
<item name="Goals" href="plugin-info.html"/>
<item name="KeysMap file format" href="keysmap-format.html"/>
<item name="Examples of usage" href="examples.html" />
<item name="Examples of usage" href="examples.html"/>
</menu>

<menu ref="reports" />
</body>

</project>

0 comments on commit 53bd9f0

Please sign in to comment.