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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>com.googlecode.gwtquery</groupId>
  6. <artifactId>gwtquery-project</artifactId>
  7. <packaging>pom</packaging>
  8. <version>1.0.0-SNAPSHOT</version>
  9. <name>Gwt Query Project</name>
  10. <url>http://gwtquery.com</url>
  11. <description>GwtQuery is a jQuery clone written in GWT.</description>
  12. <issueManagement>
  13. <system>Google Code</system>
  14. <url>http://code.google.com/p/gwtquery/issues/list</url>
  15. </issueManagement>
  16. <parent>
  17. <groupId>org.sonatype.oss</groupId>
  18. <artifactId>oss-parent</artifactId>
  19. <version>3</version>
  20. </parent>
  21. <developers>
  22. <developer>
  23. <id>ray</id>
  24. <name>Ray Cromwell</name>
  25. <email>ray@timefire.com</email>
  26. <roles>
  27. <role>Project Manager</role>
  28. <role>Architect</role>
  29. </roles>
  30. <organization>Timefire.com</organization>
  31. <timezone>-8</timezone>
  32. </developer>
  33. <developer>
  34. <id>manolo</id>
  35. <name>Manuel Carrasco Moñino</name>
  36. <email>manolo@apache.org</email>
  37. <organization>ASF</organization>
  38. <roles>
  39. <role>Developer</role>
  40. </roles>
  41. </developer>
  42. </developers>
  43. <scm>
  44. <connection>scm:svn:http://gwtquery.googlecode.com/svn/trunk
  45. </connection>
  46. <developerConnection>scm:svn:https://gwtquery.googlecode.com/svn/trunk
  47. </developerConnection>
  48. <url>http://code.google.com/p/gwtquery/source/browse/trunk</url>
  49. </scm>
  50. <modules>
  51. <module>gwtquery-core</module>
  52. <!-- <module>plugins</module> -->
  53. <!-- <module>samples</module> -->
  54. <!-- <module>devtest</module> -->
  55. </modules>
  56. <distributionManagement>
  57. <!--
  58. <repository>
  59. <uniqueVersion>false</uniqueVersion>
  60. <id>timepedia-deploy</id>
  61. <url>svn:https://gwt-chronoscope.googlecode.com/svn/mavenrepo/</url>
  62. </repository>
  63. -->
  64. <repository>
  65. <uniqueVersion>false</uniqueVersion>
  66. <id>googlecode</id>
  67. <url>svn:https://gwtquery.googlecode.com/svn/mavenrepo/</url>
  68. </repository>
  69. <!--
  70. <snapshotRepository>
  71. <uniqueVersion>false</uniqueVersion>
  72. <id>googlecode</id>
  73. <url>svn:https://gwtquery.googlecode.com/svn/mavenrepo/</url>
  74. </snapshotRepository>
  75. <snapshotRepository>
  76. <uniqueVersion>false</uniqueVersion>
  77. <id>localfolder</id>
  78. <url>file:mavenrepo</url>
  79. </snapshotRepository>
  80. -->
  81. </distributionManagement>
  82. <pluginRepositories>
  83. <pluginRepository>
  84. <id>gcupload</id>
  85. <name>Repository for gcupload plugin</name>
  86. <url>http://gwtupload.googlecode.com/svn/mavenrepo</url>
  87. </pluginRepository>
  88. </pluginRepositories>
  89. <build>
  90. <pluginManagement>
  91. <plugins>
  92. <plugin>
  93. <groupId>org.apache.maven.plugins</groupId>
  94. <artifactId>maven-pmd-plugin</artifactId>
  95. <configuration>
  96. <targetJdk>1.5</targetJdk>
  97. </configuration>
  98. </plugin>
  99. </plugins>
  100. </pluginManagement>
  101. <plugins>
  102. <plugin>
  103. <groupId>org.apache.maven.plugins</groupId>
  104. <artifactId>maven-release-plugin</artifactId>
  105. <configuration>
  106. <tagBase>
  107. https://gwtquery.googlecode.com/svn/tags
  108. </tagBase>
  109. <preparationGoals>clean install</preparationGoals>
  110. </configuration>
  111. </plugin>
  112. <plugin>
  113. <groupId>org.apache.maven.plugins</groupId>
  114. <artifactId>maven-compiler-plugin</artifactId>
  115. <configuration>
  116. <source>1.5</source>
  117. <target>1.5</target>
  118. </configuration>
  119. </plugin>
  120. </plugins>
  121. <extensions>
  122. <extension>
  123. <groupId>org.jvnet.wagon-svn</groupId>
  124. <artifactId>wagon-svn</artifactId>
  125. <version>1.8</version>
  126. </extension>
  127. </extensions>
  128. </build>
  129. <reporting>
  130. <plugins>
  131. <plugin>
  132. <groupId>org.codehaus.mojo</groupId>
  133. <artifactId>changelog-maven-plugin</artifactId>
  134. </plugin>
  135. <plugin>
  136. <groupId>org.apache.maven.plugins</groupId>
  137. <artifactId>maven-javadoc-plugin</artifactId>
  138. </plugin>
  139. <plugin>
  140. <groupId>org.apache.maven.plugins</groupId>
  141. <artifactId>maven-jxr-plugin</artifactId>
  142. <configuration>
  143. <aggregate>true</aggregate>
  144. </configuration>
  145. </plugin>
  146. </plugins>
  147. </reporting>
  148. <repositories>
  149. <repository>
  150. <id>timepedia</id>
  151. <url>http://gwt-chronoscope.googlecode.com/svn/mavenrepo/</url>
  152. </repository>
  153. <repository>
  154. <id>maven2-repository.dev.java.net</id>
  155. <name>Java.net Repository for Maven</name>
  156. <url>http://download.java.net/maven/2/</url>
  157. </repository>
  158. </repositories>
  159. <properties>
  160. <gwtversion>2.0.4</gwtversion>
  161. <gwt.loglevel>INFO</gwt.loglevel>
  162. <gwt.outputstyle>PRETTY</gwt.outputstyle>
  163. <gwt.modulesuffix></gwt.modulesuffix>
  164. </properties>
  165. <profiles>
  166. <profile>
  167. <id>dev</id>
  168. <properties>
  169. <gwtversion>2.0.4</gwtversion>
  170. <gwt.loglevel>WARN</gwt.loglevel>
  171. <gwt.modulesuffix>Dev</gwt.modulesuffix>
  172. <gwt.outputstyle>PRETTY</gwt.outputstyle>
  173. </properties>
  174. </profile>
  175. <profile>
  176. <id>prod</id>
  177. <properties>
  178. <gwtversion>2.0.4</gwtversion>
  179. <gwt.loglevel>ERROR</gwt.loglevel>
  180. <gwt.outputstyle>OBF</gwt.outputstyle>
  181. <gwt.modulesuffix></gwt.modulesuffix>
  182. </properties>
  183. </profile>
  184. </profiles>
  185. </project>