PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/jboss-as-7.1.1.Final/cmp/pom.xml

#
XML | 177 lines | 136 code | 15 blank | 26 comment | 0 complexity | f544aceb0b82fd489ee2e2d7cabf0b6f MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. vi:ts=4:sw=4:expandtab
  4. -->
  5. <!--
  6. ~ JBoss, Home of Professional Open Source.
  7. ~ Copyright (c) 2011, Red Hat, Inc., and individual contributors
  8. ~ as indicated by the @author tags. See the copyright.txt file in the
  9. ~ distribution for a full listing of individual contributors.
  10. ~
  11. ~ This is free software; you can redistribute it and/or modify it
  12. ~ under the terms of the GNU Lesser General Public License as
  13. ~ published by the Free Software Foundation; either version 2.1 of
  14. ~ the License, or (at your option) any later version.
  15. ~
  16. ~ This software is distributed in the hope that it will be useful,
  17. ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  19. ~ Lesser General Public License for more details.
  20. ~
  21. ~ You should have received a copy of the GNU Lesser General Public
  22. ~ License along with this software; if not, write to the Free
  23. ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  24. ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  25. -->
  26. <project xmlns="http://maven.apache.org/POM/4.0.0"
  27. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  28. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  29. <modelVersion>4.0.0</modelVersion>
  30. <parent>
  31. <groupId>org.jboss.as</groupId>
  32. <artifactId>jboss-as-parent</artifactId>
  33. <version>7.1.1.Final</version>
  34. </parent>
  35. <artifactId>jboss-as-cmp</artifactId>
  36. <name>JBoss Application Server: EJB Container Managed Persistence Subsystem</name>
  37. <build>
  38. <plugins>
  39. <plugin>
  40. <groupId>org.codehaus.mojo</groupId>
  41. <artifactId>javacc-maven-plugin</artifactId>
  42. <executions>
  43. <execution>
  44. <id>jjtree-javacc-jbossql</id>
  45. <goals>
  46. <goal>jjtree-javacc</goal>
  47. </goals>
  48. <configuration>
  49. <includes>
  50. <include>org/jboss/as/cmp/ejbql/EJBQLParser.jjt</include>
  51. </includes>
  52. </configuration>
  53. </execution>
  54. <execution>
  55. <id>jjtree-javacc-ejbql</id>
  56. <goals>
  57. <goal>jjtree-javacc</goal>
  58. </goals>
  59. <configuration>
  60. <includes>
  61. <include>org/jboss/as/cmp/ejbql/JBossQLParser.jjt</include>
  62. </includes>
  63. </configuration>
  64. </execution>
  65. </executions>
  66. </plugin>
  67. <plugin>
  68. <groupId>org.codehaus.mojo</groupId>
  69. <artifactId>build-helper-maven-plugin</artifactId>
  70. <executions>
  71. <execution>
  72. <id>add-source</id>
  73. <phase>generate-sources</phase>
  74. <goals>
  75. <goal>add-source</goal>
  76. </goals>
  77. <configuration>
  78. <sources>
  79. <source>${project.build.directory}/generated-sources/javacc</source>
  80. </sources>
  81. </configuration>
  82. </execution>
  83. </executions>
  84. </plugin>
  85. <plugin>
  86. <groupId>org.apache.maven.plugins</groupId>
  87. <artifactId>maven-surefire-plugin</artifactId>
  88. <configuration>
  89. <includes>
  90. <include>org/jboss/as/cmp/**/*TestCase.java</include>
  91. </includes>
  92. </configuration>
  93. </plugin>
  94. <plugin>
  95. <groupId>org.apache.maven.plugins</groupId>
  96. <artifactId>maven-compiler-plugin</artifactId>
  97. <configuration>
  98. <compilerArgument>
  99. -AgeneratedTranslationFilesPath=${project.build.directory}/generated-translation-files
  100. </compilerArgument>
  101. </configuration>
  102. </plugin>
  103. </plugins>
  104. </build>
  105. <dependencies>
  106. <dependency>
  107. <groupId>${project.groupId}</groupId>
  108. <artifactId>jboss-as-ee</artifactId>
  109. </dependency>
  110. <dependency>
  111. <groupId>${project.groupId}</groupId>
  112. <artifactId>jboss-as-ejb3</artifactId>
  113. </dependency>
  114. <dependency>
  115. <groupId>${project.groupId}</groupId>
  116. <artifactId>jboss-as-security</artifactId>
  117. </dependency>
  118. <dependency>
  119. <groupId>${project.groupId}</groupId>
  120. <artifactId>jboss-as-server</artifactId>
  121. </dependency>
  122. <dependency>
  123. <groupId>org.jboss</groupId>
  124. <artifactId>jboss-common-core</artifactId>
  125. </dependency>
  126. <dependency>
  127. <groupId>org.jboss.classfilewriter</groupId>
  128. <artifactId>jboss-classfilewriter</artifactId>
  129. </dependency>
  130. <dependency>
  131. <groupId>org.jboss.logging</groupId>
  132. <artifactId>jboss-logging</artifactId>
  133. </dependency>
  134. <dependency>
  135. <groupId>org.jboss.logging</groupId>
  136. <artifactId>jboss-logging-processor</artifactId>
  137. <!-- This is a compile-time dependency of this project, but is not needed at compile or runtime by other
  138. projects that depend on this project.-->
  139. <scope>provided</scope>
  140. <optional>true</optional>
  141. </dependency>
  142. <dependency>
  143. <groupId>org.jboss.metadata</groupId>
  144. <artifactId>jboss-metadata-ejb</artifactId>
  145. </dependency>
  146. <dependency>
  147. <groupId>org.mockito</groupId>
  148. <artifactId>mockito-all</artifactId>
  149. <scope>test</scope>
  150. </dependency>
  151. <dependency>
  152. <groupId>junit</groupId>
  153. <artifactId>junit</artifactId>
  154. <scope>test</scope>
  155. </dependency>
  156. <dependency>
  157. <groupId>org.jboss.as</groupId>
  158. <artifactId>jboss-as-subsystem-test</artifactId>
  159. <scope>test</scope>
  160. </dependency>
  161. </dependencies>
  162. </project>