2011-08-04 13:17:21 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
2012-05-19 18:43:15 -07:00
|
|
|
<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/maven-v4_0_0.xsd">
|
2012-05-18 01:58:13 -07:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.sonatype.oss</groupId>
|
|
|
|
|
<artifactId>oss-parent</artifactId>
|
|
|
|
|
<version>7</version>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<groupId>com.viewpagerindicator</groupId>
|
|
|
|
|
<artifactId>parent</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
2012-09-12 09:08:57 -07:00
|
|
|
<version>2.4.1</version>
|
2012-05-18 01:58:13 -07:00
|
|
|
|
|
|
|
|
<name>Android-ViewPagerIndicator (Parent)</name>
|
|
|
|
|
<description>Android library for.</description>
|
|
|
|
|
<url>https://github.com/JakeWharton/Android-ViewPagerIndicator</url>
|
|
|
|
|
<inceptionYear>2011</inceptionYear>
|
|
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
<module>library</module>
|
|
|
|
|
<module>sample</module>
|
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
|
<url>http://github.com/JakeWharton/Android-ViewPagerIndicator/</url>
|
|
|
|
|
<connection>scm:git:git://github.com/JakeWharton/Android-ViewPagerIndicator.git</connection>
|
|
|
|
|
<developerConnection>scm:git:git@github.com:JakeWharton/Android-ViewPagerIndicator.git</developerConnection>
|
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
|
<developer>
|
|
|
|
|
<name>Jake Wharton</name>
|
|
|
|
|
<email>jakewharton@gmail.com</email>
|
|
|
|
|
<id>jakewharton</id>
|
|
|
|
|
<url>http://jakewharton.com</url>
|
|
|
|
|
<timezone>-5</timezone>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>developer</role>
|
|
|
|
|
</roles>
|
|
|
|
|
</developer>
|
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
|
<license>
|
|
|
|
|
<name>Apache License Version 2.0</name>
|
|
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
|
</license>
|
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
|
|
<organization>
|
|
|
|
|
<name>Jake Wharton</name>
|
|
|
|
|
<url>http://jakewharton.com</url>
|
|
|
|
|
</organization>
|
|
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
|
<system>GitHub Issues</system>
|
|
|
|
|
<url>https://github.com/JakeWharton/Android-ViewPagerIndicator/issues</url>
|
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
|
|
|
|
|
|
<java.version>1.6</java.version>
|
2012-09-06 15:24:44 -07:00
|
|
|
<android.version>4.1.1.4</android.version>
|
|
|
|
|
<android.platform>16</android.platform>
|
2012-05-18 01:58:13 -07:00
|
|
|
<android.support.version>r7</android.support.version>
|
|
|
|
|
|
2012-08-28 23:40:35 -07:00
|
|
|
<android-maven.version>3.3.0</android-maven.version>
|
2012-05-18 01:58:13 -07:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.android</groupId>
|
|
|
|
|
<artifactId>android</artifactId>
|
|
|
|
|
<version>${android.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.google.android</groupId>
|
|
|
|
|
<artifactId>support-v4</artifactId>
|
|
|
|
|
<version>${android.support.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<pluginManagement>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>2.3.2</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<source>${java.version}</source>
|
|
|
|
|
<target>${java.version}</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
|
|
|
|
|
<artifactId>android-maven-plugin</artifactId>
|
|
|
|
|
<version>${android-maven.version}</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<sdk>
|
|
|
|
|
<platform>${android.platform}</platform>
|
|
|
|
|
</sdk>
|
|
|
|
|
<undeployBeforeDeploy>true</undeployBeforeDeploy>
|
|
|
|
|
</configuration>
|
|
|
|
|
<extensions>true</extensions>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
|
<version>2.6</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<failsOnError>true</failsOnError>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</pluginManagement>
|
|
|
|
|
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
|
<version>2.1</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<autoVersionSubmodules>true</autoVersionSubmodules>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
|
|
|
|
<version>2.9</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<excludes>
|
|
|
|
|
<exclude>android:android</exclude>
|
|
|
|
|
<exclude>com.google.android.maps:maps</exclude>
|
|
|
|
|
</excludes>
|
|
|
|
|
<buildOutputDirectory>bin</buildOutputDirectory>
|
|
|
|
|
<classpathContainers>
|
|
|
|
|
<classpathContainer>com.android.ide.eclipse.adt.ANDROID_FRAMEWORK</classpathContainer>
|
|
|
|
|
</classpathContainers>
|
|
|
|
|
<additionalProjectnatures>
|
|
|
|
|
<projectnature>com.android.ide.eclipse.adt.AndroidNature</projectnature>
|
|
|
|
|
<projectnature>org.eclipse.ajdt.ui.ajnature</projectnature>
|
|
|
|
|
</additionalProjectnatures>
|
|
|
|
|
<buildcommands>
|
|
|
|
|
<buildcommand>com.android.ide.eclipse.adt.ResourceManagerBuilder</buildcommand>
|
|
|
|
|
<buildcommand>com.android.ide.eclipse.adt.PreCompilerBuilder</buildcommand>
|
|
|
|
|
<buildcommand>org.eclipse.jdt.core.javabuilder</buildcommand>
|
|
|
|
|
<buildcommand>com.android.ide.eclipse.adt.ApkBuilder</buildcommand>
|
|
|
|
|
</buildcommands>
|
|
|
|
|
<useProjectReferences>false</useProjectReferences>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
2011-08-04 13:17:21 -04:00
|
|
|
</project>
|