diff --git a/plexus-java/src/site/markdown/locationmanager.md b/plexus-java/src/site/markdown/locationmanager.md
index 61be07a..9a8d4b9 100644
--- a/plexus-java/src/site/markdown/locationmanager.md
+++ b/plexus-java/src/site/markdown/locationmanager.md
@@ -6,7 +6,7 @@ This jar is a multi release jar (aka MRJAR), because it contains 2 implementatio
When extracting the the automatic module name based the of the file, it is a little bit more complex. The result must be precise, so the only way to solve this is by calling Java 9 code, either from the runtime or by calling Java 9 explicitly when provided via `ResolvePathsRequest.setJdkHome`.
-## Request
+# Request
The `LocationManager.resolvePaths()` only has one argument, `ResolvePathsRequest`. If there is more data required, the request will be extended so the method signature of `resolvePaths` will stay the same.
@@ -30,7 +30,7 @@ Additional methods are:
- `setMainModuleDescriptor`, which can either be a `module-info.java` or `module-info.class`
-## Phase 1: Collect
+# Phase 1: Collect
If there's a `mainModuleDescriptor`, extract a `JavaModuleDescriptor` of it. This might cause a `IOException` to be thrown.
@@ -50,13 +50,13 @@ The result are a couple of Maps:
* module name to `JavaModuleDescriptor`
-## Phase 2: Resolve
+# Phase 2: Resolve
If there's a `mainModuleDescriptor`, collect all its direct and indirect requirements.
This contains recursive code and ensures that required modules are only evaluated once.
All these pathElements must be placed on the modulepath, all other pathElements will be marked for the classPath.
-## Result
+# Result
All results will be stored in a `ResolvePathsResult`.
- `getClasspathElements()`, ordered collection of all pathElements that don't belong to the modulepath
diff --git a/plexus-java/src/site/markdown/usage.md b/plexus-java/src/site/markdown/usage.md
index 730ee23..a43dc37 100644
--- a/plexus-java/src/site/markdown/usage.md
+++ b/plexus-java/src/site/markdown/usage.md
@@ -1,5 +1,5 @@
-## LocationManager.resolvePaths
+# LocationManager.resolvePaths
In order to use this class you must setup a `ResolvePathsRequest`, which requires a list of all the jars and output directories and the main module descriptor.
@@ -25,13 +25,12 @@ The `ResolvePathsResult` contains:
* pathExceptions: pathElements with their exception while trying to resolve it. Only pathElements with an exception are listed.
-## JavaVersion
+# JavaVersion
This is a String based, lazy-parsing implementation of a Java Version which can be used to compare versions. It's goal is to support to support the following patterns:
- * [Java SE Naming and Versions](http://www.oracle.com/technetwork/java/javase/namechange-140185.html)
- * [JEP 223: New Version-String Scheme](http://openjdk.java.net/jeps/223)
- * [JEP 322: Time-Based Release Versioning](http://openjdk.java.net/jeps/322)
+ * [JEP 223: New Version-String Scheme](https://openjdk.java.net/jeps/223)
+ * [JEP 322: Time-Based Release Versioning](https://openjdk.java.net/jeps/322)
Additional features:
diff --git a/plexus-java/src/site/site.xml b/plexus-java/src/site/site.xml
index 0b603b5..b8b7da8 100644
--- a/plexus-java/src/site/site.xml
+++ b/plexus-java/src/site/site.xml
@@ -19,19 +19,18 @@ specific language governing permissions and limitations
under the License.
-->
-
+
-
+
diff --git a/pom.xml b/pom.xml
index fee39cd..7badab1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.codehaus.plexus
plexus
- 18
+ 19
plexus-languages
@@ -27,8 +27,12 @@
github
- http://github.com/codehaus-plexus/plexus-languages/issues
+ https://github.com/codehaus-plexus/plexus-languages/issues
+
+ GitHub
+ https://github.com/codehaus-plexus/plexus-languages/actions
+
github:gh-pages
diff --git a/src/site/site.xml b/src/site/site.xml
deleted file mode 100644
index ae3e3d0..0000000
--- a/src/site/site.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
- org.apache.maven.skins
- maven-fluido-skin
- 1.12.0
-
-