Skip to content

Commit

Permalink
Maven Site maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Feb 27, 2018
1 parent 42041a8 commit 5a939b6
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DONATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ As I'm a firm believer in OSS I nevertheless have to pay once in a while for stu

## Paypal

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CWVWF9DD73J5S)
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CWVWF9DD73J5S)

## Beer

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Everything should stay the same for links/browsing - just Git `remote`s must be

# Spring Data DynamoDB #

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

Expand Down
47 changes: 46 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,18 @@
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
<!-- uk.org.lidalia:slf4j-test comes with 3.1 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.3.2</version>
</dependency>
<!-- uk.org.lidalia:slf4j-test comes with 1.7.5 -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -508,7 +520,7 @@
<url>https://github.com/derjust/spring-data-dynamodb</url>
<connection>scm:git:ssh://github.com/derjust/spring-data-dynamodb.git</connection>
<developerConnection>scm:git:ssh://[email protected]/derjust/spring-data-dynamodb.git</developerConnection>
<tag>HEAD</tag>
<tag>HEAD</tag>
</scm>

<repositories>
Expand Down Expand Up @@ -735,11 +747,17 @@
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/derjust/spring-data-dynamodb/issues</url>
</issueManagement>

<ciManagement>
<system>Travis CI</system>
<url>https://travis-ci.org/derjust/spring-data-dynamodb</url>
</ciManagement>


<reporting>
<plugins>
Expand All @@ -760,6 +778,33 @@
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.9</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<reportSets>
<reportSet>
<id>default</id>
<reports>
<report>javadoc</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.20.1</version>
<configuration>
</configuration>
</plugin>
</plugins>
</reporting>

Expand Down
1 change: 1 addition & 0 deletions src/site/markdown/contributing.md
1 change: 1 addition & 0 deletions src/site/markdown/donation.md
1 change: 1 addition & 0 deletions src/site/markdown/index.md
Binary file added src/site/resources/images/powered-by/aws.png
Loading
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/images/powered-by/spring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 39 additions & 9 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,37 @@
limitations under the License.
-->
<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">
<project name="Spring Data DynamoDB"
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>
<version>1.5</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>
-->
<poweredBy>
<logo width="155" name="AWS DynamoDB" href="https://aws.amazon.com/dynamodb/" img="images/powered-by/aws.png" target="_blank" />
<logo width="155" name="Spring Data" href="http://projects.spring.io/spring-data/" img="images/powered-by/spring.png" target="_blank" />
</poweredBy>

<custom>
<fluidoSkin>
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>

<googleSearch>
<sitesearch/>
</googleSearch>

<gitHub>
<projectId>derjust/spring-data-dynamodb</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>black</ribbonColor>
</gitHub>
</fluidoSkin>
</custom>

<body>
<head>
Expand All @@ -51,7 +68,20 @@
<meta name="msapplication-square310x310logo" content="//derjust.github.io/spring-data-dynamodb/favicon/mstile-310x310.png" />
]]>
</head>

<menu name="Main">
<item name="About" href="index.html" />
<item name="Contributing" href="contributing.html" />
<item name="Donation" href="donation.html" />
</menu>

<menu ref="reports" />

<links>
<item name="Maven Central" href="https://mvnrepository.com/artifact/com.github.derjust/spring-data-dynamodb"/>
<item name="Open Hub" href="https://www.openhub.net/p/spring-data-dynamodb" />
<item name="Github" href="https://www.github.com/derjust/spring-data-dynamodb" />
</links>
</body>

</project>

0 comments on commit 5a939b6

Please sign in to comment.