tetra 0.46.0 → 0.48.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (223) hide show
  1. data/.rubocop.yml +6 -0
  2. data/README.md +5 -12
  3. data/SPECIAL_CASES.md +3 -74
  4. data/integration-tests/build-commons.sh +5 -8
  5. data/lib/template/kit/CONTENTS +4 -3
  6. data/lib/template/kit/apache-ant-1.9.4/INSTALL +2 -0
  7. data/lib/template/kit/apache-ant-1.9.4/KEYS +1497 -0
  8. data/lib/template/kit/apache-ant-1.9.4/LICENSE +272 -0
  9. data/lib/template/kit/apache-ant-1.9.4/NOTICE +9 -0
  10. data/lib/template/kit/apache-ant-1.9.4/README +97 -0
  11. data/lib/template/kit/apache-ant-1.9.4/WHATSNEW +6108 -0
  12. data/lib/template/kit/apache-ant-1.9.4/bin/ant +336 -0
  13. data/lib/template/kit/apache-ant-1.9.4/bin/ant.bat +218 -0
  14. data/lib/template/kit/apache-ant-1.9.4/bin/ant.cmd +93 -0
  15. data/lib/template/kit/apache-ant-1.9.4/bin/antRun +24 -0
  16. data/lib/template/kit/apache-ant-1.9.4/bin/antRun.bat +50 -0
  17. data/lib/template/kit/apache-ant-1.9.4/bin/antRun.pl +66 -0
  18. data/lib/template/kit/apache-ant-1.9.4/bin/antenv.cmd +98 -0
  19. data/lib/template/kit/apache-ant-1.9.4/bin/complete-ant-cmd.pl +114 -0
  20. data/lib/template/kit/apache-ant-1.9.4/bin/envset.cmd +131 -0
  21. data/lib/template/kit/apache-ant-1.9.4/bin/lcp.bat +31 -0
  22. data/lib/template/kit/apache-ant-1.9.4/bin/runant.pl +153 -0
  23. data/lib/template/kit/apache-ant-1.9.4/bin/runant.py +102 -0
  24. data/lib/template/kit/apache-ant-1.9.4/bin/runrc.cmd +60 -0
  25. data/lib/template/kit/apache-ant-1.9.4/etc/ant-bootstrap.jar +0 -0
  26. data/lib/template/kit/apache-ant-1.9.4/etc/changelog.xsl +148 -0
  27. data/lib/template/kit/apache-ant-1.9.4/etc/checkstyle/checkstyle-frames.xsl +299 -0
  28. data/lib/template/kit/apache-ant-1.9.4/etc/checkstyle/checkstyle-text.xsl +34 -0
  29. data/lib/template/kit/apache-ant-1.9.4/etc/checkstyle/checkstyle-xdoc.xsl +130 -0
  30. data/lib/template/kit/apache-ant-1.9.4/etc/coverage-frames.xsl +489 -0
  31. data/lib/template/kit/apache-ant-1.9.4/etc/jdepend-frames.xsl +487 -0
  32. data/lib/template/kit/apache-ant-1.9.4/etc/jdepend.xsl +276 -0
  33. data/lib/template/kit/apache-ant-1.9.4/etc/junit-frames-xalan1.xsl +745 -0
  34. data/lib/template/kit/apache-ant-1.9.4/etc/junit-frames.xsl +955 -0
  35. data/lib/template/kit/apache-ant-1.9.4/etc/junit-noframes.xsl +496 -0
  36. data/lib/template/kit/apache-ant-1.9.4/etc/log.xsl +203 -0
  37. data/lib/template/kit/apache-ant-1.9.4/etc/maudit-frames.xsl +503 -0
  38. data/lib/template/kit/apache-ant-1.9.4/etc/mmetrics-frames.xsl +1026 -0
  39. data/lib/template/kit/apache-ant-1.9.4/etc/tagdiff.xsl +179 -0
  40. data/lib/template/kit/apache-ant-1.9.4/fetch.xml +335 -0
  41. data/lib/template/kit/apache-ant-1.9.4/get-m2.xml +121 -0
  42. data/lib/template/kit/apache-ant-1.9.4/lib/README +3 -0
  43. data/lib/template/kit/apache-ant-1.9.4/lib/ant-antlr.jar +0 -0
  44. data/lib/template/kit/apache-ant-1.9.4/lib/ant-antlr.pom +75 -0
  45. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-bcel.jar +0 -0
  46. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-bcel.pom +71 -0
  47. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-bsf.jar +0 -0
  48. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-bsf.pom +74 -0
  49. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-log4j.jar +0 -0
  50. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-log4j.pom +69 -0
  51. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-oro.jar +0 -0
  52. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-oro.pom +74 -0
  53. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-regexp.jar +0 -0
  54. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-regexp.pom +70 -0
  55. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-resolver.jar +0 -0
  56. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-resolver.pom +69 -0
  57. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-xalan2.jar +0 -0
  58. data/lib/template/kit/apache-ant-1.9.4/lib/ant-apache-xalan2.pom +94 -0
  59. data/lib/template/kit/apache-ant-1.9.4/lib/ant-commons-logging.jar +0 -0
  60. data/lib/template/kit/apache-ant-1.9.4/lib/ant-commons-logging.pom +70 -0
  61. data/lib/template/kit/apache-ant-1.9.4/lib/ant-commons-net.jar +0 -0
  62. data/lib/template/kit/apache-ant-1.9.4/lib/ant-commons-net.pom +75 -0
  63. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jai.jar +0 -0
  64. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jai.pom +85 -0
  65. data/lib/template/kit/apache-ant-1.9.4/lib/ant-javamail.jar +0 -0
  66. data/lib/template/kit/apache-ant-1.9.4/lib/ant-javamail.pom +78 -0
  67. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jdepend.jar +0 -0
  68. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jdepend.pom +72 -0
  69. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jmf.jar +0 -0
  70. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jmf.pom +65 -0
  71. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jsch.jar +0 -0
  72. data/lib/template/kit/apache-ant-1.9.4/lib/ant-jsch.pom +74 -0
  73. data/lib/template/kit/apache-ant-1.9.4/lib/ant-junit.jar +0 -0
  74. data/lib/template/kit/apache-ant-1.9.4/lib/ant-junit.pom +101 -0
  75. data/lib/template/kit/apache-ant-1.9.4/lib/ant-junit4.jar +0 -0
  76. data/lib/template/kit/apache-ant-1.9.4/lib/ant-junit4.pom +71 -0
  77. data/lib/template/kit/apache-ant-1.9.4/lib/ant-launcher.jar +0 -0
  78. data/lib/template/kit/apache-ant-1.9.4/lib/ant-launcher.pom +57 -0
  79. data/lib/template/kit/apache-ant-1.9.4/lib/ant-netrexx.jar +0 -0
  80. data/lib/template/kit/apache-ant-1.9.4/lib/ant-netrexx.pom +98 -0
  81. data/lib/template/kit/apache-ant-1.9.4/lib/ant-parent.pom +151 -0
  82. data/lib/template/kit/apache-ant-1.9.4/lib/ant-swing.jar +0 -0
  83. data/lib/template/kit/apache-ant-1.9.4/lib/ant-swing.pom +66 -0
  84. data/lib/template/kit/apache-ant-1.9.4/lib/ant-testutil.jar +0 -0
  85. data/lib/template/kit/apache-ant-1.9.4/lib/ant-testutil.pom +74 -0
  86. data/lib/template/kit/apache-ant-1.9.4/lib/ant.jar +0 -0
  87. data/lib/template/kit/apache-ant-1.9.4/lib/ant.pom +225 -0
  88. data/lib/template/kit/apache-ant-1.9.4/lib/libraries.properties +65 -0
  89. data/lib/template/kit/apache-maven-3.2.5/LICENSE +302 -0
  90. data/lib/template/kit/apache-maven-3.2.5/NOTICE +8 -0
  91. data/lib/template/kit/apache-maven-3.2.5/README.txt +77 -0
  92. data/lib/template/kit/apache-maven-3.2.5/bin/m2.conf +8 -0
  93. data/lib/template/kit/apache-maven-3.2.5/bin/mvn +202 -0
  94. data/lib/template/kit/apache-maven-3.2.5/bin/mvn.bat +197 -0
  95. data/lib/template/kit/apache-maven-3.2.5/bin/mvnDebug +200 -0
  96. data/lib/template/kit/apache-maven-3.2.5/bin/mvnDebug.bat +200 -0
  97. data/lib/template/kit/apache-maven-3.2.5/bin/mvnyjp +207 -0
  98. data/lib/template/kit/apache-maven-3.2.5/boot/plexus-classworlds-2.5.2.jar +0 -0
  99. data/lib/template/kit/apache-maven-3.2.5/conf/logging/simplelogger.properties +25 -0
  100. data/lib/template/kit/apache-maven-3.2.5/conf/settings.xml +257 -0
  101. data/lib/template/kit/apache-maven-3.2.5/lib/aether-api-1.0.0.v20140518.jar +0 -0
  102. data/lib/template/kit/apache-maven-3.2.5/lib/aether-api.license +261 -0
  103. data/lib/template/kit/apache-maven-3.2.5/lib/aether-connector-basic-1.0.0.v20140518.jar +0 -0
  104. data/lib/template/kit/apache-maven-3.2.5/lib/aether-connector-basic.license +261 -0
  105. data/lib/template/kit/apache-maven-3.2.5/lib/aether-impl-1.0.0.v20140518.jar +0 -0
  106. data/lib/template/kit/apache-maven-3.2.5/lib/aether-impl.license +261 -0
  107. data/lib/template/kit/apache-maven-3.2.5/lib/aether-spi-1.0.0.v20140518.jar +0 -0
  108. data/lib/template/kit/apache-maven-3.2.5/lib/aether-spi.license +261 -0
  109. data/lib/template/kit/apache-maven-3.2.5/lib/aether-transport-wagon-1.0.0.v20140518.jar +0 -0
  110. data/lib/template/kit/apache-maven-3.2.5/lib/aether-transport-wagon.license +261 -0
  111. data/lib/template/kit/apache-maven-3.2.5/lib/aether-util-1.0.0.v20140518.jar +0 -0
  112. data/lib/template/kit/apache-maven-3.2.5/lib/aether-util.license +261 -0
  113. data/lib/template/kit/apache-maven-3.2.5/lib/aopalliance-1.0.jar +0 -0
  114. data/lib/template/kit/apache-maven-3.2.5/lib/cdi-api-1.0.jar +0 -0
  115. data/lib/template/kit/apache-maven-3.2.5/lib/cdi-api.license +445 -0
  116. data/lib/template/kit/apache-maven-3.2.5/lib/commons-cli-1.2.jar +0 -0
  117. data/lib/template/kit/apache-maven-3.2.5/lib/commons-io-2.2.jar +0 -0
  118. data/lib/template/kit/apache-maven-3.2.5/lib/commons-lang-2.6.jar +0 -0
  119. data/lib/template/kit/apache-maven-3.2.5/lib/ext/README.txt +2 -0
  120. data/lib/template/kit/apache-maven-3.2.5/lib/guava-18.0.jar +0 -0
  121. data/lib/template/kit/apache-maven-3.2.5/lib/javax.inject-1.jar +0 -0
  122. data/lib/template/kit/apache-maven-3.2.5/lib/jsoup-1.7.2.jar +0 -0
  123. data/lib/template/kit/apache-maven-3.2.5/lib/jsoup.license +66 -0
  124. data/lib/template/kit/apache-maven-3.2.5/lib/jsr250-api-1.0.jar +0 -0
  125. data/lib/template/kit/apache-maven-3.2.5/lib/jsr250-api.license +406 -0
  126. data/lib/template/kit/apache-maven-3.2.5/lib/maven-aether-provider-3.2.5.jar +0 -0
  127. data/lib/template/kit/apache-maven-3.2.5/lib/maven-aether-provider.license +202 -0
  128. data/lib/template/kit/apache-maven-3.2.5/lib/maven-artifact-3.2.5.jar +0 -0
  129. data/lib/template/kit/apache-maven-3.2.5/lib/maven-artifact.license +202 -0
  130. data/lib/template/kit/apache-maven-3.2.5/lib/maven-compat-3.2.5.jar +0 -0
  131. data/lib/template/kit/apache-maven-3.2.5/lib/maven-compat.license +202 -0
  132. data/lib/template/kit/apache-maven-3.2.5/lib/maven-core-3.2.5.jar +0 -0
  133. data/lib/template/kit/apache-maven-3.2.5/lib/maven-core.license +202 -0
  134. data/lib/template/kit/apache-maven-3.2.5/lib/maven-embedder-3.2.5.jar +0 -0
  135. data/lib/template/kit/apache-maven-3.2.5/lib/maven-embedder.license +202 -0
  136. data/lib/template/kit/apache-maven-3.2.5/lib/maven-model-3.2.5.jar +0 -0
  137. data/lib/template/kit/apache-maven-3.2.5/lib/maven-model-builder-3.2.5.jar +0 -0
  138. data/lib/template/kit/apache-maven-3.2.5/lib/maven-model-builder.license +202 -0
  139. data/lib/template/kit/apache-maven-3.2.5/lib/maven-model.license +202 -0
  140. data/lib/template/kit/apache-maven-3.2.5/lib/maven-plugin-api-3.2.5.jar +0 -0
  141. data/lib/template/kit/apache-maven-3.2.5/lib/maven-plugin-api.license +202 -0
  142. data/lib/template/kit/apache-maven-3.2.5/lib/maven-repository-metadata-3.2.5.jar +0 -0
  143. data/lib/template/kit/apache-maven-3.2.5/lib/maven-repository-metadata.license +202 -0
  144. data/lib/template/kit/apache-maven-3.2.5/lib/maven-settings-3.2.5.jar +0 -0
  145. data/lib/template/kit/apache-maven-3.2.5/lib/maven-settings-builder-3.2.5.jar +0 -0
  146. data/lib/template/kit/apache-maven-3.2.5/lib/maven-settings-builder.license +202 -0
  147. data/lib/template/kit/apache-maven-3.2.5/lib/maven-settings.license +202 -0
  148. data/lib/template/kit/apache-maven-3.2.5/lib/org.eclipse.sisu.inject-0.3.0.M1.jar +0 -0
  149. data/lib/template/kit/apache-maven-3.2.5/lib/org.eclipse.sisu.inject.license +261 -0
  150. data/lib/template/kit/apache-maven-3.2.5/lib/org.eclipse.sisu.plexus-0.3.0.M1.jar +0 -0
  151. data/lib/template/kit/apache-maven-3.2.5/lib/org.eclipse.sisu.plexus.license +261 -0
  152. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-cipher-1.7.jar +0 -0
  153. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-cipher.license +445 -0
  154. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-component-annotations-1.5.5.jar +0 -0
  155. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-interpolation-1.21.jar +0 -0
  156. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-sec-dispatcher-1.3.jar +0 -0
  157. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-sec-dispatcher.license +445 -0
  158. data/lib/template/kit/apache-maven-3.2.5/lib/plexus-utils-3.0.20.jar +0 -0
  159. data/lib/template/kit/apache-maven-3.2.5/lib/sisu-guice-3.2.3-no_aop.jar +0 -0
  160. data/lib/template/kit/apache-maven-3.2.5/lib/slf4j-api-1.7.5.jar +0 -0
  161. data/lib/template/kit/apache-maven-3.2.5/lib/slf4j-api.license +190 -0
  162. data/lib/template/kit/apache-maven-3.2.5/lib/slf4j-simple-1.7.5.jar +0 -0
  163. data/lib/template/kit/apache-maven-3.2.5/lib/slf4j-simple.license +190 -0
  164. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-file-2.8.jar +0 -0
  165. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-file.license +202 -0
  166. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-http-2.8-shaded.jar +0 -0
  167. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-http-shared-2.8.jar +0 -0
  168. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-http-shared.license +202 -0
  169. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-http.license +202 -0
  170. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-provider-api-2.8.jar +0 -0
  171. data/lib/template/kit/apache-maven-3.2.5/lib/wagon-provider-api.license +202 -0
  172. data/lib/tetra.rb +30 -29
  173. data/lib/tetra/facades/ant.rb +27 -0
  174. data/lib/tetra/{git.rb → facades/git.rb} +29 -24
  175. data/lib/tetra/facades/mvn.rb +44 -0
  176. data/lib/tetra/facades/process_runner.rb +65 -0
  177. data/lib/tetra/facades/tar.rb +20 -0
  178. data/lib/tetra/{kit_runner.rb → kit.rb} +3 -10
  179. data/lib/tetra/main.rb +12 -36
  180. data/lib/tetra/maven_website.rb +1 -1
  181. data/lib/tetra/packages/archivable.rb +3 -11
  182. data/lib/tetra/packages/{kit.rb → kit_package.rb} +1 -1
  183. data/lib/tetra/packages/{built_package.rb → package.rb} +2 -2
  184. data/lib/tetra/packages/scriptable.rb +27 -15
  185. data/lib/tetra/project.rb +18 -14
  186. data/lib/tetra/{commands/ant.rb → ui/ant_subcommand.rb} +5 -5
  187. data/lib/tetra/ui/dry_run_subcommand.rb +44 -0
  188. data/lib/tetra/{commands/generate_all.rb → ui/generate_all_subcommand.rb} +5 -5
  189. data/lib/tetra/{commands/generate_archive.rb → ui/generate_archive_subcommand.rb} +2 -2
  190. data/lib/tetra/{commands/generate_kit.rb → ui/generate_kit_subcommand.rb} +2 -2
  191. data/lib/tetra/{commands/generate_script.rb → ui/generate_script_subcommand.rb} +2 -2
  192. data/lib/tetra/{commands/generate_spec.rb → ui/generate_spec_subcommand.rb} +2 -2
  193. data/lib/tetra/{commands/get_pom.rb → ui/get_pom_subcommand.rb} +1 -1
  194. data/lib/tetra/{commands/init.rb → ui/init_subcommand.rb} +1 -1
  195. data/lib/tetra/{commands/move_jars_to_kit.rb → ui/move_jars_to_kit_subcommand.rb} +1 -1
  196. data/lib/tetra/{commands/mvn.rb → ui/mvn_subcommand.rb} +5 -5
  197. data/lib/tetra/{commands/base.rb → ui/subcommand.rb} +19 -6
  198. data/lib/tetra/version.rb +1 -1
  199. data/spec/lib/ant_spec.rb +36 -0
  200. data/spec/lib/archivable_spec.rb +1 -1
  201. data/spec/lib/built_package_spec.rb +6 -6
  202. data/spec/lib/kit_package_spec.rb +47 -0
  203. data/spec/lib/kit_spec.rb +8 -28
  204. data/spec/lib/mvn_spec.rb +47 -0
  205. data/spec/lib/project_spec.rb +11 -11
  206. data/spec/lib/scriptable_spec.rb +8 -16
  207. data/spec/spec_helper.rb +13 -4
  208. data/tetra.gemspec +1 -0
  209. metadata +207 -31
  210. data/lib/tetra/ant_runner.rb +0 -27
  211. data/lib/tetra/commands/download_maven_source_jars.rb +0 -29
  212. data/lib/tetra/commands/dry_run.rb +0 -17
  213. data/lib/tetra/commands/finish.rb +0 -22
  214. data/lib/tetra/commands/get_source.rb +0 -30
  215. data/lib/tetra/commands/list_kit_missing_sources.rb +0 -21
  216. data/lib/tetra/kit_checker.rb +0 -104
  217. data/lib/tetra/maven_runner.rb +0 -43
  218. data/lib/tetra/source_getter.rb +0 -41
  219. data/spec/lib/ant_runner_spec.rb +0 -45
  220. data/spec/lib/kit_checker_spec.rb +0 -119
  221. data/spec/lib/maven_runner_spec.rb +0 -68
  222. data/spec/lib/source_getter_spec.rb +0 -36
  223. data/spec/support/kit_runner_examples.rb +0 -15
@@ -0,0 +1,70 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ contributor license agreements. See the NOTICE file distributed with
5
+ this work for additional information regarding copyright ownership.
6
+ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ (the "License"); you may not use this file except in compliance with
8
+ the License. You may obtain a copy of the License at
9
+
10
+ http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+ Unless required by applicable law or agreed to in writing, software
13
+ distributed under the License is distributed on an "AS IS" BASIS,
14
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ See the License for the specific language governing permissions and
16
+ limitations under the License.
17
+ -->
18
+ <!--
19
+ This POM has been created manually by the Ant Development Team.
20
+ Please contact us if you are not satisfied with the data contained in this POM.
21
+ URL : http://ant.apache.org
22
+ -->
23
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
25
+ <parent>
26
+ <groupId>org.apache.ant</groupId>
27
+ <artifactId>ant-parent</artifactId>
28
+ <relativePath>../pom.xml</relativePath>
29
+ <version>1.9.4</version>
30
+ </parent>
31
+ <modelVersion>4.0.0</modelVersion>
32
+ <url>http://ant.apache.org/</url>
33
+ <groupId>org.apache.ant</groupId>
34
+ <artifactId>ant-apache-regexp</artifactId>
35
+ <version>1.9.4</version>
36
+ <name>Apache Ant + Apache Regexp</name>
37
+ <dependencies>
38
+ <dependency>
39
+ <groupId>org.apache.ant</groupId>
40
+ <artifactId>ant</artifactId>
41
+ <version>1.9.4</version>
42
+ <scope>compile</scope>
43
+ </dependency>
44
+ <dependency>
45
+ <groupId>regexp</groupId>
46
+ <artifactId>regexp</artifactId>
47
+ <version>1.3</version>
48
+ <scope>compile</scope>
49
+ </dependency>
50
+ </dependencies>
51
+ <build>
52
+ <plugins>
53
+ <plugin>
54
+ <groupId>org.apache.maven.plugins</groupId>
55
+ <artifactId>maven-compiler-plugin</artifactId>
56
+ <configuration>
57
+ <includes>
58
+ <include>org/apache/tools/ant/util/regexp/JakartaRegexp*</include>
59
+ </includes>
60
+ </configuration>
61
+ </plugin>
62
+ </plugins>
63
+ <sourceDirectory>../../../../src/main</sourceDirectory>
64
+ <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
65
+ <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
66
+ <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
67
+ <directory>../../../../target/${project.artifactId}</directory>
68
+ </build>
69
+
70
+ </project>
@@ -0,0 +1,69 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ contributor license agreements. See the NOTICE file distributed with
5
+ this work for additional information regarding copyright ownership.
6
+ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ (the "License"); you may not use this file except in compliance with
8
+ the License. You may obtain a copy of the License at
9
+
10
+ http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+ Unless required by applicable law or agreed to in writing, software
13
+ distributed under the License is distributed on an "AS IS" BASIS,
14
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ See the License for the specific language governing permissions and
16
+ limitations under the License.
17
+ -->
18
+ <!--
19
+ This POM has been created manually by the Ant Development Team.
20
+ Please contact us if you are not satisfied with the data contained in this POM.
21
+ URL : http://ant.apache.org
22
+ -->
23
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
25
+ <parent>
26
+ <groupId>org.apache.ant</groupId>
27
+ <artifactId>ant-parent</artifactId>
28
+ <relativePath>../pom.xml</relativePath>
29
+ <version>1.9.4</version>
30
+ </parent>
31
+ <modelVersion>4.0.0</modelVersion>
32
+ <url>http://ant.apache.org/</url>
33
+ <groupId>org.apache.ant</groupId>
34
+ <artifactId>ant-apache-resolver</artifactId>
35
+ <version>1.9.4</version>
36
+ <name>Apache Ant + Apache Resolver</name>
37
+ <dependencies>
38
+ <dependency>
39
+ <groupId>org.apache.ant</groupId>
40
+ <artifactId>ant</artifactId>
41
+ <version>1.9.4</version>
42
+ <scope>compile</scope>
43
+ </dependency>
44
+ <dependency>
45
+ <groupId>xml-resolver</groupId>
46
+ <artifactId>xml-resolver</artifactId>
47
+ <version>1.1</version>
48
+ <scope>compile</scope>
49
+ </dependency>
50
+ </dependencies>
51
+ <build>
52
+ <plugins>
53
+ <plugin>
54
+ <groupId>org.apache.maven.plugins</groupId>
55
+ <artifactId>maven-compiler-plugin</artifactId>
56
+ <configuration>
57
+ <includes>
58
+ <include>org/apache/tools/ant/types/resolver/**</include>
59
+ </includes>
60
+ </configuration>
61
+ </plugin>
62
+ </plugins>
63
+ <sourceDirectory>../../../../src/main</sourceDirectory>
64
+ <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
65
+ <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
66
+ <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
67
+ <directory>../../../../target/${project.artifactId}</directory>
68
+ </build>
69
+ </project>
@@ -0,0 +1,94 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ contributor license agreements. See the NOTICE file distributed with
5
+ this work for additional information regarding copyright ownership.
6
+ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ (the "License"); you may not use this file except in compliance with
8
+ the License. You may obtain a copy of the License at
9
+
10
+ http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+ Unless required by applicable law or agreed to in writing, software
13
+ distributed under the License is distributed on an "AS IS" BASIS,
14
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ See the License for the specific language governing permissions and
16
+ limitations under the License.
17
+ -->
18
+ <!--
19
+ This POM has been created manually by the Ant Development Team.
20
+ Please contact us if you are not satisfied with the data contained in this POM.
21
+ URL : http://ant.apache.org
22
+ -->
23
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
25
+ <parent>
26
+ <groupId>org.apache.ant</groupId>
27
+ <artifactId>ant-parent</artifactId>
28
+ <relativePath>../pom.xml</relativePath>
29
+ <version>1.9.4</version>
30
+ </parent>
31
+ <modelVersion>4.0.0</modelVersion>
32
+ <url>http://ant.apache.org/</url>
33
+ <groupId>org.apache.ant</groupId>
34
+ <artifactId>ant-apache-xalan2</artifactId>
35
+ <version>1.9.4</version>
36
+ <name>Apache Ant + Xalan 2</name>
37
+ <description>contains Xalan2-specific features</description>
38
+ <dependencies>
39
+ <dependency>
40
+ <groupId>org.apache.ant</groupId>
41
+ <artifactId>ant</artifactId>
42
+ <version>1.9.4</version>
43
+ <scope>compile</scope>
44
+ </dependency>
45
+ <dependency>
46
+ <groupId>xalan</groupId>
47
+ <artifactId>xalan</artifactId>
48
+ <version>2.7.1</version>
49
+ <scope>compile</scope>
50
+ </dependency>
51
+ </dependencies>
52
+ <build>
53
+ <plugins>
54
+ <plugin>
55
+ <artifactId>maven-antrun-plugin</artifactId>
56
+ <executions>
57
+ <execution>
58
+ <id>create-timestamp-file</id>
59
+ <phase>generate-resources</phase>
60
+ <goals>
61
+ <goal>run</goal>
62
+ </goals>
63
+ <configuration>
64
+ <tasks>
65
+ <mkdir dir="${project.build.outputDirectory}"/>
66
+ <copy todir="${project.build.outputDirectory}/org/apache/tools/ant/taskdefs/optional/junit/xsl">
67
+ <fileset dir="${project.build.sourceDirectory}/../etc">
68
+ <include name="junit-frames.xsl"/>
69
+ <include name="junit-noframes.xsl"/>
70
+ </fileset>
71
+ </copy>
72
+ </tasks>
73
+ </configuration>
74
+ </execution>
75
+
76
+ </executions>
77
+ </plugin>
78
+ <plugin>
79
+ <groupId>org.apache.maven.plugins</groupId>
80
+ <artifactId>maven-compiler-plugin</artifactId>
81
+ <configuration>
82
+ <includes>
83
+ <include>org/apache/tools/ant/taskdefs/optional/Xalan2TraceSupport*</include>
84
+ </includes>
85
+ </configuration>
86
+ </plugin>
87
+ </plugins>
88
+ <sourceDirectory>../../../../src/main</sourceDirectory>
89
+ <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
90
+ <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
91
+ <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
92
+ <directory>../../../../target/${project.artifactId}</directory>
93
+ </build>
94
+ </project>
@@ -0,0 +1,70 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ contributor license agreements. See the NOTICE file distributed with
5
+ this work for additional information regarding copyright ownership.
6
+ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ (the "License"); you may not use this file except in compliance with
8
+ the License. You may obtain a copy of the License at
9
+
10
+ http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+ Unless required by applicable law or agreed to in writing, software
13
+ distributed under the License is distributed on an "AS IS" BASIS,
14
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ See the License for the specific language governing permissions and
16
+ limitations under the License.
17
+ -->
18
+ <!--
19
+ This POM has been created manually by the Ant Development Team.
20
+ Please contact us if you are not satisfied with the data contained in this POM.
21
+ URL : http://ant.apache.org
22
+ -->
23
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
25
+ <parent>
26
+ <groupId>org.apache.ant</groupId>
27
+ <artifactId>ant-parent</artifactId>
28
+ <relativePath>../pom.xml</relativePath>
29
+ <version>1.9.4</version>
30
+ </parent>
31
+ <modelVersion>4.0.0</modelVersion>
32
+ <url>http://ant.apache.org/</url>
33
+ <groupId>org.apache.ant</groupId>
34
+ <artifactId>ant-commons-logging</artifactId>
35
+ <version>1.9.4</version>
36
+ <name>Apache Ant + Commons Logging</name>
37
+ <description>Ant Listener based on commons-logging</description>
38
+ <dependencies>
39
+ <dependency>
40
+ <groupId>org.apache.ant</groupId>
41
+ <artifactId>ant</artifactId>
42
+ <version>1.9.4</version>
43
+ <scope>compile</scope>
44
+ </dependency>
45
+ <dependency>
46
+ <groupId>commons-logging</groupId>
47
+ <artifactId>commons-logging-api</artifactId>
48
+ <version>1.0.4</version>
49
+ <scope>compile</scope>
50
+ </dependency>
51
+ </dependencies>
52
+ <build>
53
+ <plugins>
54
+ <plugin>
55
+ <groupId>org.apache.maven.plugins</groupId>
56
+ <artifactId>maven-compiler-plugin</artifactId>
57
+ <configuration>
58
+ <includes>
59
+ <include>org/apache/tools/ant/listener/CommonsLoggingListener*</include>
60
+ </includes>
61
+ </configuration>
62
+ </plugin>
63
+ </plugins>
64
+ <sourceDirectory>../../../../src/main</sourceDirectory>
65
+ <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
66
+ <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
67
+ <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
68
+ <directory>../../../../target/${project.artifactId}</directory>
69
+ </build>
70
+ </project>
@@ -0,0 +1,75 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ contributor license agreements. See the NOTICE file distributed with
5
+ this work for additional information regarding copyright ownership.
6
+ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ (the "License"); you may not use this file except in compliance with
8
+ the License. You may obtain a copy of the License at
9
+
10
+ http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+ Unless required by applicable law or agreed to in writing, software
13
+ distributed under the License is distributed on an "AS IS" BASIS,
14
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ See the License for the specific language governing permissions and
16
+ limitations under the License.
17
+ -->
18
+ <!--
19
+ This POM has been created manually by the Ant Development Team.
20
+ Please contact us if you are not satisfied with the data contained in this POM.
21
+ URL : http://ant.apache.org
22
+ -->
23
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
25
+ <parent>
26
+ <groupId>org.apache.ant</groupId>
27
+ <artifactId>ant-parent</artifactId>
28
+ <relativePath>../pom.xml</relativePath>
29
+ <version>1.9.4</version>
30
+ </parent>
31
+ <modelVersion>4.0.0</modelVersion>
32
+ <url>http://ant.apache.org/</url>
33
+ <groupId>org.apache.ant</groupId>
34
+ <artifactId>ant-commons-net</artifactId>
35
+ <version>1.9.4</version>
36
+ <name>Apache Ant + Commons Net</name>
37
+ <description>ftp, rexec and telnet tasks</description>
38
+ <dependencies>
39
+ <dependency>
40
+ <groupId>org.apache.ant</groupId>
41
+ <artifactId>ant</artifactId>
42
+ <version>1.9.4</version>
43
+ <scope>compile</scope>
44
+ </dependency>
45
+ <dependency>
46
+ <groupId>commons-net</groupId>
47
+ <artifactId>commons-net</artifactId>
48
+ <version>1.4.0</version>
49
+ <scope>compile</scope>
50
+ </dependency>
51
+ </dependencies>
52
+ <build>
53
+ <plugins>
54
+ <plugin>
55
+ <groupId>org.apache.maven.plugins</groupId>
56
+ <artifactId>maven-compiler-plugin</artifactId>
57
+ <configuration>
58
+ <includes>
59
+ <include>org/apache/tools/ant/taskdefs/optional/net/FTP*</include>
60
+ <include>org/apache/tools/ant/taskdefs/optional/net/RExec*</include>
61
+ <include>org/apache/tools/ant/taskdefs/optional/net/TelnetTask*</include>
62
+ </includes>
63
+ <testIncludes>
64
+ <include>org/apache/tools/ant/taskdefs/optional/net/FTP*</include>
65
+ </testIncludes>
66
+ </configuration>
67
+ </plugin>
68
+ </plugins>
69
+ <sourceDirectory>../../../../src/main</sourceDirectory>
70
+ <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
71
+ <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
72
+ <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
73
+ <directory>../../../../target/${project.artifactId}</directory>
74
+ </build>
75
+ </project>
@@ -0,0 +1,85 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ Licensed to the Apache Software Foundation (ASF) under one or more
4
+ contributor license agreements. See the NOTICE file distributed with
5
+ this work for additional information regarding copyright ownership.
6
+ The ASF licenses this file to You under the Apache License, Version 2.0
7
+ (the "License"); you may not use this file except in compliance with
8
+ the License. You may obtain a copy of the License at
9
+
10
+ http://www.apache.org/licenses/LICENSE-2.0
11
+
12
+ Unless required by applicable law or agreed to in writing, software
13
+ distributed under the License is distributed on an "AS IS" BASIS,
14
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ See the License for the specific language governing permissions and
16
+ limitations under the License.
17
+ -->
18
+ <!--
19
+ This POM has been created manually by the Ant Development Team.
20
+ Please contact us if you are not satisfied with the data contained in this POM.
21
+ URL : http://ant.apache.org
22
+ -->
23
+ <project xmlns="http://maven.apache.org/POM/4.0.0"
24
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26
+ <parent>
27
+ <groupId>org.apache.ant</groupId>
28
+ <artifactId>ant-parent</artifactId>
29
+ <relativePath>../pom.xml</relativePath>
30
+ <version>1.9.4</version>
31
+ </parent>
32
+ <modelVersion>4.0.0</modelVersion>
33
+ <url>http://ant.apache.org/</url>
34
+ <groupId>org.apache.ant</groupId>
35
+ <artifactId>ant-jai</artifactId>
36
+ <version>1.9.4</version>
37
+ <name>Apache Ant + JAI</name>
38
+ <description>image task and corresponding types.
39
+ </description>
40
+ <dependencies>
41
+ <dependency>
42
+ <groupId>org.apache.ant</groupId>
43
+ <artifactId>ant</artifactId>
44
+ <version>1.9.4</version>
45
+ <scope>compile</scope>
46
+ </dependency>
47
+ <dependency>
48
+ <groupId>javax.media</groupId>
49
+ <artifactId>jai-core</artifactId>
50
+ <version>1.1.3</version>
51
+ </dependency>
52
+ <dependency>
53
+ <groupId>com.sun.media</groupId>
54
+ <artifactId>jai-codec</artifactId>
55
+ <version>1.1.3</version>
56
+ </dependency>
57
+ </dependencies>
58
+ <!-- Central has javax.media:jai-core:1.1.3 but only com.sun.media:jai-codec:1.1.2_01 -->
59
+ <repositories>
60
+ <repository>
61
+ <id>jboss</id>
62
+ <name>JBoss</name>
63
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
64
+ </repository>
65
+ </repositories>
66
+ <build>
67
+ <plugins>
68
+ <plugin>
69
+ <groupId>org.apache.maven.plugins</groupId>
70
+ <artifactId>maven-compiler-plugin</artifactId>
71
+ <configuration>
72
+ <includes>
73
+ <include>org/apache/tools/ant/taskdefs/optional/image/*</include>
74
+ <include>org/apache/tools/ant/types/optional/image/*</include>
75
+ </includes>
76
+ </configuration>
77
+ </plugin>
78
+ </plugins>
79
+ <sourceDirectory>../../../../src/main</sourceDirectory>
80
+ <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
81
+ <outputDirectory>../../../../target/${project.artifactId}/classes</outputDirectory>
82
+ <testOutputDirectory>../../../../target/${project.artifactId}/testcases</testOutputDirectory>
83
+ <directory>../../../../target/${project.artifactId}</directory>
84
+ </build>
85
+ </project>