# glassfish-docs **Repository Path**: mirrors_javaee/glassfish-docs ## Basic Information - **Project Name**: glassfish-docs - **Description**: Documentation resources (online help, etc.) for the GlassFish project. - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README To build v3-docs * Generate and bundle docs. mvn install Note - The step to build the JavaHelp plugin by running mvn -P plugin install is no longer required as the online help is not in the JavaHelp format. To Release and Promote v3-docs Artifacts 1. mvn -Dmaven.repo.local= release:prepare -B -Dtag= -DreleaseVersion= -DdevelopmentVersion=3.0-SNAPSHOT (use the tag name v3-docs-3.0-b##): 2. mvn -Dmaven.repo.local= -s settings.xml release:perform