pom.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. 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>org.webjars</groupId>
  5. <artifactId>blue_theme</artifactId>
  6. <packaging>jar</packaging>
  7. <name>blue_theme</name>
  8. <url>http://webjars.org</url>
  9. <parent>
  10. <groupId>cn.com.taiji</groupId>
  11. <artifactId>cn.com.taiji.zyml</artifactId>
  12. <version>1.0.0</version>
  13. </parent>
  14. <dependencyManagement>
  15. <dependencies>
  16. <dependency>
  17. <groupId>org.sonatype.oss</groupId>
  18. <artifactId>oss-parent</artifactId>
  19. <version>7</version>
  20. <type>pom</type>
  21. <scope>import</scope>
  22. </dependency>
  23. </dependencies>
  24. </dependencyManagement>
  25. <dependencies>
  26. <dependency>
  27. <groupId>junit</groupId>
  28. <artifactId>junit</artifactId>
  29. <version>3.8.1</version>
  30. <scope>test</scope>
  31. </dependency>
  32. </dependencies>
  33. <licenses>
  34. <license>
  35. <name>Apache License, Version 2.0</name>
  36. <url>http://www.apache.org/licenses/LICENSE-2.0</url>
  37. <distribution>repo</distribution>
  38. </license>
  39. </licenses>
  40. <properties>
  41. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  42. <upstreamVersion>0.0.1</upstreamVersion>
  43. <destDir>${project.build.outputDirectory}/META-INF/resources/</destDir>
  44. </properties>
  45. <build>
  46. <plugins>
  47. <plugin>
  48. <groupId>org.codehaus.mojo</groupId>
  49. <artifactId>wagon-maven-plugin</artifactId>
  50. <version>1.0-beta-4</version>
  51. </plugin>
  52. <plugin>
  53. <groupId>org.apache.maven.plugins</groupId>
  54. <artifactId>maven-release-plugin</artifactId>
  55. </plugin>
  56. </plugins>
  57. <resources>
  58. <resource>
  59. <directory>${project.basedir}/src/main/resources</directory>
  60. <targetPath>${destDir}</targetPath>
  61. </resource>
  62. </resources>
  63. </build>
  64. <version>1.0.0</version>
  65. </project>