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

pom.xml 6.1 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!--
  17. This POM has been created manually by the Ant Development Team.
  18. Please contact us if you are not satisfied with the data contained in this POM.
  19. URL : http://ant.apache.org
  20. -->
  21. <project xmlns="http://maven.apache.org/POM/4.0.0"
  22. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  23. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  24. <parent>
  25. <groupId>org.apache.ant</groupId>
  26. <artifactId>ant-parent</artifactId>
  27. <relativePath>../pom.xml</relativePath>
  28. <version>1.7.1-SNAPSHOT</version>
  29. </parent>
  30. <modelVersion>4.0.0</modelVersion>
  31. <groupId>org.apache.ant</groupId>
  32. <artifactId>ant-nodeps</artifactId>
  33. <version>1.7.1-SNAPSHOT</version>
  34. <description>contains all the optional tasks and types which do not have particular dependencies</description>
  35. <dependencies>
  36. <dependency>
  37. <groupId>org.apache.ant</groupId>
  38. <artifactId>ant</artifactId>
  39. <version>1.7.1-SNAPSHOT</version>
  40. <scope>compile</scope>
  41. </dependency>
  42. <dependency>
  43. <!-- the implementation jar of the xerces jar will be used by ant to parse
  44. XML files, particularly the build files, if the JDK does not provide a parser
  45. xercesImpl.jar is provided with ant -->
  46. <groupId>xerces</groupId>
  47. <artifactId>xercesImpl</artifactId>
  48. <version>2.9.0</version>
  49. <optional>true</optional>
  50. <scope>runtime</scope>
  51. </dependency>
  52. <dependency>
  53. <!-- xml-apis contains the org.w3c.dom package
  54. since ant is using DOM APIS to parse the XML build file and do other XML related activities
  55. xml-apis is a compile time dependency
  56. a version of xml-apis.jar is delivered with ant -->
  57. <groupId>xml-apis</groupId>
  58. <artifactId>xml-apis</artifactId>
  59. <version>1.3.04</version>
  60. <optional>true</optional>
  61. <scope>compile</scope>
  62. </dependency>
  63. </dependencies>
  64. <build>
  65. <plugins>
  66. <plugin>
  67. <groupId>org.apache.maven.plugins</groupId>
  68. <artifactId>maven-compiler-plugin</artifactId>
  69. <configuration>
  70. <source>1.2</source>
  71. <target>1.2</target>
  72. <includes>
  73. <include>org/apache/tools/ant/taskdefs/optional/**</include>
  74. <include>org/apache/tools/ant/types/optional/**</include>
  75. <include>org/apache/tools/ant/util/depend/*</include>
  76. <include>org/apache/tools/ant/util/optional/**</include>
  77. <include>org/apache/tools/ant/util/java15/**</include>
  78. <include>org/apache/tools/ant/util/regexp/Jdk14Regexp*</include>
  79. </includes>
  80. <excludes>
  81. <exclude>org/apache/tools/ant/taskdefs/optional/TraXLiaison*</exclude>
  82. <exclude>org/apache/tools/ant/taskdefs/optional/junit/**</exclude>
  83. <exclude>org/apache/tools/ant/taskdefs/optional/perforce/**</exclude>
  84. <exclude>org/apache/tools/ant/taskdefs/optional/Script*</exclude>
  85. <exclude>org/apache/tools/ant/taskdefs/optional/script/**</exclude>
  86. <exclude>org/apache/tools/ant/util/optional/Script*</exclude>
  87. <exclude>org/apache/tools/ant/types/optional/*Script*</exclude>
  88. <exclude>org/apache/tools/ant/taskdefs/optional/StyleBook*</exclude>
  89. <exclude>org/apache/tools/ant/taskdefs/optional/NetRexxC*</exclude>
  90. <exclude>org/apache/tools/ant/taskdefs/optional/ejb/Ejbc*</exclude>
  91. <exclude>org/apache/tools/ant/taskdefs/optional/ejb/DDCreator*</exclude>
  92. <exclude>org/apache/tools/ant/taskdefs/optional/ejb/WLRun*</exclude>
  93. <exclude>org/apache/tools/ant/taskdefs/optional/ejb/WLStop*</exclude>
  94. <exclude>org/apache/tools/ant/taskdefs/optional/net/Telnet*</exclude>
  95. <exclude>org/apache/tools/ant/taskdefs/optional/net/FTP*</exclude>
  96. <exclude>org/apache/tools/ant/taskdefs/optional/net/RExec*</exclude>
  97. <exclude>org/apache/tools/ant/taskdefs/optional/scm/AntStarTeam*</exclude>
  98. <exclude>org/apache/tools/ant/taskdefs/optional/starteam/*</exclude>
  99. <exclude>org/apache/tools/ant/taskdefs/optional/ANTLR*</exclude>
  100. <exclude>org/apache/tools/ant/taskdefs/optional/sound/*</exclude>
  101. <exclude>org/apache/tools/ant/taskdefs/optional/image/*</exclude>
  102. <exclude>org/apache/tools/ant/types/optional/image/*</exclude>
  103. <exclude>org/apache/tools/ant/taskdefs/optional/jdepend/*</exclude>
  104. <exclude>org/apache/tools/ant/taskdefs/optional/splash/*</exclude>
  105. <exclude>org/apache/tools/ant/taskdefs/optional/ssh/*</exclude>
  106. </excludes>
  107. </configuration>
  108. </plugin>
  109. </plugins>
  110. <sourceDirectory>../../../../src/main</sourceDirectory>
  111. <testSourceDirectory>../../../../src/testcases</testSourceDirectory>
  112. <outputDirectory>../../../../target/ant-nodeps/classes</outputDirectory>
  113. <testOutputDirectory>../../../../target/ant-nodeps/testcases</testOutputDirectory>
  114. <directory>../../../../target/ant-nodeps</directory>
  115. </build>
  116. </project>