└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # As part of the rename of the JBoss Application Server project to WildFly, the jboss-as git repo has been moved to . 2 | 3 | Please use this location for all purposes from now on. 4 | 5 | Follow these steps to update your repo: 6 | 7 | 1. Create a new fork of the linked wildfly repo into your own copy 8 | 2. In your local checkout execute the following commands (assuming you have an origin and an upstream) 9 | 10 | > git remote set-url origin git@github.com:[username]/wildfly.git 11 | 12 | > git remote set-url upstream git://github.com/wildfly/wildfly.git 13 | 14 | NOTE: After these steps you can rename your jboss-as directory to wildfly (optional) 15 | --------------------------------------------------------------------------------