EAR Plugin Tests
This page lists the ear plugin integration tests. Each tests is built on top of a sample project available in the svn repository. This structure provides lots of concrete use cases for beginners.
- project-001: builds an EAR with a single EJB and no configuration.
- project-002: builds an EAR with a customized artifact location and a customized artifact name
- project-003: builds an EAR with a defalt bundle directory for _java_ modules
- project-004: builds an EAR with a defalt bundle directory for _java_ modules and a custom location overriding the default
- project-005: builds an EAR with a custom URI
- project-006: builds an EAR with an excluded module
- project-007: builds an EAR with a classified artifact and no extra configuration
- project-008: builds an EAR with deployment descriptor configuration for J2EE 1.3
- project-009: builds an EAR with deployment descriptor configuration for J2EE 1.4
- project-010: builds an EAR with deployment descriptor configuration for Java EE 5
- project-011: builds an EAR and make sure that deployment descriptor default settings are applied
- project-012: builds an EAR and make sure that EAR resources are bundled within the EAR
- project-013: builds an EAR and make sure that EAR resources in a customized resources directory are bundled within the EAR
- project-014: builds an EAR and make sure that EAR resources are bundled within the EAR using includes and excludes
- project-015: builds an EAR and make sure that default manifest is taken into account
- project-016: builds an EAR and make sure that custom manifest is taken into account
- project-017: builds an EAR and make sure that custom application.xml is taken into account
- project-018: builds an EAR with a custom final name
- project-019: builds an EAR with unpacked archives using the unpackTypes.
- project-020: builds an EAR with unpacked archives using the unpack module attribute
- project-021: builds an EAR with unpacked archives using both unpackTypes and the unpack module attribute
- project-022: builds an EAR with a classifier
- project-023: builds an EAR and make sure that a single classified dependency is detected without specifying the classifier
- project-024: builds an EAR and make sure that a single classified dependency is detected when specifying the classifier
- project-025: builds an EAR and make sure that a classified dependency with mutiple candidates is detected when specifying the classifier
- project-026: builds an EAR and make sure that the build fails if a unclassifed module configuration with mutiple candidates is specified
- project-027: builds an EAR and make sure that provided dependencies are not included in the EAR
- project-028: builds an EAR and make sure that test dependencies are not included in the EAR
- project-029: builds an EAR and make sure that system dependencies are not included in the EAR
- project-030: builds an EAR and make sure that ejb-client dependencies are detected and not added by default in the generated application.xml
- project-031: builds an EAR with a Jboss 4 configuration specifying the security domain and the unauthenticated-principal to use
- project-032: builds an EAR with a Jboss 3.2 configuration specifying the jmx-name to use
- project-033: builds an EAR with a Jboss 4 configuration and Jboss specific modules
- project-034: builds an EAR with custom security settings
- project-035: builds an EAR with a full filename mapping and make sure that custom locations are not overriden
- project-036: builds an EAR with a full filename mapping and make sure that groupIds with dots are replaced by dashes in filenames
- project-037: builds an EAR and make sure that ejb-client dependencies are detected and added in the generated application.xml if includeInApplicationXml is set
- project-038: builds an EAR and make sure that a non-classified dependency with mutiple candidates is detected when specifying the mainArtifactId as classifier
- project-039: builds an EAR with a Jboss 4 configuration specifying the loader repository to use
- project-040: builds an EAR with deployment descriptor configuration for Java EE 5 and an alternative deployment descriptor
- project-041: builds an EAR with a Jboss 4.2 configuration specifying the module order to use
- project-042: builds an EAR with a Jboss 4.2 configuration specifying a datasource to add
- project-043: builds an EAR with a custom descriptor location (generatedDescriptorLocation setting)
- project-044: builds an EAR with a custom library-directory
- project-045: builds an EAR and filter the content of the sources directory
- project-046: builds an EAR and filter the content of the sources directory using a custom filter file
- project-047: builds an EAR and filter the content with a list of extensions
- project-048: builds an EAR with a Jboss 5 configuration containing library directory
- project-049: builds an EAR with a Jboss 4.2 configuration containing a library directory
- project-050: builds an EAR with a Jboss 5 configuration containing a loader repository configuration definition
- project-051: builds an EAR with a Jboss 5 configuration containing a loader repository class definition
- project-052: builds an EAR with a Jboss 5 configuration containing a configuration parser class definition
- project-053: builds an EAR with a Jboss 5 configuration containing only the loader repo configuration
- project-054: builds an EAR with deployment descriptor configuration for Java EE 5 and no application.xml
- project-055: builds an EAR with jar dependencies added in application.xml
- project-056: builds an EAR with deployment descriptor configuration for J2EE 1.4 and an alternative deployment descriptor
- project-057: builds an EAR with a complete JBoss 4.2 configuration and validate it matches the DTD (MEAR-104)
- project-058: builds an EAR with deployment descriptor configuration for Java EE 6
- project-059: builds an EAR with no display name entry at all
- project-060: builds an EAR with ejb-client packaged for J2EE 1.3
- project-061: builds an EAR with ejb-client packaged for J2EE 1.4
- project-062: builds an EAR with ejb-client packaged for JavaEE 5
- project-063: builds an EAR with ejb-client packaged for JavaEE 6
- project-064: builds an EAR with ejb-client packaged for JavaEE 5 and still put it in the root