|
|
|
|
@ -14,16 +14,47 @@
|
|
|
|
|
<groupId>com.omertron</groupId>
|
|
|
|
|
<artifactId>themoviedbapi</artifactId>
|
|
|
|
|
<version>3.4-SNAPSHOT</version>
|
|
|
|
|
<name>API-The MovieDB</name>
|
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
|
|
<name>API-The MovieDB</name>
|
|
|
|
|
<description>API for the TheMovieDb.org website</description>
|
|
|
|
|
<url>https://github.com/Omertron/api-themoviedb</url>
|
|
|
|
|
<inceptionYear>2012</inceptionYear>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<skipTests>false</skipTests>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
|
<distribution.format>zip</distribution.format>
|
|
|
|
|
</properties>
|
|
|
|
|
<developers>
|
|
|
|
|
<developer>
|
|
|
|
|
<name>Stuart Boston</name>
|
|
|
|
|
<email>omertron@gmail.com</email>
|
|
|
|
|
<id>omertron</id>
|
|
|
|
|
<url>http://omertron.com</url>
|
|
|
|
|
<timezone>0</timezone>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>developer</role>
|
|
|
|
|
</roles>
|
|
|
|
|
</developer>
|
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
|
<license>
|
|
|
|
|
<name>GNU General Public License v3+</name>
|
|
|
|
|
<url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
|
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
|
</license>
|
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
|
<url>scm:git:git@github.com:Omertron/api-themoviedb.git</url>
|
|
|
|
|
<connection>scm:git:git@github.com:Omertron/api-themoviedb.git</connection>
|
|
|
|
|
<developerConnection>scm:git:git@github.com:Omertron/api-themoviedb.git</developerConnection>
|
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
<site>
|
|
|
|
|
<id>github-project-site</id>
|
|
|
|
|
<name>GitHub Project Pages</name>
|
|
|
|
|
<url>gitsite:git@github.com/Omertron/api-themoviedb.git</url>
|
|
|
|
|
</site>
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
|
<system>GitHub</system>
|
|
|
|
|
@ -35,88 +66,55 @@
|
|
|
|
|
<url>http://jenkins.omertron.com/job/API-TheMovieDb/</url>
|
|
|
|
|
</ciManagement>
|
|
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
|
<url>scm:git:git@github.com:Omertron/api-themoviedb.git</url>
|
|
|
|
|
<connection>scm:git:git@github.com:Omertron/api-themoviedb.git</connection>
|
|
|
|
|
<developerConnection>scm:git:git@github.com:Omertron/api-themoviedb.git</developerConnection>
|
|
|
|
|
</scm>
|
|
|
|
|
<properties>
|
|
|
|
|
<skipTests>false</skipTests>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
|
<distribution.format>zip</distribution.format>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
<version>4.11</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
|
<version>1.2.17</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
|
<version>2.1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
|
<version>2.1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
<version>2.1.2</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
|
<version>1.7</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
<version>3.1</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>release-sign-artifacts</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<property>
|
|
|
|
|
<name>performRelease</name>
|
|
|
|
|
<value>true</value>
|
|
|
|
|
</property>
|
|
|
|
|
</activation>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
|
<phase>verify</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>sign</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</profile>
|
|
|
|
|
</profiles>
|
|
|
|
|
<finalName>${project.artifactId}-${project.version}-r${buildNumber}</finalName>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
@ -136,7 +134,6 @@
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
@ -149,7 +146,6 @@
|
|
|
|
|
<!-- excludes><exclude>**/*</exclude></excludes -->
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
|
@ -165,17 +161,15 @@
|
|
|
|
|
</archive>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<!-- To skip tests by default -->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<version>2.12.3</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<!-- To skip tests by default -->
|
|
|
|
|
<skipTests>${skipTests}</skipTests>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
|
@ -228,11 +222,85 @@
|
|
|
|
|
<artifactId>versions-maven-plugin</artifactId>
|
|
|
|
|
<version>1.3.1</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
|
<version>3.2</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<reportPlugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
|
<version>2.2</version>
|
|
|
|
|
<reports>
|
|
|
|
|
<report>index</report>
|
|
|
|
|
<report>scm</report>
|
|
|
|
|
<report>issue-tracking</report>
|
|
|
|
|
<report>help</report>
|
|
|
|
|
<report>dependency-convergence</report>
|
|
|
|
|
<report>summary</report>
|
|
|
|
|
<report>dependency-management</report>
|
|
|
|
|
<report>dependencies</report>
|
|
|
|
|
<report>license</report>
|
|
|
|
|
<report>modules</report>
|
|
|
|
|
</reports>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<version>2.9</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
</reportPlugins>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
|
|
|
|
|
<finalName>${project.artifactId}-${project.version}-r${buildNumber}</finalName>
|
|
|
|
|
<resources>
|
|
|
|
|
</resources>
|
|
|
|
|
<extensions>
|
|
|
|
|
<extension>
|
|
|
|
|
<groupId>org.apache.maven.scm</groupId>
|
|
|
|
|
<artifactId>maven-scm-provider-gitexe</artifactId>
|
|
|
|
|
<version>1.4</version>
|
|
|
|
|
</extension>
|
|
|
|
|
<extension>
|
|
|
|
|
<groupId>org.apache.maven.scm</groupId>
|
|
|
|
|
<artifactId>maven-scm-manager-plexus</artifactId>
|
|
|
|
|
<version>1.4</version>
|
|
|
|
|
</extension>
|
|
|
|
|
<extension>
|
|
|
|
|
<groupId>org.kathrynhuxtable.maven.wagon</groupId>
|
|
|
|
|
<artifactId>wagon-gitsite</artifactId>
|
|
|
|
|
<version>0.3.1</version>
|
|
|
|
|
</extension>
|
|
|
|
|
</extensions>
|
|
|
|
|
|
|
|
|
|
</build>
|
|
|
|
|
|
|
|
|
|
<profiles>
|
|
|
|
|
<profile>
|
|
|
|
|
<id>release-sign-artifacts</id>
|
|
|
|
|
<activation>
|
|
|
|
|
<property>
|
|
|
|
|
<name>performRelease</name>
|
|
|
|
|
<value>true</value>
|
|
|
|
|
</property>
|
|
|
|
|
</activation>
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
|
<phase>verify</phase>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>sign</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
</profile>
|
|
|
|
|
</profiles>
|
|
|
|
|
|
|
|
|
|
</project>
|
|
|
|
|
|