Sync EE4J_8 branch with master (#22586)

* Remove repository configuration (#22581)

All java.net artefacts are now available on maven central.
hence Glassfish doesn't depend on java.net repository any longer.

Signed-off-by: Vinay Vishal <vinay.vishal@oracle.com>

* upgrading spec-version-maven-plugin version (#22583)
1 file changed
tree: 2f2bf279def292bd686810b0ca34b8ba6f507d6f
  1. .github/
  2. appserver/
  3. nucleus/
  4. .gitignore
  5. CONTRIBUTING.md
  6. LICENSE.md
  7. NOTICE.md
  8. pom.xml
  9. README.md
README.md

GlassFish Server

GlassFish is the reference implementation of Java EE.

Building

Prerequisites:

  • JDK8+
  • Maven 3.0.3+

Run the full build:

mvn install

Locate the Zip distributions:

  • appserver/distributions/glassfish/target/glassfish.zip
  • appserver/distributions/web/target/web.zip

Locate staged distributions:

  • appserver/distributions/glassfish/target/stage
  • appserver/distributions/web/target/stage

Starting GlassFish

glassfish5/bin/asadmin start-domain

Stopping GlassFish

glassfish5/bin/asadmin stop-domain