Skip to content

Commit

Permalink
More site updates
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Jan 6, 2018
1 parent fd1a60b commit 9758b93
Show file tree
Hide file tree
Showing 24 changed files with 69 additions and 22 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -5,8 +5,12 @@

# Spring Data DynamoDB #

<img align="left" src="https://derjust.github.io/spring-data-dynamodb/banner/spring-data-dynamodb.png">

The primary goal of the [Spring® Data](http://www.springsource.org/spring-data) project is to make it easier to build Spring-powered applications that use data access technologies.

This module deals with enhanced support for a data access layer built on [AWS DynamoDB](https://aws.amazon.com/dynamodb/).

Technical infos can be found on the [project page](https://derjust.github.io/spring-data-dynamodb/).

## Supported Features ##
Expand Down
47 changes: 25 additions & 22 deletions pom.xml
Expand Up @@ -455,7 +455,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<version>3.7</version>
<configuration>
<!-- Deactivate as Github plugin controls the upload -->
<skipDeploy>true</skipDeploy>
Expand Down Expand Up @@ -517,27 +517,6 @@
</contributor>
</contributors>

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.12.1</version>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.9</version>
</plugin>
</plugins>
</reporting>

<distributionManagement>
<site>
Expand All @@ -558,4 +537,28 @@
<url>https://github.com/derjust/spring-data-dynamodb/issues</url>
</issueManagement>


<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.12.1</version>
<reportSets>
<reportSet>
<reports>
<report>changes-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.9</version>
</plugin>
</plugins>
</reporting>


</project>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/favicon/favicon-128.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/favicon/favicon-16x16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/favicon/favicon-196x196.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/favicon/favicon-32x32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/favicon/favicon-96x96.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/favicon/favicon.ico
Binary file not shown.
Binary file added src/site/resources/favicon/mstile-144x144.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/favicon/mstile-150x150.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/favicon/mstile-310x150.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/favicon/mstile-310x310.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/favicon/mstile-70x70.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions src/site/site.xml
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.7</version>
</skin>

<!--
<bannerLeft>
<name>${project.name}</name>
<src>https://derjust.github.io/spring-data-dynamodb/banner/spring-data-dynamodb.png</src>
<href>https://derjust.github.io/spring-data-dynamodb</href>
</bannerLeft>
-->

<body>
<head>
<![CDATA[
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="//derjust.github.io/spring-data-dynamodb/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="//derjust.github.io/spring-data-dynamodb/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="//derjust.github.io/spring-data-dynamodb/favicon/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="//derjust.github.io/spring-data-dynamodb/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="//derjust.github.io/spring-data-dynamodb/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="//derjust.github.io/spring-data-dynamodb/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="//derjust.github.io/spring-data-dynamodb/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="//derjust.github.io/spring-data-dynamodb/favicon/favicon-128.png" sizes="128x128" />
<meta name="application-name" content="&nbsp;"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="//derjust.github.io/spring-data-dynamodb/favicon/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="//derjust.github.io/spring-data-dynamodb/favicon/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="//derjust.github.io/spring-data-dynamodb/favicon/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="//derjust.github.io/spring-data-dynamodb/favicon/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="//derjust.github.io/spring-data-dynamodb/favicon/mstile-310x310.png" />
]]>
</head>
<menu ref="reports" />
</body>

</project>

0 comments on commit 9758b93

Please sign in to comment.