]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc/pom.xml
7757c5d6475b216eb67aa8bc14bb326d7c2c51de
[gpl/argeo-slc.git] / org.argeo.slc / 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <modelVersion>4.0.0</modelVersion>
6 <groupId>org.argeo.slc</groupId>
7 <artifactId>argeo-slc</artifactId>
8 <packaging>pom</packaging>
9 <name>Argeo SLC</name>
10 <version>0.5.1-SNAPSHOT</version>
11 <description>SLC Distribution</description>
12 <url>
13 http://www.argeo.org/projects/slc/${project.artfactId}/${project.version}
14 </url>
15
16 <modules>
17 <module>../org.argeo.slc.core</module>
18 <module>../org.argeo.slc.example</module>
19 </modules>
20
21 <scm>
22 <connection>
23 scm:svn:https://www.argeo.org/svn/slc/trunk/org.argeo.slc
24 </connection>
25 <url>
26 https://www.argeo.org/svn/slc/trunk/org.argeo.slc
27 </url>
28 </scm>
29 <issueManagement>
30 <system>Bugzilla</system>
31 <url>https://www.argeo.org/bugzilla/</url>
32 </issueManagement>
33 <licenses>
34 <license>
35 <name>Apache 2</name>
36 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
37 <distribution>repo</distribution>
38 <comments>A business-friendly OSS license</comments>
39 </license>
40 </licenses>
41 <organization>
42 <name>Argeo</name>
43 <url>http://www.argeo.org</url>
44 </organization>
45 <developers>
46 <developer>
47 <id>mbaudier</id>
48 <name>Mathieu Baudier</name>
49 <email>mbaudier@argeo.org</email>
50 <organization>Argeo</organization>
51 <organizationUrl>http://www.argeo.org</organizationUrl>
52 <roles>
53 <role>architect</role>
54 <role>developer</role>
55 </roles>
56 <timezone>+1</timezone>
57 </developer>
58 </developers>
59 <build>
60 <plugins>
61 <plugin>
62 <groupId>org.apache.maven.plugins</groupId>
63 <artifactId>maven-compiler-plugin</artifactId>
64 <configuration>
65 <source>1.5</source>
66 <target>1.5</target>
67 </configuration>
68 </plugin>
69 <plugin>
70 <groupId>org.apache.maven.plugins</groupId>
71 <artifactId>maven-source-plugin</artifactId>
72 <executions>
73 <execution>
74 <id>attach-sources</id>
75 <phase>verify</phase>
76 <goals>
77 <goal>jar</goal>
78 </goals>
79 </execution>
80 </executions>
81 </plugin>
82 <plugin>
83 <groupId>org.apache.maven.plugins</groupId>
84 <artifactId>maven-javadoc-plugin</artifactId>
85 <executions>
86 <execution>
87 <id>attach-javadoc</id>
88 <phase>verify</phase>
89 <goals>
90 <goal>jar</goal>
91 </goals>
92 </execution>
93 </executions>
94 </plugin>
95 <plugin>
96 <groupId>org.apache.maven.plugins</groupId>
97 <artifactId>maven-site-plugin</artifactId>
98 <executions>
99 <execution>
100 <id>attach-javadoc</id>
101 <phase>verify</phase>
102 <goals>
103 <goal>jar</goal>
104 </goals>
105 </execution>
106 </executions>
107 </plugin>
108
109 <plugin>
110 <groupId>org.apache.maven.plugins</groupId>
111 <artifactId>maven-assembly-plugin</artifactId>
112 <inherited>false</inherited>
113 <configuration>
114 <descriptors>
115 <descriptor>
116 src/assembly/with-dependencies.xml
117 </descriptor>
118 </descriptors>
119 </configuration>
120 </plugin>
121 </plugins>
122 </build>
123 <reporting>
124 <plugins>
125 <plugin>
126 <groupId>org.apache.maven.plugins</groupId>
127 <artifactId>maven-surefire-report-plugin</artifactId>
128 </plugin>
129 <plugin>
130 <groupId>org.apache.maven.plugins</groupId>
131 <artifactId>maven-javadoc-plugin</artifactId>
132 </plugin>
133 <plugin>
134 <groupId>org.apache.maven.plugins</groupId>
135 <artifactId>maven-changelog-plugin</artifactId>
136 </plugin>
137 <plugin>
138 <groupId>org.codehaus.mojo</groupId>
139 <artifactId>cobertura-maven-plugin</artifactId>
140 </plugin>
141 </plugins>
142 </reporting>
143 <dependencyManagement>
144 <dependencies>
145 <dependency>
146 <groupId>javax.transaction</groupId>
147 <artifactId>jta</artifactId>
148 <version>1.0.1</version>
149 </dependency>
150 <dependency>
151 <groupId>org.dbunit</groupId>
152 <artifactId>dbunit</artifactId>
153 <version>2.2</version>
154 <exclusions>
155 <exclusion>
156 <groupId>junit-addons</groupId>
157 <artifactId>junit-addons</artifactId>
158 </exclusion>
159 <exclusion>
160 <groupId>poi</groupId>
161 <artifactId>poi</artifactId>
162 </exclusion>
163 </exclusions>
164 </dependency>
165 <dependency>
166 <groupId>log4j</groupId>
167 <artifactId>log4j</artifactId>
168 <version>1.2.14</version>
169 </dependency>
170 <dependency>
171 <groupId>org.hibernate</groupId>
172 <artifactId>hibernate</artifactId>
173 <version>3.2.5.ga</version>
174 </dependency>
175 <dependency>
176 <groupId>org.springframework</groupId>
177 <artifactId>spring</artifactId>
178 <version>2.0.6</version>
179 </dependency>
180 <dependency>
181 <groupId>org.apache.ant</groupId>
182 <artifactId>ant</artifactId>
183 <version>1.7.0</version>
184 </dependency>
185 <dependency>
186 <groupId>org.apache.commons</groupId>
187 <artifactId>commons-io</artifactId>
188 <version>1.3.2</version>
189 </dependency>
190 <dependency>
191 <groupId>org.dbunit</groupId>
192 <artifactId>dbunit</artifactId>
193 <version>2.2</version>
194 </dependency>
195 <dependency>
196 <groupId>junit</groupId>
197 <artifactId>junit</artifactId>
198 <version>3.8.2</version>
199 </dependency>
200 <dependency>
201 <groupId>hsqldb</groupId>
202 <artifactId>hsqldb</artifactId>
203 <version>1.8.0.9</version>
204 </dependency>
205 </dependencies>
206 </dependencyManagement>
207 <repositories>
208 <repository>
209 <id>central</id>
210 <url>http://www.argeo.org/maven/repository</url>
211 </repository>
212 </repositories>
213 </project>