]> git.argeo.org Git - gpl/argeo-slc.git/blob - org.argeo.slc/pom.xml
Changing version flags
[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.2</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>https://www.argeo.org/svn/slc/trunk/org.argeo.slc</url>
26 </scm>
27 <issueManagement>
28 <system>Bugzilla</system>
29 <url>https://www.argeo.org/bugzilla/</url>
30 </issueManagement>
31 <licenses>
32 <license>
33 <name>Apache 2</name>
34 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
35 <distribution>repo</distribution>
36 <comments>A business-friendly OSS license</comments>
37 </license>
38 </licenses>
39 <organization>
40 <name>Argeo</name>
41 <url>http://www.argeo.org</url>
42 </organization>
43 <developers>
44 <developer>
45 <id>mbaudier</id>
46 <name>Mathieu Baudier</name>
47 <email>mbaudier@argeo.org</email>
48 <organization>Argeo</organization>
49 <organizationUrl>http://www.argeo.org</organizationUrl>
50 <roles>
51 <role>architect</role>
52 <role>developer</role>
53 </roles>
54 <timezone>+1</timezone>
55 </developer>
56 </developers>
57 <build>
58 <plugins>
59 <plugin>
60 <groupId>org.apache.maven.plugins</groupId>
61 <artifactId>maven-compiler-plugin</artifactId>
62 <configuration>
63 <source>1.5</source>
64 <target>1.5</target>
65 </configuration>
66 </plugin>
67 <plugin>
68 <groupId>org.apache.maven.plugins</groupId>
69 <artifactId>maven-source-plugin</artifactId>
70 <executions>
71 <execution>
72 <id>attach-sources</id>
73 <phase>verify</phase>
74 <goals>
75 <goal>jar</goal>
76 </goals>
77 </execution>
78 </executions>
79 </plugin>
80 <plugin>
81 <groupId>org.apache.maven.plugins</groupId>
82 <artifactId>maven-javadoc-plugin</artifactId>
83 <executions>
84 <execution>
85 <id>attach-javadoc</id>
86 <phase>verify</phase>
87 <goals>
88 <goal>jar</goal>
89 </goals>
90 </execution>
91 </executions>
92 </plugin>
93 <!--
94 <plugin>
95 <groupId>org.apache.maven.plugins</groupId>
96 <artifactId>maven-site-plugin</artifactId>
97 <executions>
98 <execution>
99 <id>attach-javadoc</id>
100 <phase>verify</phase>
101 <goals>
102 <goal>jar</goal>
103 </goals>
104 </execution>
105 </executions>
106 </plugin>
107 -->
108 <plugin>
109 <groupId>org.apache.maven.plugins</groupId>
110 <artifactId>maven-assembly-plugin</artifactId>
111 <inherited>false</inherited>
112 <configuration>
113 <descriptors>
114 <descriptor>
115 src/assembly/with-dependencies.xml
116 </descriptor>
117 </descriptors>
118 </configuration>
119 <executions>
120 <execution>
121 <id>assembly-exampleSlcAppli</id>
122 <phase>verify</phase>
123 <inherited>false</inherited>
124 <goals>
125 <goal>single</goal>
126 </goals>
127 <configuration>
128 <descriptors>
129 <descriptor>
130 src/assembly/base.xml
131 </descriptor>
132 </descriptors>
133 </configuration>
134 </execution>
135 </executions>
136 </plugin>
137 </plugins>
138 </build>
139 <reporting>
140 <plugins>
141 <plugin>
142 <groupId>org.apache.maven.plugins</groupId>
143 <artifactId>maven-surefire-report-plugin</artifactId>
144 </plugin>
145 <plugin>
146 <groupId>org.apache.maven.plugins</groupId>
147 <artifactId>maven-javadoc-plugin</artifactId>
148 </plugin>
149 <plugin>
150 <groupId>org.apache.maven.plugins</groupId>
151 <artifactId>maven-changelog-plugin</artifactId>
152 </plugin>
153 <plugin>
154 <groupId>org.codehaus.mojo</groupId>
155 <artifactId>cobertura-maven-plugin</artifactId>
156 </plugin>
157 </plugins>
158 </reporting>
159 <dependencyManagement>
160 <dependencies>
161 <dependency>
162 <groupId>javax.transaction</groupId>
163 <artifactId>jta</artifactId>
164 <version>1.0.1</version>
165 </dependency>
166 <dependency>
167 <groupId>org.dbunit</groupId>
168 <artifactId>dbunit</artifactId>
169 <version>2.2</version>
170 <exclusions>
171 <exclusion>
172 <groupId>junit-addons</groupId>
173 <artifactId>junit-addons</artifactId>
174 </exclusion>
175 <exclusion>
176 <groupId>poi</groupId>
177 <artifactId>poi</artifactId>
178 </exclusion>
179 </exclusions>
180 </dependency>
181 <dependency>
182 <groupId>log4j</groupId>
183 <artifactId>log4j</artifactId>
184 <version>1.2.14</version>
185 </dependency>
186 <dependency>
187 <groupId>org.hibernate</groupId>
188 <artifactId>hibernate</artifactId>
189 <version>3.2.5.ga</version>
190 </dependency>
191 <dependency>
192 <groupId>org.springframework</groupId>
193 <artifactId>spring</artifactId>
194 <version>2.0.6</version>
195 </dependency>
196 <dependency>
197 <groupId>org.apache.ant</groupId>
198 <artifactId>ant</artifactId>
199 <version>1.7.0</version>
200 </dependency>
201 <dependency>
202 <groupId>org.apache.commons</groupId>
203 <artifactId>commons-io</artifactId>
204 <version>1.3.2</version>
205 </dependency>
206 <dependency>
207 <groupId>org.dbunit</groupId>
208 <artifactId>dbunit</artifactId>
209 <version>2.2</version>
210 </dependency>
211 <dependency>
212 <groupId>junit</groupId>
213 <artifactId>junit</artifactId>
214 <version>3.8.2</version>
215 </dependency>
216 <dependency>
217 <groupId>hsqldb</groupId>
218 <artifactId>hsqldb</artifactId>
219 <version>1.8.0.9</version>
220 </dependency>
221 </dependencies>
222 </dependencyManagement>
223 <repositories>
224 <repository>
225 <id>central</id>
226 <url>http://www.argeo.org/maven/repository</url>
227 </repository>
228 </repositories>
229 <distributionManagement>
230 <repository>
231 <id>argeo</id>
232 <!-- Temporary hack before having the build on the server itself -->
233 <url>file:///D:\dev\test\mavenArgeoLocalRep</url>
234 </repository>
235 </distributionManagement>
236 </project>