| 1592 |
garciap |
1 |
<?xml version="1.0"?>
|
|
|
2 |
<!--
|
| 1881 |
garciap |
3 |
* This library is free software; you can redistribute it and/or
|
|
|
4 |
* modify it under the terms of the GNU Lesser General Public
|
|
|
5 |
* License as published by the Free Software Foundation; either
|
|
|
6 |
* version 2 of the License, or (at your option) any later version.
|
|
|
7 |
*
|
|
|
8 |
* This library is distributed in the hope that it will be useful,
|
|
|
9 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
10 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
11 |
* Lesser General Public License for more details.
|
|
|
12 |
*
|
|
|
13 |
* You should have received a copy of the GNU Lesser General Public
|
|
|
14 |
* License along with this library; if not, write to the Free Software
|
|
|
15 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
| 1592 |
garciap |
16 |
-->
|
| 2150 |
rnaudin |
17 |
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
18 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
19 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
| 1881 |
garciap |
20 |
|
| 1592 |
garciap |
21 |
<modelVersion>4.0.0</modelVersion>
|
| 1881 |
garciap |
22 |
|
| 1592 |
garciap |
23 |
<groupId>org.objectweb.dream</groupId>
|
|
|
24 |
<artifactId>parent</artifactId>
|
|
|
25 |
<name>The Dream framework parent project</name>
|
|
|
26 |
<packaging>pom</packaging>
|
| 2150 |
rnaudin |
27 |
<version>3-SNAPSHOT</version>
|
| 1881 |
garciap |
28 |
|
|
|
29 |
<description>
|
|
|
30 |
Dream is a component-based framework dedicated to the construction
|
|
|
31 |
of communication middleware. It provides a component library and a
|
|
|
32 |
set of tools to build, configure and deploy middleware implementing
|
|
|
33 |
various communication paradigms: group communications, message
|
|
|
34 |
passing, event-reaction, publish-subscribe, etc. Dream builds upon
|
|
|
35 |
the Fractal component framework, which provides support for
|
|
|
36 |
hierarchical and dynamic composition.
|
|
|
37 |
</description>
|
|
|
38 |
|
| 1592 |
garciap |
39 |
<!-- ================================================= -->
|
|
|
40 |
<!--
|
| 1881 |
garciap |
41 |
If needed, the sub-modules can overwrite the content below
|
|
|
42 |
(i.e. the <inceptionYear>, the <url>, ..)
|
| 1592 |
garciap |
43 |
-->
|
|
|
44 |
<licenses>
|
|
|
45 |
<license>
|
|
|
46 |
<name>LGPL</name>
|
|
|
47 |
<url>http://www.gnu.org/copyleft/lesser.html</url>
|
|
|
48 |
</license>
|
|
|
49 |
</licenses>
|
| 1881 |
garciap |
50 |
|
| 1592 |
garciap |
51 |
<url>http://dream.objectweb.org/</url>
|
|
|
52 |
<inceptionYear>2003</inceptionYear>
|
| 1881 |
garciap |
53 |
|
| 1592 |
garciap |
54 |
<issueManagement>
|
|
|
55 |
<system>gforge</system>
|
|
|
56 |
<url>http://forge.objectweb.org/tracker/?group_id=118</url>
|
|
|
57 |
</issueManagement>
|
| 1881 |
garciap |
58 |
|
| 1592 |
garciap |
59 |
<organization>
|
|
|
60 |
<name>ObjectWeb Consortium</name>
|
|
|
61 |
<url>http://www.objectweb.org</url>
|
|
|
62 |
</organization>
|
| 1881 |
garciap |
63 |
|
| 1592 |
garciap |
64 |
<distributionManagement>
|
|
|
65 |
<repository>
|
| 2148 |
rnaudin |
66 |
<id>ow2</id>
|
|
|
67 |
<name>OW2 Maven2 release repository</name>
|
|
|
68 |
<url>scp://jupiter.objectweb.org:/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2</url>
|
| 1592 |
garciap |
69 |
</repository>
|
|
|
70 |
<snapshotRepository>
|
| 2148 |
rnaudin |
71 |
<id>ow2</id>
|
|
|
72 |
<name>OW2 Maven2 snapshot repository</name>
|
|
|
73 |
<url>scp://jupiter.objectweb.org:/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2-snapshot</url>
|
| 1592 |
garciap |
74 |
</snapshotRepository>
|
| 2148 |
rnaudin |
75 |
<site>
|
|
|
76 |
<id>dream.site</id>
|
|
|
77 |
<name>DREAM Maven Site</name>
|
|
|
78 |
<url>scp://jupiter.objectweb.org:/var/lib/gforge/chroot/home/groups/petals/htdocs/maven2/</url>
|
|
|
79 |
</site>
|
| 1592 |
garciap |
80 |
</distributionManagement>
|
| 1881 |
garciap |
81 |
|
| 1592 |
garciap |
82 |
<mailingLists>
|
|
|
83 |
<mailingList>
|
|
|
84 |
<name>Dream Users</name>
|
| 1881 |
garciap |
85 |
<subscribe>
|
| 2135 |
rnaudin |
86 |
dream-subscribe@ow2.org
|
| 1881 |
garciap |
87 |
</subscribe>
|
|
|
88 |
<unsubscribe>
|
| 2135 |
rnaudin |
89 |
dream-unsubscribe@ow2.org
|
| 1881 |
garciap |
90 |
</unsubscribe>
|
| 2135 |
rnaudin |
91 |
<archive>http://mail-archive.ow2.org/dream/index.html</archive>
|
| 1592 |
garciap |
92 |
</mailingList>
|
|
|
93 |
</mailingLists>
|
| 1881 |
garciap |
94 |
|
| 1592 |
garciap |
95 |
<!-- sub-modules poms can add other repositories and inherit these -->
|
|
|
96 |
<repositories>
|
|
|
97 |
<repository>
|
| 1881 |
garciap |
98 |
<id>objectweb-repo</id>
|
|
|
99 |
<name>ObjectWeb Repository</name>
|
| 1592 |
garciap |
100 |
<url>http://maven.objectweb.org/maven2</url>
|
| 1881 |
garciap |
101 |
<releases>
|
|
|
102 |
<enabled>true</enabled>
|
|
|
103 |
</releases>
|
| 1592 |
garciap |
104 |
</repository>
|
|
|
105 |
<repository>
|
| 1881 |
garciap |
106 |
<id>objectweb-snapshot-repo</id>
|
|
|
107 |
<name>ObjectWeb Snapshot Repository</name>
|
| 1592 |
garciap |
108 |
<url>http://maven.objectweb.org/maven2-snapshot</url>
|
|
|
109 |
<snapshots>
|
| 1881 |
garciap |
110 |
<enabled>true</enabled>
|
| 1592 |
garciap |
111 |
</snapshots>
|
|
|
112 |
</repository>
|
|
|
113 |
</repositories>
|
| 2148 |
rnaudin |
114 |
|
| 1592 |
garciap |
115 |
<!-- ================================================ -->
|
|
|
116 |
<developers>
|
|
|
117 |
<developer>
|
|
|
118 |
<id>stefani</id>
|
|
|
119 |
<name>Jean-Bernard Stefani</name>
|
|
|
120 |
<email>Jean-Bernard.Stefani@inrialpes.fr</email>
|
|
|
121 |
<organization>INRIA</organization>
|
|
|
122 |
<organizationUrl>http://www.inria.fr</organizationUrl>
|
|
|
123 |
<roles>
|
|
|
124 |
<role>Project Manager</role>
|
|
|
125 |
<role>Architect</role>
|
|
|
126 |
</roles>
|
|
|
127 |
</developer>
|
| 2135 |
rnaudin |
128 |
|
|
|
129 |
<developer>
|
|
|
130 |
<name>Roland NAUDIN</name>
|
|
|
131 |
<email>roland.naudin@ebmwebsourcing.com</email>
|
|
|
132 |
<id>rnaudin</id>
|
|
|
133 |
<organization>EBM WebSourcing</organization>
|
|
|
134 |
<organizationUrl>
|
|
|
135 |
http://www.ebmwebsourcing.com
|
|
|
136 |
</organizationUrl>
|
|
|
137 |
<roles>
|
|
|
138 |
<role>Developer</role>
|
|
|
139 |
</roles>
|
|
|
140 |
<timezone>+1</timezone>
|
|
|
141 |
</developer>
|
| 1592 |
garciap |
142 |
</developers>
|
| 2135 |
rnaudin |
143 |
|
| 1592 |
garciap |
144 |
<contributors>
|
|
|
145 |
<contributor>
|
|
|
146 |
<name>Romain Lenglet</name>
|
|
|
147 |
<organization>France Telecom RD</organization>
|
| 1881 |
garciap |
148 |
<organizationUrl>http://www.rd.francetelecom.com</organizationUrl>
|
| 1592 |
garciap |
149 |
</contributor>
|
|
|
150 |
</contributors>
|
| 1881 |
garciap |
151 |
|
| 1592 |
garciap |
152 |
<!-- ================================================= -->
|
|
|
153 |
<!-- properties used by various sub-modules -->
|
|
|
154 |
<properties>
|
| 1881 |
garciap |
155 |
<scm.connection>
|
|
|
156 |
scm:svn:svn://svn.forge.objectweb.org/svnroot/dream/trunk
|
|
|
157 |
</scm.connection>
|
| 1592 |
garciap |
158 |
<scm.developerConnection>
|
|
|
159 |
scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/dream/trunk
|
| 1881 |
garciap |
160 |
</scm.developerConnection>
|
|
|
161 |
<scm.url>
|
|
|
162 |
http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/dream/trunk
|
|
|
163 |
</scm.url>
|
|
|
164 |
<monolog.url>
|
|
|
165 |
http://www.objectweb.org/monolog/jdoc/ow_util_log_api
|
|
|
166 |
</monolog.url>
|
|
|
167 |
<fractal.url>
|
|
|
168 |
http://www.objectweb.org/fractal/current/doc/javadoc/fractal
|
|
|
169 |
</fractal.url>
|
|
|
170 |
<asm.url>
|
|
|
171 |
http://www.objectweb.org/asm/current/doc/javadoc/user
|
|
|
172 |
</asm.url>
|
| 1592 |
garciap |
173 |
<jdk.url>http://java.sun.com/j2se/1.5.0/docs/api</jdk.url>
|
|
|
174 |
</properties>
|
| 1881 |
garciap |
175 |
|
| 1592 |
garciap |
176 |
<!-- ================================================================ -->
|
| 1744 |
garciap |
177 |
<!-- Dream parent project values correspond just to the base scm properties values -->
|
| 1592 |
garciap |
178 |
<scm>
|
| 2150 |
rnaudin |
179 |
<connection>${scm.connection}</connection>
|
| 2151 |
rnaudin |
180 |
<developerConnection>${scm.developperConnection}</developerConnection>
|
| 2150 |
rnaudin |
181 |
<url>${scm.url}</url>
|
| 1592 |
garciap |
182 |
</scm>
|
| 2135 |
rnaudin |
183 |
|
| 1592 |
garciap |
184 |
<!-- ==================================================-->
|
| 2135 |
rnaudin |
185 |
<!-- use 1.5 JDK as the default binary version -->
|
|
|
186 |
<build>
|
|
|
187 |
<pluginManagement>
|
|
|
188 |
<plugins>
|
|
|
189 |
<plugin>
|
|
|
190 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
191 |
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
192 |
<configuration>
|
|
|
193 |
<source>1.5</source>
|
|
|
194 |
<target>1.5</target>
|
|
|
195 |
</configuration>
|
|
|
196 |
</plugin>
|
|
|
197 |
|
|
|
198 |
<plugin>
|
|
|
199 |
<groupId>org.apache.maven.plugins</groupId>
|
|
|
200 |
<artifactId>maven-release-plugin</artifactId>
|
|
|
201 |
<version>2.0-beta-8</version>
|
|
|
202 |
</plugin>
|
|
|
203 |
</plugins>
|
|
|
204 |
</pluginManagement>
|
|
|
205 |
<!-- TODO add a default maven-jar-plugin configuration to create jar with a manifest -->
|
|
|
206 |
</build>
|
|
|
207 |
|
| 1592 |
garciap |
208 |
<!-- ================================================ -->
|
|
|
209 |
<!-- sub-modules -->
|
|
|
210 |
<modules>
|
|
|
211 |
<module>dreamadl</module>
|
| 1660 |
garciap |
212 |
<module>dreamannotation</module>
|
|
|
213 |
<module>dreamcore</module>
|
| 1592 |
garciap |
214 |
<module>dreamlib</module>
|
|
|
215 |
</modules>
|
|
|
216 |
<!-- ================================================== -->
|
| 2014 |
garciap |
217 |
|
|
|
218 |
<profiles>
|
|
|
219 |
<profile>
|
|
|
220 |
<id>dist</id>
|
| 2135 |
rnaudin |
221 |
<build>
|
|
|
222 |
<defaultGoal>install</defaultGoal>
|
|
|
223 |
</build>
|
|
|
224 |
|
| 2014 |
garciap |
225 |
<modules>
|
|
|
226 |
<module>dreamadl</module>
|
|
|
227 |
<module>dreamannotation</module>
|
|
|
228 |
<module>dreamcore</module>
|
|
|
229 |
<module>dreamlib</module>
|
|
|
230 |
<module>distribution</module>
|
|
|
231 |
</modules>
|
|
|
232 |
</profile>
|
|
|
233 |
</profiles>
|
| 2135 |
rnaudin |
234 |
|
|
|
235 |
</project>
|