Skip to content

Commit

Permalink
chore(distro): remove glassfish from Camunda BPM
Browse files Browse the repository at this point in the history
- as it is no longer supported

related to #CAM-5762
  • Loading branch information
hawky-4s- committed May 30, 2016
1 parent a315371 commit 23ee1e4
Show file tree
Hide file tree
Showing 44 changed files with 8 additions and 5,296 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ This will build all the modules that make up the camunda BPM platform but will n

```
distro/tomcat/distro/target (Apache Tomcat 7 Distribution)
distro/gf31/distro/target (Glassfish 3 Distribution)
distro/jbossas7/distro/target (JBoss AS 7 Distribution)
```

Expand All @@ -103,9 +102,9 @@ The integration testsuites are located under `qa/`. There you'll find a folder n
In order to run the integration tests, first perform a full install build. Then navigate to the `qa` folder.

We have different maven profiles for selecting
* *Runtime containers & environments*: jboss, glassfish, tomcat, wildfly
* *Runtime containers & environments*: jboss, tomcat, wildfly
* *The testsuite*: engine-integration, webapps-integration
* *The database*: h2,h2-xa,db2,db2-xa,sqlserver,sqlserver-xa,oracle,oracle-xa,postgresql,postgresql-xa,mysql,mysql-xa (XA is only supprted on JBoss & Glassfish ATM)
* *The database*: h2,h2-xa,db2,db2-xa,sqlserver,sqlserver-xa,oracle,oracle-xa,postgresql,postgresql-xa,mysql,mysql-xa (XA is only supported on JBoss / Wildfly atm)

In order to configure the build, compose the profiles for runtime container, testsuite, database. Example:

Expand Down
150 changes: 0 additions & 150 deletions distro/gf31/assembly/assembly.xml

This file was deleted.

226 changes: 0 additions & 226 deletions distro/gf31/assembly/pom.xml

This file was deleted.

Loading

0 comments on commit 23ee1e4

Please sign in to comment.