Skip to content

Commit b999422

Browse files
committed
Adding CI jobs and some other details
1 parent a0360fd commit b999422

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Java EE 7 Samples #
22

3-
This workspace consists of Java EE 7 Samples. They are categorized in different directories, one for each JSR.
3+
This workspace consists of Java EE 7 Samples and unit tests. They are categorized in different directories, one for each Technology/JSR.
44

5-
I don't plan to write any formal documentation, read the code. The [Java EE 7 Essentials](http://www.amazon.com/Java-EE-Essentials-Arun-Gupta/dp/1449370179/) book refer to some of these samples and provide an explanation. However if you are interested in adding javadocs, send a pull request.
5+
Some samples/tests have documentataion otherwise read the code. The [Java EE 7 Essentials](http://www.amazon.com/Java-EE-Essentials-Arun-Gupta/dp/1449370179/) book refer to most these samples and provide an explanation. Feel free to add docs and send a pull request.
66

77
## How to run ? ##
88

99
Samples are tested on Wildfly and GlassFish using the Arquillian ecosystem.
1010

1111
Only one profile can be active at a given time otherwise there will be dependency conflicts.
1212

13-
There are 3 available profiles:
13+
There are 4 available profiles:
1414

1515
* ``wildfly-managed-arquillian``
1616
The default profile and it will install a Wildfly server and start up the server per sample.
@@ -38,11 +38,7 @@ When developing and runing them from IDE, remember to activate the profile befor
3838

3939
To learn more about Arquillian please refer to the [Arquillian Guides](http://arquillian.org/guides/)
4040

41-
## List of Samples ##
42-
43-
The following script will generate the complete list of samples.
44-
45-
``find . -name pom.xml -depth 3 -maxdepth 3 | sed 's|\./||g' | sed 's|\/pom.xml||g'``
46-
47-
There are 161 samples as of 9/16.
41+
## CI Job ##
4842

43+
* [WildFly](https://arungupta.ci.cloudbees.com/job/Java%20EE%207%20Samples%20on%20WildFly-cb/)
44+
* [GlassFish](https://arungupta.ci.cloudbees.com/job/Java%20EE%207%20Samples%20on%20GlassFish-cb/)

0 commit comments

Comments
 (0)