# r_servertools_webtools.servertools **Repository Path**: mirrors_community_eclipse/r_servertools_webtools.servertools ## Basic Information - **Project Name**: r_servertools_webtools.servertools - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Building this repo 1. fetch sources from http://git.eclipse.org/c/servertools/webtools.servertools.git/ git clone http://git.eclipse.org/gitroot/servertools/webtools.servertools.git 2. build the normal repo mvn clean install 3. build the integration tests repo mvn clean install -P integration-tests,CI 4. or, build both at the same time mvn clean install -P normal,integration-tests,CI