yourkit profiler
[cdmlib.git] / cdmlib-remote / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <!--
5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
6 -->
7 <parent>
8 <groupId>eu.etaxonomy</groupId>
9 <artifactId>cdmlib-parent</artifactId>
10 <version>2.1</version>
11 </parent>
12
13 <modelVersion>4.0.0</modelVersion>
14 <artifactId>cdmlib-remote</artifactId>
15 <packaging>war</packaging>
16 <name>CDM Community Server</name>
17 <description>The EDIT CDM Community Server allows remote access to the common data model via webservices in the wider sense</description>
18 <scm>
19 <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/</connection>
20 <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/</developerConnection>
21 <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-remote/</url>
22 </scm>
23
24 <dependencies>
25 <dependency>
26 <groupId>eu.etaxonomy</groupId>
27 <artifactId>cdmlib-ext</artifactId>
28 </dependency>
29 <dependency>
30 <groupId>eu.etaxonomy</groupId>
31 <artifactId>cdmlib-persistence</artifactId>
32 </dependency>
33 <dependency>
34 <groupId>eu.etaxonomy</groupId>
35 <artifactId>cdmlib-model</artifactId>
36 </dependency>
37 <dependency>
38 <groupId>eu.etaxonomy</groupId>
39 <artifactId>cdmlib-services</artifactId>
40 </dependency>
41 <dependency>
42 <groupId>javax.servlet</groupId>
43 <artifactId>servlet-api</artifactId>
44 <scope>provided</scope>
45 </dependency>
46 <dependency>
47 <groupId>org.springframework</groupId>
48 <artifactId>spring-webmvc</artifactId>
49 </dependency>
50 <dependency>
51 <groupId>org.springframework</groupId>
52 <artifactId>spring-web</artifactId>
53 </dependency>
54 <dependency>
55 <groupId>com.ibm.lsid</groupId>
56 <artifactId>lsid-server</artifactId>
57 </dependency>
58 <dependency>
59 <groupId>com.ibm.lsid</groupId>
60 <artifactId>lsid-client</artifactId>
61 </dependency>
62 <dependency>
63 <groupId>org.easymock</groupId>
64 <artifactId>easymock</artifactId>
65 </dependency>
66 <dependency>
67 <groupId>xmlunit</groupId>
68 <artifactId>xmlunit</artifactId>
69 </dependency>
70 <dependency>
71 <groupId>org.springframework</groupId>
72 <artifactId>spring-test</artifactId>
73 </dependency>
74 <dependency>
75 <groupId>net.sf.dozer</groupId>
76 <artifactId>dozer</artifactId>
77 </dependency>
78 <dependency>
79 <groupId>joda-time</groupId>
80 <artifactId>joda-time</artifactId>
81 </dependency>
82 <dependency>
83 <groupId>org.hibernate</groupId>
84 <artifactId>hibernate-cglib-repack</artifactId>
85 </dependency>
86 <dependency>
87 <groupId>org.hibernate</groupId>
88 <artifactId>hibernate-core</artifactId>
89 </dependency>
90 <dependency>
91 <groupId>commons-io</groupId>
92 <artifactId>commons-io</artifactId>
93 </dependency>
94 <!-- JsonView -->
95 <dependency>
96 <groupId>net.sf.json-lib</groupId>
97 <artifactId>json-lib</artifactId>
98 <version>2.2.3</version>
99 <classifier>jdk15</classifier>
100 </dependency>
101 <dependency>
102 <groupId>org.springframework.ws</groupId>
103 <artifactId>spring-oxm-tiger</artifactId>
104 <version>1.5.0</version>
105 </dependency>
106
107 <!-- XmlView -->
108 <dependency>
109 <groupId>com.thoughtworks.xstream</groupId>
110 <artifactId>xstream</artifactId>
111 </dependency>
112 <dependency>
113 <groupId>xpp3</groupId>
114 <artifactId>xpp3</artifactId>
115 </dependency>
116 <dependency>
117 <groupId>stax</groupId>
118 <artifactId>stax</artifactId>
119 </dependency>
120
121 <!-- JSP TAG LIBS -->
122 <dependency>
123 <groupId>taglibs</groupId>
124 <artifactId>standard</artifactId>
125 <version>1.1.2</version>
126 </dependency>
127 <dependency>
128 <groupId>taglibs</groupId>
129 <artifactId>x</artifactId>
130 <version>1.1.2</version>
131 <type>tld</type>
132 </dependency>
133
134 <!-- SQL Profiling -->
135 <dependency>
136 <groupId>p6spy</groupId>
137 <artifactId>p6spy</artifactId>
138 <version>1.3</version>
139 </dependency>
140 </dependencies>
141
142 <build>
143 <!-- Configure the webapp -->
144 <finalName>cdmserver</finalName>
145 <!--
146 <finalName>cdmserver-cichorieae</finalName>
147 <finalName>cdmserver-palmae</finalName>
148 <finalName>cdmserver-diptera</finalName>
149 <finalName>cdmserver</finalName>
150 <finalName>cdmserver-elsalvador</finalName>
151 <finalName>cdmserver-erms</finalName>
152 -->
153 <plugins>
154 <plugin><!--use mvn tomcat:deploy -->
155 <groupId>org.codehaus.mojo</groupId>
156 <artifactId>tomcat-maven-plugin</artifactId>
157 <configuration>
158
159 <!--Uncomment tomcat to deploy to-->
160 <!-- current production -->
161 <!-- <update>true</update>-->
162 <!-- <server>tomcat-edit</server>-->
163 <!-- <url>http://search.biocase.org:8080/manager</url>-->
164
165 <!-- remote testing-->
166 <update>true</update>
167 <server>tomcat-cdm</server>
168 <url>http://160.45.63.201:8080/manager</url>
169
170 <!-- <server>tomcat-local</server>-->
171 </configuration>
172 </plugin>
173
174 <plugin><!--
175 to run use:
176 mvn jetty:run
177
178 for debugging:
179 export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n"
180 mvn jetty:run
181
182 for faster startup offline mode & skip tests:
183 mvn -o -Dmaven.test.skip=true jetty:run-war
184
185 an eclipse plugin to start/restart/stop jetty6
186 http://dbpowder.sourceforge.net/etc/jettylauncher6/updates/
187
188 see also:
189 http://docs.codehaus.org/display/JETTY/Debugging+with+the+Maven+Jetty+Plugin+inside+Eclipse
190 http://mahertb.blogspot.com/2006/08/debugging-maven-web-application-with.html
191 -->
192 <groupId>org.mortbay.jetty</groupId>
193 <artifactId>maven-jetty-plugin</artifactId>
194 <configuration>
195 <!-- Configure the webapp -->
196 <contextPath>/cdmserver-cichorieae/</contextPath>
197 <!--
198 <contextPath>/cdmserver-palmae/</contextPath>
199 <contextPath>/cdmserver-diptera/</contextPath>
200 <contextPath>/cdmserver/</contextPath>
201 <contextPath>/cdmserver-elsalvador/</contextPath>
202 <contextPath>/cdmserver-erms/</contextPath>
203 -->
204 <!-- configure the container -->
205 <scanIntervalSeconds>0</scanIntervalSeconds>
206 <connectors>
207 <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
208 <port>8080</port>
209 <maxIdleTime>60000</maxIdleTime>
210 </connector>
211 </connectors>
212 <requestLog implementation="org.mortbay.jetty.NCSARequestLog">
213 <filename>target/request.log</filename>
214 <retainDays>30</retainDays>
215 <append>true</append>
216 <extended>false</extended>
217 <logTimeZone>GMT</logTimeZone>
218 </requestLog>
219 </configuration>
220 </plugin>
221 </plugins>
222 </build>
223
224 </project>
225