pc-test-servers-glassfish3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.gatein.pc</groupId> <artifactId>pc-test-servers-glassfish3</artifactId> <version>2.5.1.Final</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.gatein.pc</groupId> <artifactId>pc-test-servers</artifactId> <version>2.5.1.Final</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>pc-test-servers-glassfish3</artifactId> <packaging>jar</packaging> <name>GateIn - Portlet Container (test - Glassfish3)</name> <dependencies> <!-- --> <dependency> <groupId>org.gatein.pc</groupId> <artifactId>pc-test-core</artifactId> </dependency> <dependency> <groupId>org.gatein.pc</groupId> <artifactId>pc-test-core</artifactId> <type>test-jar</type> <classifier>test-sources</classifier> </dependency> <!-- Arquillian container --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.5.8</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.5.8</version> </dependency> <dependency> <groupId>org.jboss.arquillian.container</groupId> <artifactId>arquillian-glassfish-embedded-3.1</artifactId> <version>1.0.0.CR3</version> </dependency> <dependency> <groupId>org.glassfish.extras</groupId> <artifactId>glassfish-embedded-all</artifactId> <version>3.1</version> </dependency> <dependency> <groupId>javax.servlet.jsp</groupId> <artifactId>jsp-api</artifactId> <version>2.2</version> </dependency> </dependencies> <build> <!-- --> <pluginManagement> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <executions> <execution> <id>default-test</id> <configuration> <includes> <include>**/*WarTestCase.java</include> </includes> <excludes> <exclude>**/EventPayloadBetweenApplicationsWarTestCase.java</exclude> <exclude>**/ApplicationScopeDispatchedSessionWarTestCase.java</exclude> <exclude>**/PortletScopeDispatchedSessionWarTestCase.java</exclude> <exclude>jsr168/ext/taglib/*.java</exclude> <exclude>jsr286/tck/taglib/*.java</exclude> </excludes> </configuration> </execution> </executions> </plugin> </plugins> </pluginManagement> </build> </project>