https://github.com/apache/geronimo-specs
Mirror of Apache Geronimo specs
https://github.com/apache/geronimo-specs
geronimo http java javaee network-server web-framework
Last synced: 9 months ago
JSON representation
Mirror of Apache Geronimo specs
- Host: GitHub
- URL: https://github.com/apache/geronimo-specs
- Owner: apache
- License: apache-2.0
- Created: 2009-07-01T08:00:27.000Z (over 16 years ago)
- Default Branch: trunk
- Last Pushed: 2023-04-14T17:21:09.000Z (over 2 years ago)
- Last Synced: 2025-04-03T04:16:55.907Z (9 months ago)
- Topics: geronimo, http, java, javaee, network-server, web-framework
- Language: Java
- Size: 9.2 MB
- Stars: 25
- Watchers: 5
- Forks: 29
- Open Issues: 13
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Structure
========
Only specs under active development should be in trunk. Once you release, delete the trunk. If you need to make a change or bugfix, copy the latest tag into trunk and work with that.
Be certain that all dependencies are marked "provided"
Do not copy any code into branches under any circumstances.
Building
========
The is normally no root pom, so you need to build specs individually.
To build you will need:
* J2SE SDK 1.5+ (http://java.sun.com/j2se/1.5)
* Maven 2.0.9+ (http://maven.apache.org)
To build all changes incrementally:
mvn install
To perform clean builds, which are sometimes needed after some changes to the
source tree:
mvn clean install
Releasing
=========
Use the maven-release-plugin.
Stage to your people.apache.org account or to your local machine and scp to people.apache.org.
After a release vote has passed use the maven-stage-plugin to transfer the voted artifacts to the apache release repo.