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

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