diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..40289b1
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,23 @@
+language: java
+jdk:
+ - openjdk8
+ - openjdk11
+ - openjdk13
+ - openjdk14
+
+# No need for preliminary install step.
+install: true
+#
+# Run all integration tests.
+script:
+ - "mvn --show-version --errors --batch-mode clean verify"
+#
+cache:
+ directories:
+ - $HOME/.m2
+branches:
+ except:
+ - gh-pages
+notifications:
+ email:
+ - khmarbaise@apache.org
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..edeb2f6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+Plexus-Cipher
+============
+
+[](https://travis-ci.org/codehaus-plexus/plexus-cipher)
+[](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.codehaus.plexus%22%20a%3A%plexus-cipher%22)
+
+The current master is now at https://github.com/codehaus-plexus/plexus-cipher
+
+For publishing [the site](https://codehaus-plexus.github.io/plexus-cipher/) do the following:
+
+```
+mvn -Preporting verify site site:stage scm-publish:publish-scm
+```
diff --git a/pom.xml b/pom.xml
index 24adb0c..4c15be4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,32 +3,43 @@
4.0.0
- org.sonatype.spice
- spice-parent
- 15
+ org.codehaus.plexus
+ plexus
+ 5.1
- org.sonatype.plexus
plexus-cipher
1.8-SNAPSHOT
- http://spice.sonatype.org/${project.artifactId}
Plexus Cipher: encryption/decryption Component
+
+ scm:git:git@github.com:codehaus-plexus/plexus-cipher.git
+ scm:git:git@github.com:codehaus-plexus/plexus-cipher.git
+ http://github.com/codehaus-plexus/plexus-cipher
+
+
+ jira
+ https://github.com/codehaus-plexus/plexus-cipher/issues
+
- sonatype.org-sites
- ${spiceSiteBaseUrl}/${project.artifactId}
+ github:gh-pages
+ ${project.scm.developerConnection}
+
+ 7
+
+
org.apache.maven.plugins
maven-surefire-plugin
- 2.9
+ 2.22.1
org.eclipse.m2e
@@ -59,14 +70,6 @@
-
- maven-compiler-plugin
-
- 1.5
- 1.5
-
-
-
org.apache.maven.plugins
maven-surefire-plugin
@@ -118,20 +121,15 @@
org.sonatype.sisu
sisu-inject-bean
- 2.2.0
+ 2.6.0
provided
junit
junit
- 3.8.2
+ 4.12
+ test
-
- scm:git:git@github.com/sonatype/plexus-cipher.git
- scm:git:ssh://git@github.com/sonatype/plexus-cipher.git
- http://github.com/sonatype/plexus-cipher
-
-