-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge readme.md, fix relative path, set relativepath to avoid mvn war…
…ning
- Loading branch information
1 parent
db52778
commit bbae3aa
Showing
5 changed files
with
16 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
*~ | ||
.classpath | ||
.project | ||
target | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
JBoss AS Quickstarts | ||
JBoss AS Quickstarts | ||
==================== | ||
|
||
This project contains sources for the JBoss AS Quickstarts: | ||
Quickstarts (or examples, or samples) for JBoss AS. There are a number of rules for quickstarts: | ||
|
||
* `quickstarts/` -- sources for the examples discussed in the JBoss AS Documentation | ||
* `dist/` -- maven script to build a zip of the quickstarts | ||
* Each quickstart should have a unique name, this enables a user to quickly identify each quickstart | ||
* A quickstart should have a simple build that the user can quickly understand. If using maven it should: | ||
1. Not inherit from another POM | ||
2. Import the various BOMs from AS7 APIs to get version numbers | ||
3. Use the JBoss AS Maven Plugin to deploy the example | ||
* The quickstart should be importable into JBoss Tools and deployable there | ||
* The quickstart should be explained in detail in the associated user guide, including how to deploy | ||
|
||
You can find the documentation at <https://docs.jboss.org/author/display/AS7/Documentation>. | ||
|
||
If you add a quickstart, don't forget to update `dist/src/main/assembly/README.md`. | ||
|
||
The 'dist' folder contains Maven scripts to build a zip of the quickstarts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters