]> git.argeo.org Git - gpl/argeo-slc.git/blob - runtime/org.argeo.slc.server/pom.xml
git-svn-id: https://svn.argeo.org/slc/trunk@2483 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
[gpl/argeo-slc.git] / runtime / org.argeo.slc.server / pom.xml
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 <parent>
4 <groupId>org.argeo.slc.runtime</groupId>
5 <artifactId>argeo-slc-runtime</artifactId>
6 <version>0.11.4-SNAPSHOT</version>
7 <relativePath>..</relativePath>
8 </parent>
9 <artifactId>org.argeo.slc.server</artifactId>
10 <name>Argeo SLC Server</name>
11 <description>SLC Server</description>
12 <build>
13 <plugins>
14 <!-- Look to parent pom for inheritances -->
15 <plugin>
16 <groupId>org.apache.maven.plugins</groupId>
17 <artifactId>maven-compiler-plugin</artifactId>
18 </plugin>
19 <plugin>
20 <groupId>org.apache.maven.plugins</groupId>
21 <artifactId>maven-source-plugin</artifactId>
22 </plugin>
23 <plugin>
24 <groupId>org.apache.maven.plugins</groupId>
25 <artifactId>maven-jar-plugin</artifactId>
26 <!--
27 <executions>
28 <execution>
29 <goals>
30 <goal>test-jar</goal>
31 </goals>
32 </execution>
33 </executions>
34 -->
35 </plugin>
36 <plugin>
37 <groupId>org.apache.felix</groupId>
38 <artifactId>maven-bundle-plugin</artifactId>
39 <version>${version.maven-bundle-plugin}</version>
40 <configuration>
41 <instructions>
42 <Export-Package>
43 org.argeo.slc.*,org.argeo.slc.server,org.argeo.slc.server.spring
44 </Export-Package>
45 <Import-Package>org.w3c.dom;version="0.0.0",javax.xml.*;version="0.0.0",org.argeo.slc.activemq,org.argeo.slc.execution,*</Import-Package>
46 </instructions>
47 </configuration>
48 </plugin>
49 <plugin>
50 <groupId>org.mortbay.jetty</groupId>
51 <artifactId>maven-jetty-plugin</artifactId>
52 <configuration>
53 <webAppSourceDirectory>
54 ../../org.argeo.slc.webapp/src/main/webapp
55 </webAppSourceDirectory>
56 <jettyConfig>
57 ../../org.argeo.slc.webapp/src/main/config/jetty/jetty-test-local.xml
58 </jettyConfig>
59 <webDefaultXml>../../org.argeo.slc.webapp/src/main/config/jetty/webdefault.xml</webDefaultXml>
60 <systemProperties>
61 <systemProperty>
62 <name>activemq.base</name>
63 <value>${user.home}/share/apache-activemq-5.2.0</value>
64 </systemProperty>
65 </systemProperties>
66 </configuration>
67 </plugin>
68 </plugins>
69 </build>
70 <dependencies>
71 <!-- SLC -->
72 <dependency>
73 <groupId>org.argeo.slc.runtime</groupId>
74 <artifactId>org.argeo.slc.support.hibernate</artifactId>
75 </dependency>
76 <dependency>
77 <groupId>org.argeo.slc.runtime</groupId>
78 <artifactId>org.argeo.slc.support.castor</artifactId>
79 </dependency>
80 <dependency>
81 <groupId>org.argeo.slc.runtime</groupId>
82 <artifactId>org.argeo.slc.support.activemq</artifactId>
83 </dependency>
84
85 <!-- Spring -->
86 <!--
87 <dependency> <groupId>org.springframework.ws</groupId>
88 <artifactId>org.springframework.ws</artifactId> </dependency>
89 -->
90 <dependency>
91 <groupId>org.springframework</groupId>
92 <artifactId>org.springframework.web.servlet</artifactId>
93 </dependency>
94 <dependency>
95 <groupId>org.springframework</groupId>
96 <artifactId>org.springframework.aop</artifactId>
97 </dependency>
98
99 <!-- J2EE -->
100 <dependency>
101 <groupId>javax.servlet</groupId>
102 <artifactId>
103 com.springsource.javax.servlet.jsp.jstl
104 </artifactId>
105 </dependency>
106 <dependency>
107 <groupId>org.apache.taglibs</groupId>
108 <artifactId>
109 com.springsource.org.apache.taglibs.standard
110 </artifactId>
111 </dependency>
112 <dependency>
113 <groupId>javax.servlet</groupId>
114 <artifactId>com.springsource.javax.servlet</artifactId>
115 </dependency>
116 <dependency>
117 <groupId>javax.wsdl</groupId>
118 <artifactId>com.springsource.javax.wsdl</artifactId>
119 </dependency>
120
121 <dependency>
122 <groupId>javax.servlet</groupId>
123 <artifactId>com.springsource.javax.servlet.jsp</artifactId>
124 </dependency>
125 <dependency>
126 <groupId>javax.el</groupId>
127 <artifactId>com.springsource.javax.el</artifactId>
128 </dependency>
129 <dependency>
130 <groupId>javax.servlet</groupId>
131 <artifactId>com.springsource.javax.servlet.jsp.jstl</artifactId>
132 </dependency>
133 <dependency>
134 <groupId>org.apache.taglibs</groupId>
135 <artifactId>com.springsource.org.apache.taglibs.standard</artifactId>
136 </dependency>
137
138 <!-- Various -->
139 <dependency>
140 <groupId>org.aspectj</groupId>
141 <artifactId>com.springsource.org.aspectj.weaver</artifactId>
142 </dependency>
143 <dependency>
144 <groupId>net.sourceforge.jexcelapi</groupId>
145 <artifactId>com.springsource.jxl</artifactId>
146 </dependency>
147 <dependency>
148 <groupId>com.lowagie.text</groupId>
149 <artifactId>com.springsource.com.lowagie.text</artifactId>
150 </dependency>
151
152 <!-- Required in JDK 1.5 -->
153 <dependency>
154 <groupId>com.sun.xml</groupId>
155 <artifactId>
156 com.springsource.com.sun.xml.messaging.saaj
157 </artifactId>
158 </dependency>
159
160 </dependencies>
161 </project>