Merge pull request #5 from spring-cloud/fork_with_history

Updated the code with history
This commit is contained in:
Marcin Grzejszczak
2016-07-08 16:48:15 +02:00
committed by GitHub
4 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
#!/bin/sh
mvn clean site site:stage scm-publish:publish-scm -DskipTests -pl spring-cloud-contract-verifier-maven-plugin

View File

@@ -41,7 +41,7 @@
</snapshotRepository>
<site>
<id>github</id>
<url>scm:git:ssh://git@github.com:Codearte/accurest-maven-plugin.git</url>
<url>scm:git:git@github.com:Codearte/accurest-maven-plugin.git</url>
</site>
</distributionManagement>

View File

@@ -16,7 +16,7 @@
limitations under the License.
-->
<project name="Accurest Maven Plugin">
<project name="Spring Cloud Contract Verifier Maven Plugin">
<bannerLeft>
<name>${project.name}</name>
</bannerLeft>
@@ -46,8 +46,8 @@
<item name="Introduction" href="index.html"/>
<item name="Usage" href="usage.html"/>
<item name="Goals" href="plugin-info.html"/>
<item name="Accurest with JUnit" href="junit.html"/>
<item name="Accurest with Spock" href="spock.html"/>
<item name="JUnit Configuration" href="junit.html"/>
<item name="Spock Configuration" href="spock.html"/>
<item name="Complex Configuration" href="complex.html"/>
</menu>
<menu name="Related Projects">

View File

@@ -0,0 +1,12 @@
language: java
sudo: required
dist: trusty
before_install:
- "export JAVA_OPTS='-Xmx1024m -XX:MaxPermSize=256m'"
jdk:
- oraclejdk8
install: ./gradlew assemble -s
script: ./gradlew check install -s --continue && jdk_switcher use oraclejdk8 && ./scripts/runTests.sh