| <project> |
| <parent> |
| <groupId>org.apache.geronimo.genesis.config</groupId> |
| <artifactId>project-config</artifactId> |
| <version>1.0.0-SNAPSHOT</version> |
| </parent> |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>jee5_exp_specs</artifactId> |
| <packaging>pom</packaging> |
| <name>Geronimo Specifications</name> |
| <version>1.0-SNAPSHOT</version> |
| |
| <properties> |
| <!-- |
| | |
| | Geronimo module versions |
| | |
| --> |
| <geronimoSpecsAnnotationVersion>1.0-SNAPSHOT</geronimoSpecsAnnotationVersion> |
| <geronimoSpecsInterceptorVersion>1.0-SNAPSHOT</geronimoSpecsInterceptorVersion> |
| <geronimoSpecsEjbVersion>1.0-SNAPSHOT</geronimoSpecsEjbVersion> |
| <geronimoSpecsJpaVersion>1.0-SNAPSHOT</geronimoSpecsJpaVersion> |
| <geronimoSpecsJtaVersion>1.0-SNAPSHOT</geronimoSpecsJtaVersion> |
| <geronimoSpecsServletVersion>1.0-SNAPSHOT</geronimoSpecsServletVersion> |
| </properties> |
| |
| <build> |
| <plugins> |
| <plugin> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <configuration> |
| <source>1.5</source> |
| <target>1.5</target> |
| </configuration> |
| </plugin> |
| </plugins> |
| <extensions> |
| <extension> |
| <groupId>org.apache.maven.wagon</groupId> |
| <artifactId>wagon-ssh-external</artifactId> |
| <version>1.0-alpha-5</version> |
| </extension> |
| </extensions> |
| </build> |
| |
| <modules> |
| <module>geronimo-spec-annotation</module> |
| <module>geronimo-spec-interceptor</module> |
| <module>geronimo-spec-ejb</module> |
| <module>geronimo-spec-jpa</module> |
| <!-- <module>geronimo-spec-servlet</module> --> |
| <module>geronimo-jta_1.1_spec</module> |
| </modules> |
| |
| <dependencyManagement> |
| <dependencies> |
| <!-- |
| | |
| | Geronimo specification versions |
| | |
| --> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-annotation_1.0_spec</artifactId> |
| <version>${geronimoSpecsAnnotationVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-interceptor_3.0_spec</artifactId> |
| <version>${geronimoSpecsInterceptorVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-ejb_3.0_spec</artifactId> |
| <version>${geronimoSpecsEjbVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jpa_3.0_spec</artifactId> |
| <version>${geronimoSpecsJpaVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jta_1.0.1B_spec</artifactId> |
| <version>${geronimoSpecsJtaVersion}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.geronimo.specs</groupId> |
| <artifactId>geronimo-jta_1.1_spec</artifactId> |
| <version>${geronimoSpecsJtaVersion}</version> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| |
| <dependencies> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>3.8.1</version> |
| </dependency> |
| </dependencies> |
| |
| <pluginRepositories> |
| <pluginRepository> |
| <id>snapshots</id> |
| <name>Maven Central Plugins Development Repository</name> |
| <url>http://snapshots.maven.codehaus.org/maven2</url> |
| </pluginRepository> |
| </pluginRepositories> |
| |
| </project> |