You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 6.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. ~ Licensed to the Apache Software Foundation (ASF) under one
  4. ~ or more contributor license agreements. See the NOTICE file
  5. ~ distributed with this work for additional information
  6. ~ regarding copyright ownership. The ASF licenses this file
  7. ~ to you under the Apache License, Version 2.0 (the
  8. ~ "License"); you may not use this file except in compliance
  9. ~ with the License. You may obtain a copy of the License at
  10. ~
  11. ~ http://www.apache.org/licenses/LICENSE-2.0
  12. ~
  13. ~ Unless required by applicable law or agreed to in writing,
  14. ~ software distributed under the License is distributed on an
  15. ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  16. ~ KIND, either express or implied. See the License for the
  17. ~ specific language governing permissions and limitations
  18. ~ under the License.
  19. -->
  20. <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">
  21. <parent>
  22. <groupId>org.apache.archiva</groupId>
  23. <artifactId>archiva-karaf</artifactId>
  24. <version>3.0.0-SNAPSHOT</version>
  25. </parent>
  26. <modelVersion>4.0.0</modelVersion>
  27. <groupId>org.apache.archiva.karaf</groupId>
  28. <artifactId>apache-archiva</artifactId>
  29. <packaging>pom</packaging>
  30. <name>Archiva :: Karaf Features</name>
  31. <properties>
  32. <site.staging.base>${project.parent.parent.basedir}</site.staging.base>
  33. <aopalliance.bundle.version>1.0_5</aopalliance.bundle.version>
  34. <beanlib.bundle.version>5.0.2beta_1-SNAPSHOT</beanlib.bundle.version>
  35. <cglib.bundle.version>2.2_2</cglib.bundle.version>
  36. <commons-beanutils.bundle.version>1.8.2_2</commons-beanutils.bundle.version>
  37. <commons-configuration.bundle.version>1.4_3</commons-configuration.bundle.version>
  38. <commons-digester.bundle.version>1.8_3</commons-digester.bundle.version>
  39. <commons-httpclient.bundle.version>3.1_6</commons-httpclient.bundle.version>
  40. <commons-jxpath.bundle.version>1.2_5</commons-jxpath.bundle.version>
  41. <commons-validator.bundle.version>1.3.1_1-SNAPSHOT</commons-validator.bundle.version>
  42. <dom4j.bundle.version>1.6.1_4</dom4j.bundle.version>
  43. <ehcache.bundle.version>2.4.3_1</ehcache.bundle.version>
  44. <freemarker.bundle.version>2.3.18_1</freemarker.bundle.version>
  45. <javassist.bundle.version>3.12.1.ga_1</javassist.bundle.version>
  46. <javax-inject.bundle.version>1_1</javax-inject.bundle.version>
  47. <jcharset.version>1.0</jcharset.version>
  48. <jcip-annotations.bundle.version>1.0_1-SNAPSHOT</jcip-annotations.bundle.version>
  49. <jdom.bundle.version>1.1_4</jdom.bundle.version>
  50. <joda-time.bundle.version>1.5.2_4</joda-time.bundle.version>
  51. <jsoup.bundle.version>1.5.2_1</jsoup.bundle.version>
  52. <junit.bundle.version>4.9_1</junit.bundle.version>
  53. <lucene.bundle.version>3.0.3_2</lucene.bundle.version>
  54. <maven.archetype.version>2.1</maven.archetype.version>
  55. <maven-model-v3.version>2.0</maven-model-v3.version>
  56. <ognl.bundle.version>2.7.3_5</ognl.bundle.version>
  57. <oro.bundle.version>2.0.8_5</oro.bundle.version>
  58. <plexus-classworlds.version>2.4</plexus-classworlds.version>
  59. <plexus-component-annotations.version>1.5.5</plexus-component-annotations.version>
  60. <plexus-interpolation.version>1.14</plexus-interpolation.version>
  61. <plexus-velocity.version>1.1.8</plexus-velocity.version>
  62. <quartz.bundle.version>2.1.0_1-SNAPSHOT</quartz.bundle.version>
  63. <rome.bundle.version>1.0_2</rome.bundle.version>
  64. <servicemix.specs.version>1.9.0</servicemix.specs.version>
  65. <sisu-inject-bean.version>2.3.0</sisu-inject-bean.version>
  66. <guava.version>14.0.1</guava.version>
  67. <stax-utils.bundle.version>20040917_2</stax-utils.bundle.version>
  68. <testng.version>6.3.1</testng.version>
  69. <velocity.bundle.version>1.7_3</velocity.bundle.version>
  70. <velocity-tools.version>2.0-alpha1</velocity-tools.version>
  71. <xpp3.bundle.version>1.1.4c_5</xpp3.bundle.version>
  72. <xstream.bundle.version>1.4_1</xstream.bundle.version>
  73. <ws-commons-util.bundle.version>1.0.2_1-SNAPSHOT</ws-commons-util.bundle.version>
  74. </properties>
  75. <build>
  76. <resources>
  77. <resource>
  78. <directory>src/main/resources</directory>
  79. <filtering>true</filtering>
  80. <includes>
  81. <include>**/*</include>
  82. </includes>
  83. </resource>
  84. </resources>
  85. <plugins>
  86. <plugin>
  87. <groupId>org.apache.maven.plugins</groupId>
  88. <artifactId>maven-resources-plugin</artifactId>
  89. <configuration>
  90. <useDefaultDelimiters>false</useDefaultDelimiters>
  91. <delimiters>
  92. <delimiter>${*}</delimiter>
  93. </delimiters>
  94. </configuration>
  95. <executions>
  96. <execution>
  97. <id>filter</id>
  98. <phase>generate-resources</phase>
  99. <goals>
  100. <goal>resources</goal>
  101. </goals>
  102. </execution>
  103. </executions>
  104. </plugin>
  105. <plugin>
  106. <groupId>org.codehaus.mojo</groupId>
  107. <artifactId>build-helper-maven-plugin</artifactId>
  108. <executions>
  109. <execution>
  110. <id>attach-artifact</id>
  111. <phase>package</phase>
  112. <goals>
  113. <goal>attach-artifact</goal>
  114. </goals>
  115. <configuration>
  116. <artifacts>
  117. <artifact>
  118. <file>target/classes/features.xml</file>
  119. <type>xml</type>
  120. <classifier>features</classifier>
  121. </artifact>
  122. </artifacts>
  123. </configuration>
  124. </execution>
  125. </executions>
  126. </plugin>
  127. </plugins>
  128. </build>
  129. <profiles>
  130. <profile>
  131. <id>validate</id>
  132. <build>
  133. <plugins>
  134. <plugin>
  135. <groupId>org.apache.karaf.tooling</groupId>
  136. <artifactId>features-maven-plugin</artifactId>
  137. <version>2.4.1</version>
  138. <configuration>
  139. <file>${project.build.directory}/classes/features.xml</file>
  140. <karafConfig>${project.build.directory}/classes/config.properties</karafConfig>
  141. <jreVersion>jre-1.6</jreVersion>
  142. </configuration>
  143. <executions>
  144. <execution>
  145. <id>validate</id>
  146. <phase>process-resources</phase>
  147. <goals>
  148. <goal>validate</goal>
  149. </goals>
  150. </execution>
  151. </executions>
  152. </plugin>
  153. </plugins>
  154. </build>
  155. </profile>
  156. </profiles>
  157. </project>