Details
-
Wish
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0
-
None
-
Patch Available
Description
The GEP had a nightly build repo before(refer to: http://geronimo.apache.org/development-tools.html#DevelopmentTools-NightlyBuilds), but it does not work now. So, I thought we should set up a environment to redo it.
I've attached a patch to resolve the issue temporally. If you want to test it in your local environment, should add below content to your maven's settings.xml file:
<server>
<id>geronimo-devtools-nightly-repo</id>
<username>people.apache.org.username</username>
<password>people.apache.org.password</password>
</server>
Thank Janet for helping me test to upload the devtools onto the apache site.