Rafael has created a repository where we can share resources across product quickstarts: https://github.com/jboss-developer/jboss-developer-shared-resources.

I have started moving common instructions to the `guides/` directory in that repository. Rather than repeat instructions in the root README for each product quickstart repository, you can now point to the shared version instead. For example, in the individual quickstart README file, you can now use something like the following:
Configure Maven
---------------

If you have not yet done so, you must [Configure Maven](https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/CONFIGURE_MAVEN.md#configure-maven-to-build-and-deploy-the-quickstarts) before testing the quickstarts.
I have created the following in the guides/ directory and will add more as I find time:
CONFIGURE_BYTEMAN.md
CONFIGURE_MAVEN.md
CONFIGURE_POSTGRESQL.md
CREATE_USERS.md
I hope this makes it easier to update and maintain going forward. Please let me know if you have any questions or suggestions.

Thanks,
Sande