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 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  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>com.googlecode.gwtquery</groupId>
  5. <artifactId>gquery-archetype</artifactId>
  6. <version>1.5-SNAPSHOT</version>
  7. <packaging>maven-archetype</packaging>
  8. <name>GwtQuery Archetype</name>
  9. <parent>
  10. <groupId>org.sonatype.oss</groupId>
  11. <artifactId>oss-parent</artifactId>
  12. <version>3</version>
  13. </parent>
  14. <description>This archetype generates a GWT project with all set to use GwtQuery and its plugins.</description>
  15. <scm>
  16. <connection>scm:git:https://code.google.com/p/gwtquery/</connection>
  17. <developerConnection>scm:git:git@github.com:gwtquery/gwtquery.git</developerConnection>
  18. <url>http://code.google.com/p/gwtquery/source/browse/</url>
  19. </scm>
  20. <developers>
  21. <developer>
  22. <id>manolo</id>
  23. <name>Manuel Carrasco Moñino</name>
  24. <email>manolo@apache.org</email>
  25. <organization>ASF</organization>
  26. <roles>
  27. <role>Owner</role>
  28. <role>Developer</role>
  29. </roles>
  30. </developer>
  31. </developers>
  32. <build>
  33. <extensions>
  34. <extension>
  35. <groupId>org.apache.maven.archetype</groupId>
  36. <artifactId>archetype-packaging</artifactId>
  37. <version>2.0-alpha-5</version>
  38. </extension>
  39. </extensions>
  40. <pluginManagement>
  41. <plugins>
  42. <plugin>
  43. <artifactId>maven-archetype-plugin</artifactId>
  44. <version>2.0-alpha-5</version>
  45. <extensions>true</extensions>
  46. </plugin>
  47. </plugins>
  48. </pluginManagement>
  49. <plugins>
  50. </plugins>
  51. </build>
  52. </project>