simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 2 | <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"> |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 4 | |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 5 | <parent> |
Tatu Saloranta | 0946809 | 2014-02-28 20:37:39 -0800 | [diff] [blame] | 6 | <groupId>com.fasterxml.jackson</groupId> |
| 7 | <artifactId>jackson-parent</artifactId> |
Tatu Saloranta | cafc830 | 2014-12-18 19:37:42 -0800 | [diff] [blame] | 8 | <version>2.5</version> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 9 | </parent> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 10 | |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 11 | <groupId>com.fasterxml.jackson.core</groupId> |
| 12 | <artifactId>jackson-databind</artifactId> |
Cowtowncoder | 560bd80 | 2015-01-05 15:16:15 -0800 | [diff] [blame] | 13 | <version>2.6.0-SNAPSHOT</version> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 14 | <name>jackson-databind</name> |
Lukasz Dywicki | 9fb18f4 | 2013-09-03 19:27:55 +0200 | [diff] [blame] | 15 | <packaging>bundle</packaging> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 16 | <description>General data-binding functionality for Jackson: works on core streaming API</description> |
Tatu Saloranta | 7cf95f1 | 2014-11-06 08:28:25 -0800 | [diff] [blame] | 17 | <url>http://github.com/FasterXML/jackson</url> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 18 | |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 19 | <scm> |
| 20 | <connection>scm:git:git@github.com:FasterXML/jackson-databind.git</connection> |
| 21 | <developerConnection>scm:git:git@github.com:FasterXML/jackson-databind.git</developerConnection> |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 22 | <url>http://github.com/FasterXML/jackson-databind</url> |
Tatu Saloranta | a399c54 | 2015-01-01 17:44:10 -0800 | [diff] [blame] | 23 | <tag>HEAD</tag> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 24 | </scm> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 25 | |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 26 | <properties> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 27 | <osgi.export> |
| 28 | com.fasterxml.jackson.databind, |
| 29 | com.fasterxml.jackson.databind.annotation, |
| 30 | com.fasterxml.jackson.databind.cfg, |
| 31 | com.fasterxml.jackson.databind.deser, |
| 32 | com.fasterxml.jackson.databind.deser.impl, |
| 33 | com.fasterxml.jackson.databind.deser.std, |
| 34 | com.fasterxml.jackson.databind.exc, |
| 35 | com.fasterxml.jackson.databind.ext, |
| 36 | com.fasterxml.jackson.databind.introspect, |
| 37 | com.fasterxml.jackson.databind.jsonschema, |
| 38 | com.fasterxml.jackson.databind.jsonFormatVisitors, |
| 39 | com.fasterxml.jackson.databind.jsontype, |
| 40 | com.fasterxml.jackson.databind.jsontype.impl, |
| 41 | com.fasterxml.jackson.databind.module, |
| 42 | com.fasterxml.jackson.databind.node, |
| 43 | com.fasterxml.jackson.databind.ser, |
| 44 | com.fasterxml.jackson.databind.ser.impl, |
| 45 | com.fasterxml.jackson.databind.ser.std, |
| 46 | com.fasterxml.jackson.databind.type, |
| 47 | com.fasterxml.jackson.databind.util |
| 48 | </osgi.export> |
| 49 | <osgi.import> |
| 50 | com.fasterxml.jackson.annotation, |
| 51 | com.fasterxml.jackson.core, |
| 52 | com.fasterxml.jackson.core.base, |
| 53 | com.fasterxml.jackson.core.format, |
| 54 | com.fasterxml.jackson.core.json, |
| 55 | com.fasterxml.jackson.core.io, |
| 56 | com.fasterxml.jackson.core.util, |
| 57 | com.fasterxml.jackson.core.type, |
| 58 | org.xml.sax,org.w3c.dom, org.w3c.dom.bootstrap, org.w3c.dom.ls, |
| 59 | javax.xml.datatype, javax.xml.namespace, javax.xml.parsers |
| 60 | </osgi.import> |
Ben Gertzfield | 5780f88 | 2013-01-03 17:04:21 -0800 | [diff] [blame] | 61 | |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 62 | <!-- Generate PackageVersion.java into this directory. --> |
Tatu Saloranta | f314ac7 | 2013-01-10 19:50:17 -0800 | [diff] [blame] | 63 | <packageVersion.dir>com/fasterxml/jackson/databind/cfg</packageVersion.dir> |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 64 | <packageVersion.package>com.fasterxml.jackson.databind.cfg</packageVersion.package> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 65 | </properties> |
| 66 | |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 67 | <dependencies> |
| 68 | <!-- Builds on core streaming API; also needs core annotations --> |
| 69 | <dependency> |
| 70 | <groupId>com.fasterxml.jackson.core</groupId> |
Tatu Saloranta | deaee9c | 2012-03-25 12:01:34 -0700 | [diff] [blame] | 71 | <artifactId>jackson-annotations</artifactId> |
Tatu Saloranta | 2d64bed | 2015-01-01 15:34:30 -0800 | [diff] [blame] | 72 | <version>2.5.0</version> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>com.fasterxml.jackson.core</groupId> |
Tatu Saloranta | deaee9c | 2012-03-25 12:01:34 -0700 | [diff] [blame] | 76 | <artifactId>jackson-core</artifactId> |
Cowtowncoder | 5ef9680 | 2015-01-13 14:53:30 -0800 | [diff] [blame] | 77 | <version>2.6.0-SNAPSHOT</version> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 78 | </dependency> |
Tatu Saloranta | 6e21fbf | 2011-12-24 10:08:25 -0800 | [diff] [blame] | 79 | |
Tatu Saloranta | 0946809 | 2014-02-28 20:37:39 -0800 | [diff] [blame] | 80 | <!-- and for testing we need a few libraries |
Tatu Saloranta | 6e21fbf | 2011-12-24 10:08:25 -0800 | [diff] [blame] | 81 | libs for which we use reflection for code, but direct dep for testing |
| 82 | --> |
Tatu Saloranta | d9fdb7f | 2015-03-03 20:20:40 -0800 | [diff] [blame] | 83 | |
Michael Spiegel | e7c5420 | 2014-11-26 20:40:21 -0500 | [diff] [blame] | 84 | <!-- For testing TestNoClassDefFoundDeserializer --> |
| 85 | <dependency> |
Michael Spiegel | 95f3fab | 2014-11-29 10:51:55 -0500 | [diff] [blame] | 86 | <groupId>javax.measure</groupId> |
| 87 | <artifactId>jsr-275</artifactId> |
| 88 | <version>0.9.2</version> |
Michael Spiegel | e7c5420 | 2014-11-26 20:40:21 -0500 | [diff] [blame] | 89 | <scope>test</scope> |
| 90 | </dependency> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 91 | </dependencies> |
| 92 | |
| 93 | <build> |
Tatu Saloranta | 7eeabba | 2014-04-26 12:23:49 -0700 | [diff] [blame] | 94 | <plugins> |
Tatu Saloranta | 4294ffc | 2014-09-03 22:40:45 -0700 | [diff] [blame] | 95 | <plugin> |
Tatu Saloranta | d063daa | 2012-02-24 16:09:04 -0800 | [diff] [blame] | 96 | <groupId>org.apache.maven.plugins</groupId> |
Cowtowncoder | 044bb5a | 2014-10-03 10:50:17 -0700 | [diff] [blame] | 97 | <version>${version.plugin.surefire}</version> |
Tatu Saloranta | d063daa | 2012-02-24 16:09:04 -0800 | [diff] [blame] | 98 | <artifactId>maven-surefire-plugin</artifactId> |
Tatu Saloranta | d063daa | 2012-02-24 16:09:04 -0800 | [diff] [blame] | 99 | <configuration> |
Michael Spiegel | e7c5420 | 2014-11-26 20:40:21 -0500 | [diff] [blame] | 100 | <classpathDependencyExcludes> |
Michael Spiegel | 95f3fab | 2014-11-29 10:51:55 -0500 | [diff] [blame] | 101 | <exclude>javax.measure:jsr-275</exclude> |
Michael Spiegel | e7c5420 | 2014-11-26 20:40:21 -0500 | [diff] [blame] | 102 | </classpathDependencyExcludes> |
Tatu Saloranta | d063daa | 2012-02-24 16:09:04 -0800 | [diff] [blame] | 103 | <excludes> |
| 104 | <exclude>com/fasterxml/jackson/failing/*.java</exclude> |
| 105 | </excludes> |
| 106 | </configuration> |
| 107 | </plugin> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 108 | |
Tatu Saloranta | d063daa | 2012-02-24 16:09:04 -0800 | [diff] [blame] | 109 | <plugin> |
| 110 | <groupId>org.apache.maven.plugins</groupId> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 111 | <artifactId>maven-javadoc-plugin</artifactId> |
Tatu Saloranta | 4294ffc | 2014-09-03 22:40:45 -0700 | [diff] [blame] | 112 | <version>${version.plugin.javadoc}</version> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 113 | <configuration> |
| 114 | <links> |
| 115 | <link>http://docs.oracle.com/javase/6/docs/api/</link> |
Tatu | cc9623e | 2014-08-13 12:38:09 -0700 | [diff] [blame] | 116 | <link>http://fasterxml.github.com/jackson-annotations/javadoc/2.5/</link> |
| 117 | <link>http://fasterxml.github.com/jackson-core/javadoc/2.5/</link> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 118 | </links> |
| 119 | </configuration> |
Tatu Saloranta | d063daa | 2012-02-24 16:09:04 -0800 | [diff] [blame] | 120 | </plugin> |
Tatu Saloranta | fe45e71 | 2013-12-13 20:09:00 -0800 | [diff] [blame] | 121 | |
| 122 | <!-- May want to configure debug info --> |
| 123 | <plugin> |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 124 | <!-- Inherited from oss-base. Generate PackageVersion.java.--> |
Ben Gertzfield | 5780f88 | 2013-01-03 17:04:21 -0800 | [diff] [blame] | 125 | <groupId>com.google.code.maven-replacer-plugin</groupId> |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 126 | <artifactId>replacer</artifactId> |
Ben Gertzfield | 5780f88 | 2013-01-03 17:04:21 -0800 | [diff] [blame] | 127 | <executions> |
| 128 | <execution> |
Ben Gertzfield | 66a12b6 | 2013-01-04 12:01:07 -0800 | [diff] [blame] | 129 | <id>process-packageVersion</id> |
Ben Gertzfield | 5780f88 | 2013-01-03 17:04:21 -0800 | [diff] [blame] | 130 | <phase>process-sources</phase> |
Ben Gertzfield | 5780f88 | 2013-01-03 17:04:21 -0800 | [diff] [blame] | 131 | </execution> |
| 132 | </executions> |
Ben Gertzfield | 5780f88 | 2013-01-03 17:04:21 -0800 | [diff] [blame] | 133 | </plugin> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 134 | </plugins> |
| 135 | </build> |
Tatu Saloranta | 65c8369 | 2011-12-24 18:15:07 -0800 | [diff] [blame] | 136 | |
Tatu Saloranta | c3b3704 | 2014-05-20 12:47:01 -0700 | [diff] [blame] | 137 | <reporting> |
| 138 | <plugins> |
| 139 | <plugin> |
| 140 | <groupId>org.codehaus.mojo</groupId> |
| 141 | <artifactId>cobertura-maven-plugin</artifactId> |
| 142 | </plugin> |
| 143 | </plugins> |
| 144 | </reporting> |
| 145 | |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 146 | <profiles> |
Tatu Saloranta | 9af5904 | 2012-02-19 00:03:55 -0800 | [diff] [blame] | 147 | <profile> |
| 148 | <id>release</id> |
| 149 | <properties> |
| 150 | <maven.test.skip>true</maven.test.skip> |
| 151 | <skipTests>true</skipTests> |
| 152 | </properties> |
simonetripodi | 451776a | 2012-08-24 14:21:58 +0200 | [diff] [blame] | 153 | </profile> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 154 | </profiles> |
Tatu Saloranta | 90c4352 | 2011-12-22 23:25:27 -0800 | [diff] [blame] | 155 | |
| 156 | </project> |