[text] ok

Viewer

  1. This XML file does not appear to have any style information associated with it. The document tree is shown below.
  2. <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/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>pl.edu.uph</groupId>
  5. <artifactId>XQueryWebApp</artifactId>
  6. <version>1.0-SNAPSHOT</version>
  7. <packaging>war</packaging>
  8. <name>XQueryWebApp Maven Webapp</name>
  9. <!--  FIXME change it to the project's website  -->
  10. <url>http://www.example.com</url>
  11. <properties>
  12. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  13. <maven.compiler.source>11</maven.compiler.source>
  14. <maven.compiler.target>11</maven.compiler.target>
  15. </properties>
  16. <dependencies>
  17. <dependency>
  18. <groupId>jakarta.servlet</groupId>
  19. <artifactId>jakarta.servlet-api</artifactId>
  20. <version>5.0.0</version>
  21. <scope>provided</scope>
  22. </dependency>
  23. <dependency>
  24. <groupId>junit</groupId>
  25. <artifactId>junit</artifactId>
  26. <version>4.11</version>
  27. <scope>test</scope>
  28. </dependency>
  29. <!--  https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE  -->
  30. <dependency>
  31. <groupId>net.sf.saxon</groupId>
  32. <artifactId>Saxon-HE</artifactId>
  33. <version>10.0</version>
  34. </dependency>
  35. <dependency>
  36. <groupId>net.sf.saxon</groupId>
  37. <artifactId>Saxon-HE</artifactId>
  38. <version>10.0</version>
  39. <classifier>xqj</classifier>
  40. </dependency>
  41. </dependencies>
  42. <build>
  43. <finalName>XQueryWebApp</finalName>
  44. <pluginManagement>
  45. <!--  lock down plugins versions to avoid using Maven defaults (may be moved to parent pom)  -->
  46. <plugins>
  47. <plugin>
  48. <artifactId>maven-clean-plugin</artifactId>
  49. <version>3.1.0</version>
  50. </plugin>
  51. <!--  see http://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_war_packaging  -->
  52. <plugin>
  53. <artifactId>maven-resources-plugin</artifactId>
  54. <version>3.0.2</version>
  55. </plugin>
  56. <plugin>
  57. <artifactId>maven-compiler-plugin</artifactId>
  58. <version>3.8.0</version>
  59. </plugin>
  60. <plugin>
  61. <artifactId>maven-surefire-plugin</artifactId>
  62. <version>2.22.1</version>
  63. </plugin>
  64. <plugin>
  65. <artifactId>maven-war-plugin</artifactId>
  66. <version>3.2.2</version>
  67. </plugin>
  68. <plugin>
  69. <artifactId>maven-install-plugin</artifactId>
  70. <version>2.5.2</version>
  71. </plugin>
  72. <plugin>
  73. <artifactId>maven-deploy-plugin</artifactId>
  74. <version>2.8.2</version>
  75. </plugin>
  76. </plugins>
  77. </pluginManagement>
  78. </build>
  79. </project>

Editor

You can edit this paste and save as new:


File Description
  • ok
  • Paste Code
  • 16 Apr-2024
  • 2.43 Kb
You can Share it: