Revision 40016 branches/v2_0_0_prep/libraries/libFMap_daldb/pom.xml

View differences:

pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2

  
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
<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/xsd/maven-4.0.0.xsd">
6 4

  
7 5
	<modelVersion>4.0.0</modelVersion>
8 6
	<artifactId>org.gvsig.fmap.dal.db</artifactId>
9 7
	<packaging>jar</packaging>
10
	<version>2.0-SNAPSHOT</version>
8
	<version>2.0</version>
11 9
	<name>libFMap_daldb</name>
12 10
	
13 11
	<url>https://devel.gvsig.org/redmine/projects/gvsig-desktop</url>
......
19 17
	</parent>	
20 18
	
21 19
    <scm>
22
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/libraries/${name}/</connection>
23
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/libraries/${name}/</developerConnection>
24
        <url>https://devel.gvsig.org/svn/gvsig-desktop/branches/v2_0_0_prep/libraries/${name}</url>
20
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/tags/libraries/org.gvsig.fmap.dal.db/2.0</connection>
21
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-desktop/tags/libraries/org.gvsig.fmap.dal.db/2.0</developerConnection>
22
        <url>https://devel.gvsig.org/svn/gvsig-desktop/tags/libraries/org.gvsig.fmap.dal.db/2.0</url>
25 23
    </scm>
26

  
24

  
27 25
	<properties>
28 26

  
29 27
		<!-- jdbc -->
......
266 264
						</goals>
267 265
						<configuration>
268 266
							<tasks>
269
								<jar destfile="${project.build.directory}/${project.build.finalName}.jar"
270
									update="true">
267
								<jar destfile="${project.build.directory}/${project.build.finalName}.jar" update="true">
271 268
									<fileset dir="${basedir}/resources/api" />
272 269
								</jar>
273
								<jar destfile="${project.build.directory}/${project.build.finalName}-store.jdbc.jar"
274
									update="true">
270
								<jar destfile="${project.build.directory}/${project.build.finalName}-store.jdbc.jar" update="true">
275 271
									<fileset dir="${basedir}/resources/jdbc" />
276 272
								</jar>
277
								<jar destfile="${project.build.directory}/${project.build.finalName}-store.mysql.jar"
278
									update="true">
273
								<jar destfile="${project.build.directory}/${project.build.finalName}-store.mysql.jar" update="true">
279 274
									<fileset dir="${basedir}/resources/mysql" />
280 275
								</jar>
281
								<jar destfile="${project.build.directory}/${project.build.finalName}-store.postgresql.jar"
282
									update="true">
276
								<jar destfile="${project.build.directory}/${project.build.finalName}-store.postgresql.jar" update="true">
283 277
									<fileset dir="${basedir}/resources/postgresql" />
284 278
								</jar>
285 279
							</tasks>
......
313 307
						<artifactId>maven-antrun-plugin</artifactId>
314 308
						<configuration>
315 309
							<tasks>
316
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml"
317
									target="eclipse.all"/>
310
								<ant antfile="${build-dir}/ant-tasks/eclipse-tasks.xml" target="eclipse.all" />
318 311
							</tasks>
319 312
						</configuration>
320 313
					</plugin>

Also available in: Unified diff