Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Make sure maven

...

Although Empire-db is compatible with Java 6 we are ruilding Releases using JDK 7 in order to avoid certificate issues.

Java 8 or later have not been tested and approved.

The build process has been performed using Maven 3.3.9.

If Java 8 or later is installed on the machine, possibly create a mvn7 shell script and add it to your PATH in order to be able to use Java 7 to build the release.

/usr/bin/mvn7

Code Block
#!/bin/sh
JAVA_HOME="/usr/lib/jvm/java7"
mvn $@

test the script by running this command:

...

pom is setup correctly

Please review the maven release process here:

Publishing Maven Releases to Maven Central Repository - Apache Infrastructure

https://infra.apache.org/publishing-maven-artifacts.html

The following versions of JDK and Maven should be used:

JDK:  Java Version 1.8.0_202

Maven:  Apache Maven 3.3.9 or later

Creating a new RC

Update the changelog file

...