Created
August 30, 2018 12:54
-
-
Save abs51295/85c0052a8f9c98d5ce07a97bb1be19cb to your computer and use it in GitHub Desktop.
pom generated using `mvn help:effective-pom`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Generated by Maven Help Plugin on 2018-08-30T18:23:18+05:30 --> | |
<!-- See: http://maven.apache.org/plugins/maven-help-plugin/ --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<projects> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Effective POM for project --> | |
<!-- 'com.github.ignition:ignition:pom:0.3-SNAPSHOT' --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<packaging>pom</packaging> | |
<description>Kick-starts Android application development.</description> | |
<url>http://github.com/kaeppler/ignition</url> | |
<licenses> | |
<license> | |
<name>The Apache Software License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<developers> | |
<developer> | |
<id>mkaeppler</id> | |
<name>Matthias Käppler</name> | |
<email>[email protected]</email> | |
<url>http://androitism.posterous.com</url> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>sdacchille</id> | |
<name>Stefano Dacchille</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>mgengland</id> | |
<name>Michael G. England</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
</developers> | |
<modules> | |
<module>ignition-support</module> | |
<module>ignition-core</module> | |
<module>ignition-location</module> | |
</modules> | |
<scm> | |
<connection>scm:git:git://github.com/kaeppler/ignition.git</connection> | |
<developerConnection>scm:git:[email protected]:kaeppler/ignition.git</developerConnection> | |
<url>https://github.com/kaeppler/ignition</url> | |
</scm> | |
<issueManagement> | |
<system>GitHub</system> | |
<url>https://github.com/kaeppler/ignition/issues</url> | |
</issueManagement> | |
<distributionManagement> | |
<repository> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<snapshotRepository> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</snapshotRepository> | |
</distributionManagement> | |
<properties> | |
<androidApiLevel>4</androidApiLevel> | |
<androidApiRevision>_r2</androidApiRevision> | |
<androidPluginVersion>3.3.2</androidPluginVersion> | |
<androidVersion>1.6</androidVersion> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<qypeRepositoryUrl>http://nexus.qype.com/content/repositories</qypeRepositoryUrl> | |
<sourceCompatibility>1.6</sourceCompatibility> | |
</properties> | |
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>1.6_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> | |
<repositories> | |
<repository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</repository> | |
<repository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<sourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/src/main/java</sourceDirectory> | |
<scriptSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/src/main/scripts</scriptSourceDirectory> | |
<testSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/src/test/java</testSourceDirectory> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/target/classes</outputDirectory> | |
<testOutputDirectory>/Users/aagamshah/Documents/RedHat/ignition/target/test-classes</testOutputDirectory> | |
<resources> | |
<resource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/src/main/resources</directory> | |
</resource> | |
</resources> | |
<testResources> | |
<testResource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/target</directory> | |
<finalName>ignition-0.3-SNAPSHOT</finalName> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<version>1.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-assembly-plugin</artifactId> | |
<version>2.2-beta-5</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.5.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.2.1</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<executions> | |
<execution> | |
<id>default-clean</id> | |
<phase>clean</phase> | |
<goals> | |
<goal>clean</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-install-plugin</artifactId> | |
<version>2.4</version> | |
<executions> | |
<execution> | |
<id>default-install</id> | |
<phase>install</phase> | |
<goals> | |
<goal>install</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-deploy-plugin</artifactId> | |
<version>2.7</version> | |
<executions> | |
<execution> | |
<id>default-deploy</id> | |
<phase>deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-site-plugin</artifactId> | |
<version>3.3</version> | |
<executions> | |
<execution> | |
<id>default-site</id> | |
<phase>site</phase> | |
<goals> | |
<goal>site</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-deploy</id> | |
<phase>site-deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<reporting> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/target/site</outputDirectory> | |
</reporting> | |
</project> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Effective POM for project --> | |
<!-- 'com.github.ignition:ignition-support-project:pom:0.3-SNAPSHOT' --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
</parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-support-project</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<packaging>pom</packaging> | |
<description>Kick-starts Android application development.</description> | |
<url>http://github.com/kaeppler/ignition/ignition-support-project</url> | |
<licenses> | |
<license> | |
<name>The Apache Software License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<developers> | |
<developer> | |
<id>mkaeppler</id> | |
<name>Matthias Käppler</name> | |
<email>[email protected]</email> | |
<url>http://androitism.posterous.com</url> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>sdacchille</id> | |
<name>Stefano Dacchille</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>mgengland</id> | |
<name>Michael G. England</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
</developers> | |
<modules> | |
<module>ignition-support-lib</module> | |
<module>ignition-support-samples</module> | |
</modules> | |
<scm> | |
<connection>scm:git:git://github.com/kaeppler/ignition.git/ignition-support-project</connection> | |
<developerConnection>scm:git:[email protected]:kaeppler/ignition.git/ignition-support-project</developerConnection> | |
<url>https://github.com/kaeppler/ignition/ignition-support-project</url> | |
</scm> | |
<issueManagement> | |
<system>GitHub</system> | |
<url>https://github.com/kaeppler/ignition/issues</url> | |
</issueManagement> | |
<distributionManagement> | |
<repository> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<snapshotRepository> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</snapshotRepository> | |
</distributionManagement> | |
<properties> | |
<androidApiLevel>4</androidApiLevel> | |
<androidApiRevision>_r2</androidApiRevision> | |
<androidPluginVersion>3.3.2</androidPluginVersion> | |
<androidVersion>1.6</androidVersion> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<qypeRepositoryUrl>http://nexus.qype.com/content/repositories</qypeRepositoryUrl> | |
<sourceCompatibility>1.6</sourceCompatibility> | |
</properties> | |
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>1.6_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>1.6_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
</dependencies> | |
<repositories> | |
<repository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</repository> | |
<repository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<sourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/src/main/java</sourceDirectory> | |
<scriptSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/src/main/scripts</scriptSourceDirectory> | |
<testSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/src/test/java</testSourceDirectory> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/target/classes</outputDirectory> | |
<testOutputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/target/test-classes</testOutputDirectory> | |
<resources> | |
<resource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/src/main/resources</directory> | |
</resource> | |
</resources> | |
<testResources> | |
<testResource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/target</directory> | |
<finalName>ignition-support-project-0.3-SNAPSHOT</finalName> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<version>1.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-assembly-plugin</artifactId> | |
<version>2.2-beta-5</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.5.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.2.1</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<executions> | |
<execution> | |
<id>default-clean</id> | |
<phase>clean</phase> | |
<goals> | |
<goal>clean</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-install-plugin</artifactId> | |
<version>2.4</version> | |
<executions> | |
<execution> | |
<id>default-install</id> | |
<phase>install</phase> | |
<goals> | |
<goal>install</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-deploy-plugin</artifactId> | |
<version>2.7</version> | |
<executions> | |
<execution> | |
<id>default-deploy</id> | |
<phase>deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-site-plugin</artifactId> | |
<version>3.3</version> | |
<executions> | |
<execution> | |
<id>default-site</id> | |
<phase>site</phase> | |
<goals> | |
<goal>site</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-deploy</id> | |
<phase>site-deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<reporting> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/target/site</outputDirectory> | |
</reporting> | |
</project> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Effective POM for project --> | |
<!-- 'com.github.ignition:ignition-support:jar:0.3-SNAPSHOT' --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-support-project</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
</parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-support</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<description>Kick-starts Android application development.</description> | |
<url>http://github.com/kaeppler/ignition/ignition-support-project/ignition-support</url> | |
<licenses> | |
<license> | |
<name>The Apache Software License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<developers> | |
<developer> | |
<id>mkaeppler</id> | |
<name>Matthias Käppler</name> | |
<email>[email protected]</email> | |
<url>http://androitism.posterous.com</url> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>sdacchille</id> | |
<name>Stefano Dacchille</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>mgengland</id> | |
<name>Michael G. England</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
</developers> | |
<scm> | |
<connection>scm:git:git://github.com/kaeppler/ignition.git/ignition-support-project/ignition-support</connection> | |
<developerConnection>scm:git:[email protected]:kaeppler/ignition.git/ignition-support-project/ignition-support</developerConnection> | |
<url>https://github.com/kaeppler/ignition/ignition-support-project/ignition-support</url> | |
</scm> | |
<issueManagement> | |
<system>GitHub</system> | |
<url>https://github.com/kaeppler/ignition/issues</url> | |
</issueManagement> | |
<distributionManagement> | |
<repository> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<snapshotRepository> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</snapshotRepository> | |
</distributionManagement> | |
<properties> | |
<androidApiLevel>4</androidApiLevel> | |
<androidApiRevision>_r2</androidApiRevision> | |
<androidPluginVersion>3.3.2</androidPluginVersion> | |
<androidVersion>1.6</androidVersion> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<qypeRepositoryUrl>http://nexus.qype.com/content/repositories</qypeRepositoryUrl> | |
<sourceCompatibility>1.6</sourceCompatibility> | |
</properties> | |
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>1.6_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.guava</groupId> | |
<artifactId>guava-collections</artifactId> | |
<version>r03</version> | |
<scope>compile</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>1.6_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
</dependencies> | |
<repositories> | |
<repository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</repository> | |
<repository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<sourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-lib/src/main/java</sourceDirectory> | |
<scriptSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-lib/src/main/scripts</scriptSourceDirectory> | |
<testSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-lib/src/test/java</testSourceDirectory> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-lib/target/classes</outputDirectory> | |
<testOutputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-lib/target/test-classes</testOutputDirectory> | |
<resources> | |
<resource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-lib/src/main/resources</directory> | |
</resource> | |
</resources> | |
<testResources> | |
<testResource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-lib/src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-lib/target</directory> | |
<finalName>ignition-support-0.3-SNAPSHOT</finalName> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<version>1.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-assembly-plugin</artifactId> | |
<version>2.2-beta-5</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.5.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.2.1</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<executions> | |
<execution> | |
<id>default-clean</id> | |
<phase>clean</phase> | |
<goals> | |
<goal>clean</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-resources-plugin</artifactId> | |
<version>2.6</version> | |
<executions> | |
<execution> | |
<id>default-testResources</id> | |
<phase>process-test-resources</phase> | |
<goals> | |
<goal>testResources</goal> | |
</goals> | |
</execution> | |
<execution> | |
<id>default-resources</id> | |
<phase>process-resources</phase> | |
<goals> | |
<goal>resources</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-jar-plugin</artifactId> | |
<version>2.4</version> | |
<executions> | |
<execution> | |
<id>default-jar</id> | |
<phase>package</phase> | |
<goals> | |
<goal>jar</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<executions> | |
<execution> | |
<id>default-compile</id> | |
<phase>compile</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-testCompile</id> | |
<phase>test-compile</phase> | |
<goals> | |
<goal>testCompile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-surefire-plugin</artifactId> | |
<version>2.12.4</version> | |
<executions> | |
<execution> | |
<id>default-test</id> | |
<phase>test</phase> | |
<goals> | |
<goal>test</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-install-plugin</artifactId> | |
<version>2.4</version> | |
<executions> | |
<execution> | |
<id>default-install</id> | |
<phase>install</phase> | |
<goals> | |
<goal>install</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-deploy-plugin</artifactId> | |
<version>2.7</version> | |
<executions> | |
<execution> | |
<id>default-deploy</id> | |
<phase>deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-site-plugin</artifactId> | |
<version>3.3</version> | |
<executions> | |
<execution> | |
<id>default-site</id> | |
<phase>site</phase> | |
<goals> | |
<goal>site</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-lib/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-deploy</id> | |
<phase>site-deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-lib/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-lib/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<reporting> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-lib/target/site</outputDirectory> | |
</reporting> | |
</project> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Effective POM for project --> | |
<!-- 'com.github.ignition:ignition-core-project:pom:0.3-SNAPSHOT' --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
</parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-core-project</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<packaging>pom</packaging> | |
<description>Kick-starts Android application development.</description> | |
<url>http://github.com/kaeppler/ignition/ignition-core-project</url> | |
<licenses> | |
<license> | |
<name>The Apache Software License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<developers> | |
<developer> | |
<id>mkaeppler</id> | |
<name>Matthias Käppler</name> | |
<email>[email protected]</email> | |
<url>http://androitism.posterous.com</url> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>sdacchille</id> | |
<name>Stefano Dacchille</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>mgengland</id> | |
<name>Michael G. England</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
</developers> | |
<modules> | |
<module>ignition-core-lib</module> | |
<module>ignition-core-samples</module> | |
<module>ignition-core-tests</module> | |
</modules> | |
<scm> | |
<connection>scm:git:git://github.com/kaeppler/ignition.git/ignition-core-project</connection> | |
<developerConnection>scm:git:[email protected]:kaeppler/ignition.git/ignition-core-project</developerConnection> | |
<url>https://github.com/kaeppler/ignition/ignition-core-project</url> | |
</scm> | |
<issueManagement> | |
<system>GitHub</system> | |
<url>https://github.com/kaeppler/ignition/issues</url> | |
</issueManagement> | |
<distributionManagement> | |
<repository> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<snapshotRepository> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</snapshotRepository> | |
</distributionManagement> | |
<properties> | |
<androidApiLevel>4</androidApiLevel> | |
<androidApiRevision>_r2</androidApiRevision> | |
<androidPluginVersion>3.3.2</androidPluginVersion> | |
<androidVersion>1.6</androidVersion> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<qypeRepositoryUrl>http://nexus.qype.com/content/repositories</qypeRepositoryUrl> | |
<sourceCompatibility>1.6</sourceCompatibility> | |
</properties> | |
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>1.6_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>1.6_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
</dependencies> | |
<repositories> | |
<repository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</repository> | |
<repository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<sourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/src/main/java</sourceDirectory> | |
<scriptSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/src/main/scripts</scriptSourceDirectory> | |
<testSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/src/test/java</testSourceDirectory> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/target/classes</outputDirectory> | |
<testOutputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/target/test-classes</testOutputDirectory> | |
<resources> | |
<resource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/src/main/resources</directory> | |
</resource> | |
</resources> | |
<testResources> | |
<testResource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/target</directory> | |
<finalName>ignition-core-project-0.3-SNAPSHOT</finalName> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<version>1.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-assembly-plugin</artifactId> | |
<version>2.2-beta-5</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.5.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.2.1</version> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<executions> | |
<execution> | |
<id>default-clean</id> | |
<phase>clean</phase> | |
<goals> | |
<goal>clean</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-install-plugin</artifactId> | |
<version>2.4</version> | |
<executions> | |
<execution> | |
<id>default-install</id> | |
<phase>install</phase> | |
<goals> | |
<goal>install</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-deploy-plugin</artifactId> | |
<version>2.7</version> | |
<executions> | |
<execution> | |
<id>default-deploy</id> | |
<phase>deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-site-plugin</artifactId> | |
<version>3.3</version> | |
<executions> | |
<execution> | |
<id>default-site</id> | |
<phase>site</phase> | |
<goals> | |
<goal>site</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-deploy</id> | |
<phase>site-deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<reporting> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/target/site</outputDirectory> | |
</reporting> | |
</project> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Effective POM for project --> | |
<!-- 'com.github.ignition:ignition-core:apklib:0.3-SNAPSHOT' --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-core-project</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
</parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-core</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<packaging>apklib</packaging> | |
<description>Kick-starts Android application development.</description> | |
<url>http://github.com/kaeppler/ignition/ignition-core-project/ignition-core</url> | |
<licenses> | |
<license> | |
<name>The Apache Software License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<developers> | |
<developer> | |
<id>mkaeppler</id> | |
<name>Matthias Käppler</name> | |
<email>[email protected]</email> | |
<url>http://androitism.posterous.com</url> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>sdacchille</id> | |
<name>Stefano Dacchille</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>mgengland</id> | |
<name>Michael G. England</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
</developers> | |
<scm> | |
<connection>scm:git:git://github.com/kaeppler/ignition.git/ignition-core-project/ignition-core</connection> | |
<developerConnection>scm:git:[email protected]:kaeppler/ignition.git/ignition-core-project/ignition-core</developerConnection> | |
<url>https://github.com/kaeppler/ignition/ignition-core-project/ignition-core</url> | |
</scm> | |
<issueManagement> | |
<system>GitHub</system> | |
<url>https://github.com/kaeppler/ignition/issues</url> | |
</issueManagement> | |
<distributionManagement> | |
<repository> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<snapshotRepository> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</snapshotRepository> | |
</distributionManagement> | |
<properties> | |
<androidApiLevel>4</androidApiLevel> | |
<androidApiRevision>_r2</androidApiRevision> | |
<androidPluginVersion>3.3.2</androidPluginVersion> | |
<androidVersion>1.6</androidVersion> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<qypeRepositoryUrl>http://nexus.qype.com/content/repositories</qypeRepositoryUrl> | |
<sourceCompatibility>1.6</sourceCompatibility> | |
</properties> | |
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>1.6_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-support</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<scope>compile</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>1.6_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
</dependencies> | |
<repositories> | |
<repository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</repository> | |
<repository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<sourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-lib/src</sourceDirectory> | |
<scriptSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-lib/src/main/scripts</scriptSourceDirectory> | |
<testSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-lib/src/test/java</testSourceDirectory> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-lib/target/classes</outputDirectory> | |
<testOutputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-lib/target/test-classes</testOutputDirectory> | |
<resources> | |
<resource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-lib/src/main/resources</directory> | |
</resource> | |
</resources> | |
<testResources> | |
<testResource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-lib/src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-lib/target</directory> | |
<finalName>ignition-core-0.3-SNAPSHOT</finalName> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<version>1.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-assembly-plugin</artifactId> | |
<version>2.2-beta-5</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.5.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.2.1</version> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<executions> | |
<execution> | |
<id>default-apklib</id> | |
<phase>package</phase> | |
<goals> | |
<goal>apklib</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-proguard</id> | |
<phase>process-classes</phase> | |
<goals> | |
<goal>proguard</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-generate-sources</id> | |
<phase>generate-sources</phase> | |
<goals> | |
<goal>generate-sources</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
<configuration> | |
<excludes> | |
<exclude>android:android</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> | |
</additionalProjectnatures> | |
<additionalBuildcommands> | |
<buildcommand>com.android.ide.eclipse.adt.ResourceManagerBuilder</buildcommand> | |
<buildcommand>com.android.ide.eclipse.adt.PreCompilerBuilder</buildcommand> | |
<buildcommand>com.android.ide.eclipse.adt.ApkBuilder</buildcommand> | |
</additionalBuildcommands> | |
<useProjectReferences>false</useProjectReferences> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<executions> | |
<execution> | |
<id>default-clean</id> | |
<phase>clean</phase> | |
<goals> | |
<goal>clean</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-resources-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-testResources</id> | |
<phase>process-test-resources</phase> | |
<goals> | |
<goal>testResources</goal> | |
</goals> | |
</execution> | |
<execution> | |
<id>default-resources</id> | |
<phase>process-resources</phase> | |
<goals> | |
<goal>resources</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-jar-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-jar</id> | |
<phase>package</phase> | |
<goals> | |
<goal>jar</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<executions> | |
<execution> | |
<id>default-compile</id> | |
<phase>compile</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-testCompile</id> | |
<phase>test-compile</phase> | |
<goals> | |
<goal>testCompile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-surefire-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-test</id> | |
<phase>test</phase> | |
<goals> | |
<goal>test</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-install-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-install</id> | |
<phase>install</phase> | |
<goals> | |
<goal>install</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-deploy-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-deploy</id> | |
<phase>deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-site-plugin</artifactId> | |
<version>3.3</version> | |
<executions> | |
<execution> | |
<id>default-site</id> | |
<phase>site</phase> | |
<goals> | |
<goal>site</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-lib/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-deploy</id> | |
<phase>site-deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-lib/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-lib/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<reporting> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-lib/target/site</outputDirectory> | |
</reporting> | |
</project> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Effective POM for project --> | |
<!-- 'com.github.ignition:ignition-support-samples:apk:0.3-SNAPSHOT' --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-support-project</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
</parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-support-samples</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<packaging>apk</packaging> | |
<description>Kick-starts Android application development.</description> | |
<url>http://github.com/kaeppler/ignition/ignition-support-project/ignition-support-samples</url> | |
<licenses> | |
<license> | |
<name>The Apache Software License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<developers> | |
<developer> | |
<id>mkaeppler</id> | |
<name>Matthias Käppler</name> | |
<email>[email protected]</email> | |
<url>http://androitism.posterous.com</url> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>sdacchille</id> | |
<name>Stefano Dacchille</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>mgengland</id> | |
<name>Michael G. England</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
</developers> | |
<scm> | |
<connection>scm:git:git://github.com/kaeppler/ignition.git/ignition-support-project/ignition-support-samples</connection> | |
<developerConnection>scm:git:[email protected]:kaeppler/ignition.git/ignition-support-project/ignition-support-samples</developerConnection> | |
<url>https://github.com/kaeppler/ignition/ignition-support-project/ignition-support-samples</url> | |
</scm> | |
<issueManagement> | |
<system>GitHub</system> | |
<url>https://github.com/kaeppler/ignition/issues</url> | |
</issueManagement> | |
<distributionManagement> | |
<repository> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<snapshotRepository> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</snapshotRepository> | |
</distributionManagement> | |
<properties> | |
<androidApiLevel>4</androidApiLevel> | |
<androidApiRevision>_r2</androidApiRevision> | |
<androidPluginVersion>3.3.2</androidPluginVersion> | |
<androidVersion>1.6</androidVersion> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<qypeRepositoryUrl>http://nexus.qype.com/content/repositories</qypeRepositoryUrl> | |
<sourceCompatibility>1.6</sourceCompatibility> | |
</properties> | |
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>1.6_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-core</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<type>apklib</type> | |
<scope>compile</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>1.6_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
</dependencies> | |
<repositories> | |
<repository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</repository> | |
<repository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<sourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-samples/src</sourceDirectory> | |
<scriptSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-samples/src/main/scripts</scriptSourceDirectory> | |
<testSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-samples/src/test/java</testSourceDirectory> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-samples/target/classes</outputDirectory> | |
<testOutputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-samples/target/test-classes</testOutputDirectory> | |
<resources> | |
<resource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-samples/src/main/resources</directory> | |
</resource> | |
</resources> | |
<testResources> | |
<testResource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-samples/src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-samples/target</directory> | |
<finalName>ignition-support-samples-0.3-SNAPSHOT</finalName> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<version>1.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-assembly-plugin</artifactId> | |
<version>2.2-beta-5</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.5.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.2.1</version> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<executions> | |
<execution> | |
<id>default-emma</id> | |
<phase>prepare-package</phase> | |
<goals> | |
<goal>emma</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-dex</id> | |
<phase>prepare-package</phase> | |
<goals> | |
<goal>dex</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-apk</id> | |
<phase>package</phase> | |
<goals> | |
<goal>apk</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-internal-integration-test</id> | |
<phase>integration-test</phase> | |
<goals> | |
<goal>internal-integration-test</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-internal-pre-integration-test</id> | |
<phase>pre-integration-test</phase> | |
<goals> | |
<goal>internal-pre-integration-test</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-proguard</id> | |
<phase>process-classes</phase> | |
<goals> | |
<goal>proguard</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-generate-sources</id> | |
<phase>generate-sources</phase> | |
<goals> | |
<goal>generate-sources</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<executions> | |
<execution> | |
<id>default-clean</id> | |
<phase>clean</phase> | |
<goals> | |
<goal>clean</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-jar-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-jar</id> | |
<phase>package</phase> | |
<goals> | |
<goal>jar</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-surefire-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-test</id> | |
<phase>test</phase> | |
<goals> | |
<goal>test</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<executions> | |
<execution> | |
<id>default-testCompile</id> | |
<phase>test-compile</phase> | |
<goals> | |
<goal>testCompile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-compile</id> | |
<phase>compile</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-deploy-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-deploy</id> | |
<phase>deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-resources-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-testResources</id> | |
<phase>process-test-resources</phase> | |
<goals> | |
<goal>testResources</goal> | |
</goals> | |
</execution> | |
<execution> | |
<id>default-resources</id> | |
<phase>process-resources</phase> | |
<goals> | |
<goal>resources</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-install-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-install</id> | |
<phase>install</phase> | |
<goals> | |
<goal>install</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-site-plugin</artifactId> | |
<version>3.3</version> | |
<executions> | |
<execution> | |
<id>default-site</id> | |
<phase>site</phase> | |
<goals> | |
<goal>site</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-samples/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-deploy</id> | |
<phase>site-deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-samples/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-samples/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<reporting> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-support/ignition-support-samples/target/site</outputDirectory> | |
</reporting> | |
</project> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Effective POM for project --> | |
<!-- 'com.github.ignition:ignition-core-samples:apk:0.3-SNAPSHOT' --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-core-project</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
</parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-core-samples</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<packaging>apk</packaging> | |
<description>Kick-starts Android application development.</description> | |
<url>http://github.com/kaeppler/ignition/ignition-core-project/ignition-core-samples</url> | |
<licenses> | |
<license> | |
<name>The Apache Software License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<developers> | |
<developer> | |
<id>mkaeppler</id> | |
<name>Matthias Käppler</name> | |
<email>[email protected]</email> | |
<url>http://androitism.posterous.com</url> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>sdacchille</id> | |
<name>Stefano Dacchille</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>mgengland</id> | |
<name>Michael G. England</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
</developers> | |
<scm> | |
<connection>scm:git:git://github.com/kaeppler/ignition.git/ignition-core-project/ignition-core-samples</connection> | |
<developerConnection>scm:git:[email protected]:kaeppler/ignition.git/ignition-core-project/ignition-core-samples</developerConnection> | |
<url>https://github.com/kaeppler/ignition/ignition-core-project/ignition-core-samples</url> | |
</scm> | |
<issueManagement> | |
<system>GitHub</system> | |
<url>https://github.com/kaeppler/ignition/issues</url> | |
</issueManagement> | |
<distributionManagement> | |
<repository> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<snapshotRepository> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</snapshotRepository> | |
</distributionManagement> | |
<properties> | |
<androidApiLevel>4</androidApiLevel> | |
<androidApiRevision>_r2</androidApiRevision> | |
<androidPluginVersion>3.3.2</androidPluginVersion> | |
<androidVersion>1.6</androidVersion> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<qypeRepositoryUrl>http://nexus.qype.com/content/repositories</qypeRepositoryUrl> | |
<sourceCompatibility>1.6</sourceCompatibility> | |
</properties> | |
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>1.6_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-core</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<type>apklib</type> | |
<scope>compile</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>1.6_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
</dependencies> | |
<repositories> | |
<repository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</repository> | |
<repository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<sourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-samples/src</sourceDirectory> | |
<scriptSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-samples/src/main/scripts</scriptSourceDirectory> | |
<testSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-samples/src/test/java</testSourceDirectory> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-samples/target/classes</outputDirectory> | |
<testOutputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-samples/target/test-classes</testOutputDirectory> | |
<resources> | |
<resource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-samples/src/main/resources</directory> | |
</resource> | |
</resources> | |
<testResources> | |
<testResource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-samples/src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-samples/target</directory> | |
<finalName>ignition-core-samples-0.3-SNAPSHOT</finalName> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<version>1.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-assembly-plugin</artifactId> | |
<version>2.2-beta-5</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.5.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.2.1</version> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<executions> | |
<execution> | |
<id>default-emma</id> | |
<phase>prepare-package</phase> | |
<goals> | |
<goal>emma</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-dex</id> | |
<phase>prepare-package</phase> | |
<goals> | |
<goal>dex</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-apk</id> | |
<phase>package</phase> | |
<goals> | |
<goal>apk</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-internal-integration-test</id> | |
<phase>integration-test</phase> | |
<goals> | |
<goal>internal-integration-test</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-internal-pre-integration-test</id> | |
<phase>pre-integration-test</phase> | |
<goals> | |
<goal>internal-pre-integration-test</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-proguard</id> | |
<phase>process-classes</phase> | |
<goals> | |
<goal>proguard</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-generate-sources</id> | |
<phase>generate-sources</phase> | |
<goals> | |
<goal>generate-sources</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<executions> | |
<execution> | |
<id>default-clean</id> | |
<phase>clean</phase> | |
<goals> | |
<goal>clean</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-jar-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-jar</id> | |
<phase>package</phase> | |
<goals> | |
<goal>jar</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-surefire-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-test</id> | |
<phase>test</phase> | |
<goals> | |
<goal>test</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<executions> | |
<execution> | |
<id>default-testCompile</id> | |
<phase>test-compile</phase> | |
<goals> | |
<goal>testCompile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-compile</id> | |
<phase>compile</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-deploy-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-deploy</id> | |
<phase>deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-resources-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-testResources</id> | |
<phase>process-test-resources</phase> | |
<goals> | |
<goal>testResources</goal> | |
</goals> | |
</execution> | |
<execution> | |
<id>default-resources</id> | |
<phase>process-resources</phase> | |
<goals> | |
<goal>resources</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-install-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-install</id> | |
<phase>install</phase> | |
<goals> | |
<goal>install</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-site-plugin</artifactId> | |
<version>3.3</version> | |
<executions> | |
<execution> | |
<id>default-site</id> | |
<phase>site</phase> | |
<goals> | |
<goal>site</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-samples/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-deploy</id> | |
<phase>site-deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-samples/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-samples/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<reporting> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-samples/target/site</outputDirectory> | |
</reporting> | |
</project> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Effective POM for project --> | |
<!-- 'com.github.ignition:ignition-core-tests:pom:0.3-SNAPSHOT' --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-core-project</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
</parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-core-tests</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<packaging>pom</packaging> | |
<description>Kick-starts Android application development.</description> | |
<url>http://github.com/kaeppler/ignition/ignition-core-project/ignition-core-tests</url> | |
<licenses> | |
<license> | |
<name>The Apache Software License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<developers> | |
<developer> | |
<id>mkaeppler</id> | |
<name>Matthias Käppler</name> | |
<email>[email protected]</email> | |
<url>http://androitism.posterous.com</url> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>sdacchille</id> | |
<name>Stefano Dacchille</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>mgengland</id> | |
<name>Michael G. England</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
</developers> | |
<modules> | |
<module>remote-image-view-test</module> | |
</modules> | |
<scm> | |
<connection>scm:git:git://github.com/kaeppler/ignition.git/ignition-core-project/ignition-core-tests</connection> | |
<developerConnection>scm:git:[email protected]:kaeppler/ignition.git/ignition-core-project/ignition-core-tests</developerConnection> | |
<url>https://github.com/kaeppler/ignition/ignition-core-project/ignition-core-tests</url> | |
</scm> | |
<issueManagement> | |
<system>GitHub</system> | |
<url>https://github.com/kaeppler/ignition/issues</url> | |
</issueManagement> | |
<distributionManagement> | |
<repository> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<snapshotRepository> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</snapshotRepository> | |
</distributionManagement> | |
<properties> | |
<androidApiLevel>10</androidApiLevel> | |
<androidApiRevision /> | |
<androidPluginVersion>3.3.2</androidPluginVersion> | |
<androidVersion>2.3.3</androidVersion> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<qypeRepositoryUrl>http://nexus.qype.com/content/repositories</qypeRepositoryUrl> | |
<sourceCompatibility>1.6</sourceCompatibility> | |
</properties> | |
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>2.3.3</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-core</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<type>apklib</type> | |
<scope>compile</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>2.3.3</version> | |
<scope>provided</scope> | |
</dependency> | |
</dependencies> | |
<repositories> | |
<repository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</repository> | |
<repository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<sourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/src/main/java</sourceDirectory> | |
<scriptSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/src/main/scripts</scriptSourceDirectory> | |
<testSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/src/test/java</testSourceDirectory> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/target/classes</outputDirectory> | |
<testOutputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/target/test-classes</testOutputDirectory> | |
<resources> | |
<resource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/src/main/resources</directory> | |
</resource> | |
</resources> | |
<testResources> | |
<testResource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/target</directory> | |
<finalName>ignition-core-tests-0.3-SNAPSHOT</finalName> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<version>1.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-assembly-plugin</artifactId> | |
<version>2.2-beta-5</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.5.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>10</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.2.1</version> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>10</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<executions> | |
<execution> | |
<id>default-clean</id> | |
<phase>clean</phase> | |
<goals> | |
<goal>clean</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-install-plugin</artifactId> | |
<version>2.4</version> | |
<executions> | |
<execution> | |
<id>default-install</id> | |
<phase>install</phase> | |
<goals> | |
<goal>install</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-deploy-plugin</artifactId> | |
<version>2.7</version> | |
<executions> | |
<execution> | |
<id>default-deploy</id> | |
<phase>deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-site-plugin</artifactId> | |
<version>3.3</version> | |
<executions> | |
<execution> | |
<id>default-site</id> | |
<phase>site</phase> | |
<goals> | |
<goal>site</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-deploy</id> | |
<phase>site-deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<reporting> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/target/site</outputDirectory> | |
</reporting> | |
</project> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Effective POM for project --> | |
<!-- 'com.github.ignition:remote-image-view-test:jar:0.3-SNAPSHOT' --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-core-tests</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
</parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>remote-image-view-test</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<description>Kick-starts Android application development.</description> | |
<url>http://github.com/kaeppler/ignition/ignition-core-project/ignition-core-tests/remote-image-view-test</url> | |
<licenses> | |
<license> | |
<name>The Apache Software License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<developers> | |
<developer> | |
<id>mkaeppler</id> | |
<name>Matthias Käppler</name> | |
<email>[email protected]</email> | |
<url>http://androitism.posterous.com</url> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>sdacchille</id> | |
<name>Stefano Dacchille</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>mgengland</id> | |
<name>Michael G. England</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
</developers> | |
<scm> | |
<connection>scm:git:git://github.com/kaeppler/ignition.git/ignition-core-project/ignition-core-tests/remote-image-view-test</connection> | |
<developerConnection>scm:git:[email protected]:kaeppler/ignition.git/ignition-core-project/ignition-core-tests/remote-image-view-test</developerConnection> | |
<url>https://github.com/kaeppler/ignition/ignition-core-project/ignition-core-tests/remote-image-view-test</url> | |
</scm> | |
<issueManagement> | |
<system>GitHub</system> | |
<url>https://github.com/kaeppler/ignition/issues</url> | |
</issueManagement> | |
<distributionManagement> | |
<repository> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<snapshotRepository> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</snapshotRepository> | |
</distributionManagement> | |
<properties> | |
<androidApiLevel>10</androidApiLevel> | |
<androidApiRevision /> | |
<androidPluginVersion>3.3.2</androidPluginVersion> | |
<androidVersion>2.3.3</androidVersion> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<qypeRepositoryUrl>http://nexus.qype.com/content/repositories</qypeRepositoryUrl> | |
<sourceCompatibility>1.6</sourceCompatibility> | |
</properties> | |
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>2.3.3</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-core-samples</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<scope>compile</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-core</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<type>apklib</type> | |
<scope>compile</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>2.3.3</version> | |
<scope>provided</scope> | |
</dependency> | |
</dependencies> | |
<repositories> | |
<repository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</repository> | |
<repository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<sourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/remote-image-view-test/src/main/java</sourceDirectory> | |
<scriptSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/remote-image-view-test/src/main/scripts</scriptSourceDirectory> | |
<testSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/remote-image-view-test/src/test/java</testSourceDirectory> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/remote-image-view-test/target/classes</outputDirectory> | |
<testOutputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/remote-image-view-test/target/test-classes</testOutputDirectory> | |
<resources> | |
<resource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/remote-image-view-test/src/main/resources</directory> | |
</resource> | |
</resources> | |
<testResources> | |
<testResource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/remote-image-view-test/src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/remote-image-view-test/target</directory> | |
<finalName>remote-image-view-test-0.3-SNAPSHOT</finalName> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<version>1.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-assembly-plugin</artifactId> | |
<version>2.2-beta-5</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.5.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>10</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.2.1</version> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>10</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<executions> | |
<execution> | |
<id>default-clean</id> | |
<phase>clean</phase> | |
<goals> | |
<goal>clean</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-resources-plugin</artifactId> | |
<version>2.6</version> | |
<executions> | |
<execution> | |
<id>default-testResources</id> | |
<phase>process-test-resources</phase> | |
<goals> | |
<goal>testResources</goal> | |
</goals> | |
</execution> | |
<execution> | |
<id>default-resources</id> | |
<phase>process-resources</phase> | |
<goals> | |
<goal>resources</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-jar-plugin</artifactId> | |
<version>2.4</version> | |
<executions> | |
<execution> | |
<id>default-jar</id> | |
<phase>package</phase> | |
<goals> | |
<goal>jar</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<executions> | |
<execution> | |
<id>default-compile</id> | |
<phase>compile</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-testCompile</id> | |
<phase>test-compile</phase> | |
<goals> | |
<goal>testCompile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-surefire-plugin</artifactId> | |
<version>2.12.4</version> | |
<executions> | |
<execution> | |
<id>default-test</id> | |
<phase>test</phase> | |
<goals> | |
<goal>test</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-install-plugin</artifactId> | |
<version>2.4</version> | |
<executions> | |
<execution> | |
<id>default-install</id> | |
<phase>install</phase> | |
<goals> | |
<goal>install</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-deploy-plugin</artifactId> | |
<version>2.7</version> | |
<executions> | |
<execution> | |
<id>default-deploy</id> | |
<phase>deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-site-plugin</artifactId> | |
<version>3.3</version> | |
<executions> | |
<execution> | |
<id>default-site</id> | |
<phase>site</phase> | |
<goals> | |
<goal>site</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/remote-image-view-test/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-deploy</id> | |
<phase>site-deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/remote-image-view-test/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/remote-image-view-test/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<reporting> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-core/ignition-core-tests/remote-image-view-test/target/site</outputDirectory> | |
</reporting> | |
</project> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Effective POM for project --> | |
<!-- 'com.github.ignition:ignition-location-project:pom:0.3-SNAPSHOT' --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
</parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-location-project</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<packaging>pom</packaging> | |
<description>Kick-starts Android application development.</description> | |
<url>http://github.com/kaeppler/ignition/ignition-location-project</url> | |
<licenses> | |
<license> | |
<name>The Apache Software License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<developers> | |
<developer> | |
<id>mkaeppler</id> | |
<name>Matthias Käppler</name> | |
<email>[email protected]</email> | |
<url>http://androitism.posterous.com</url> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>sdacchille</id> | |
<name>Stefano Dacchille</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>mgengland</id> | |
<name>Michael G. England</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
</developers> | |
<modules> | |
<module>ignition-location-lib</module> | |
<module>ignition-location-samples</module> | |
<module>ignition-location-tests</module> | |
</modules> | |
<scm> | |
<connection>scm:git:git://github.com/kaeppler/ignition.git/ignition-location-project</connection> | |
<developerConnection>scm:git:[email protected]:kaeppler/ignition.git/ignition-location-project</developerConnection> | |
<url>https://github.com/kaeppler/ignition/ignition-location-project</url> | |
</scm> | |
<issueManagement> | |
<system>GitHub</system> | |
<url>https://github.com/kaeppler/ignition/issues</url> | |
</issueManagement> | |
<distributionManagement> | |
<repository> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<snapshotRepository> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</snapshotRepository> | |
</distributionManagement> | |
<properties> | |
<androidApiLevel>4</androidApiLevel> | |
<androidApiRevision>_r2</androidApiRevision> | |
<androidPluginVersion>3.3.2</androidPluginVersion> | |
<androidVersion>4.0.1.2</androidVersion> | |
<mapsVersion>14_r1</mapsVersion> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<qypeRepositoryUrl>http://nexus.qype.com/content/repositories</qypeRepositoryUrl> | |
<sourceCompatibility>1.6</sourceCompatibility> | |
</properties> | |
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>4.0.1.2_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>4.0.1.2</version> | |
<scope>provided</scope> | |
</dependency> | |
</dependencies> | |
<repositories> | |
<repository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</repository> | |
<repository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<sourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/src/main/java</sourceDirectory> | |
<scriptSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/src/main/scripts</scriptSourceDirectory> | |
<testSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/src/test/java</testSourceDirectory> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/target/classes</outputDirectory> | |
<testOutputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/target/test-classes</testOutputDirectory> | |
<resources> | |
<resource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/src/main/resources</directory> | |
</resource> | |
</resources> | |
<testResources> | |
<testResource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/target</directory> | |
<finalName>ignition-location-project-0.3-SNAPSHOT</finalName> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<version>1.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-assembly-plugin</artifactId> | |
<version>2.2-beta-5</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.5.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
<configuration> | |
<sourceIncludes> | |
<sourceInclude>**/*.aj</sourceInclude> | |
</sourceIncludes> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>aspectj-maven-plugin</artifactId> | |
<version>1.4</version> | |
<executions> | |
<execution> | |
<phase>process-sources</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<source>1.6</source> | |
</configuration> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.2.1</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<executions> | |
<execution> | |
<id>default-clean</id> | |
<phase>clean</phase> | |
<goals> | |
<goal>clean</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-install-plugin</artifactId> | |
<version>2.4</version> | |
<executions> | |
<execution> | |
<id>default-install</id> | |
<phase>install</phase> | |
<goals> | |
<goal>install</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-deploy-plugin</artifactId> | |
<version>2.7</version> | |
<executions> | |
<execution> | |
<id>default-deploy</id> | |
<phase>deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-site-plugin</artifactId> | |
<version>3.3</version> | |
<executions> | |
<execution> | |
<id>default-site</id> | |
<phase>site</phase> | |
<goals> | |
<goal>site</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-deploy</id> | |
<phase>site-deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<reporting> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/target/site</outputDirectory> | |
</reporting> | |
</project> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Effective POM for project --> | |
<!-- 'com.github.ignition:ignition-location:apklib:0.3-SNAPSHOT' --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-location-project</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
</parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-location</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<packaging>apklib</packaging> | |
<description>Kick-starts Android application development.</description> | |
<url>http://github.com/kaeppler/ignition/ignition-location-project/ignition-location</url> | |
<licenses> | |
<license> | |
<name>The Apache Software License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<developers> | |
<developer> | |
<id>mkaeppler</id> | |
<name>Matthias Käppler</name> | |
<email>[email protected]</email> | |
<url>http://androitism.posterous.com</url> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>sdacchille</id> | |
<name>Stefano Dacchille</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>mgengland</id> | |
<name>Michael G. England</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
</developers> | |
<scm> | |
<connection>scm:git:git://github.com/kaeppler/ignition.git/ignition-location-project/ignition-location</connection> | |
<developerConnection>scm:git:[email protected]:kaeppler/ignition.git/ignition-location-project/ignition-location</developerConnection> | |
<url>https://github.com/kaeppler/ignition/ignition-location-project/ignition-location</url> | |
</scm> | |
<issueManagement> | |
<system>GitHub</system> | |
<url>https://github.com/kaeppler/ignition/issues</url> | |
</issueManagement> | |
<distributionManagement> | |
<repository> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<snapshotRepository> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</snapshotRepository> | |
</distributionManagement> | |
<properties> | |
<androidApiLevel>4</androidApiLevel> | |
<androidApiRevision>_r2</androidApiRevision> | |
<androidPluginVersion>3.3.2</androidPluginVersion> | |
<androidVersion>4.0.1.2</androidVersion> | |
<mapsVersion>14_r1</mapsVersion> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<qypeRepositoryUrl>http://nexus.qype.com/content/repositories</qypeRepositoryUrl> | |
<sourceCompatibility>1.6</sourceCompatibility> | |
</properties> | |
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>4.0.1.2_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-support</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<scope>compile</scope> | |
</dependency> | |
<dependency> | |
<groupId>org.aspectj</groupId> | |
<artifactId>aspectjrt</artifactId> | |
<version>1.6.11</version> | |
<scope>compile</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>4.0.1.2</version> | |
<scope>provided</scope> | |
</dependency> | |
</dependencies> | |
<repositories> | |
<repository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</repository> | |
<repository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<sourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-lib/src</sourceDirectory> | |
<scriptSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-lib/src/main/scripts</scriptSourceDirectory> | |
<testSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-lib/src/test/java</testSourceDirectory> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-lib/target/classes</outputDirectory> | |
<testOutputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-lib/target/test-classes</testOutputDirectory> | |
<resources> | |
<resource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-lib/src/main/resources</directory> | |
</resource> | |
</resources> | |
<testResources> | |
<testResource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-lib/src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-lib/target</directory> | |
<finalName>ignition-location-0.3-SNAPSHOT</finalName> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<version>1.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-assembly-plugin</artifactId> | |
<version>2.2-beta-5</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.5.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
<configuration> | |
<sourceIncludes> | |
<sourceInclude>**/*.aj</sourceInclude> | |
</sourceIncludes> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>aspectj-maven-plugin</artifactId> | |
<version>1.4</version> | |
<executions> | |
<execution> | |
<phase>process-sources</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<source>1.6</source> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>org.eclipse.m2e</groupId> | |
<artifactId>lifecycle-mapping</artifactId> | |
<version>1.0.0</version> | |
<configuration> | |
<lifecycleMappingMetadata> | |
<pluginExecutions> | |
<pluginExecution> | |
<pluginExecutionFilter> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>aspectj-maven-plugin</artifactId> | |
<versionRange>[1.4,)</versionRange> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
</pluginExecutionFilter> | |
<action> | |
<ignore /> | |
</action> | |
</pluginExecution> | |
</pluginExecutions> | |
</lifecycleMappingMetadata> | |
</configuration> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.2.1</version> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<executions> | |
<execution> | |
<id>default-apklib</id> | |
<phase>package</phase> | |
<goals> | |
<goal>apklib</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-proguard</id> | |
<phase>process-classes</phase> | |
<goals> | |
<goal>proguard</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-generate-sources</id> | |
<phase>generate-sources</phase> | |
<goals> | |
<goal>generate-sources</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>aspectj-maven-plugin</artifactId> | |
<version>1.4</version> | |
<executions> | |
<execution> | |
<phase>process-sources</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<source>1.6</source> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
<configuration> | |
<excludes> | |
<exclude>com.google.android:android</exclude> | |
</excludes> | |
<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.ajdt.core.ajbuilder</buildcommand> | |
<buildcommand>com.android.ide.eclipse.adt.ApkBuilder</buildcommand> | |
</buildcommands> | |
<useProjectReferences>false</useProjectReferences> | |
<sourceIncludes> | |
<sourceInclude>**/*.aj</sourceInclude> | |
</sourceIncludes> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<executions> | |
<execution> | |
<id>default-clean</id> | |
<phase>clean</phase> | |
<goals> | |
<goal>clean</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-resources-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-testResources</id> | |
<phase>process-test-resources</phase> | |
<goals> | |
<goal>testResources</goal> | |
</goals> | |
</execution> | |
<execution> | |
<id>default-resources</id> | |
<phase>process-resources</phase> | |
<goals> | |
<goal>resources</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-jar-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-jar</id> | |
<phase>package</phase> | |
<goals> | |
<goal>jar</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<executions> | |
<execution> | |
<id>default-compile</id> | |
<phase>compile</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-testCompile</id> | |
<phase>test-compile</phase> | |
<goals> | |
<goal>testCompile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-surefire-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-test</id> | |
<phase>test</phase> | |
<goals> | |
<goal>test</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-install-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-install</id> | |
<phase>install</phase> | |
<goals> | |
<goal>install</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-deploy-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-deploy</id> | |
<phase>deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-site-plugin</artifactId> | |
<version>3.3</version> | |
<executions> | |
<execution> | |
<id>default-site</id> | |
<phase>site</phase> | |
<goals> | |
<goal>site</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-lib/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-deploy</id> | |
<phase>site-deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-lib/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-lib/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<reporting> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-lib/target/site</outputDirectory> | |
</reporting> | |
</project> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Effective POM for project --> | |
<!-- 'com.github.ignition:ignition-location-samples:apk:0.3-SNAPSHOT' --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-location-project</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
</parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-location-samples</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<packaging>apk</packaging> | |
<description>Kick-starts Android application development.</description> | |
<url>http://github.com/kaeppler/ignition/ignition-location-project/ignition-location-samples</url> | |
<licenses> | |
<license> | |
<name>The Apache Software License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<developers> | |
<developer> | |
<id>mkaeppler</id> | |
<name>Matthias Käppler</name> | |
<email>[email protected]</email> | |
<url>http://androitism.posterous.com</url> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>sdacchille</id> | |
<name>Stefano Dacchille</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>mgengland</id> | |
<name>Michael G. England</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
</developers> | |
<scm> | |
<connection>scm:git:git://github.com/kaeppler/ignition.git/ignition-location-project/ignition-location-samples</connection> | |
<developerConnection>scm:git:[email protected]:kaeppler/ignition.git/ignition-location-project/ignition-location-samples</developerConnection> | |
<url>https://github.com/kaeppler/ignition/ignition-location-project/ignition-location-samples</url> | |
</scm> | |
<issueManagement> | |
<system>GitHub</system> | |
<url>https://github.com/kaeppler/ignition/issues</url> | |
</issueManagement> | |
<distributionManagement> | |
<repository> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<snapshotRepository> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</snapshotRepository> | |
</distributionManagement> | |
<properties> | |
<androidApiLevel>4</androidApiLevel> | |
<androidApiRevision>_r2</androidApiRevision> | |
<androidPluginVersion>3.3.2</androidPluginVersion> | |
<androidVersion>4.0.1.2</androidVersion> | |
<mapsVersion>14_r1</mapsVersion> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<qypeRepositoryUrl>http://nexus.qype.com/content/repositories</qypeRepositoryUrl> | |
<sourceCompatibility>1.6</sourceCompatibility> | |
</properties> | |
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>4.0.1.2_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-location</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<type>apklib</type> | |
<scope>compile</scope> | |
<exclusions> | |
<exclusion> | |
<artifactId>guava-collections</artifactId> | |
<groupId>com.google.guava</groupId> | |
</exclusion> | |
</exclusions> | |
</dependency> | |
<dependency> | |
<groupId>com.google.android.maps</groupId> | |
<artifactId>maps</artifactId> | |
<version>14_r1</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.bugsense</groupId> | |
<artifactId>bugsense-trace</artifactId> | |
<version>1.1.2</version> | |
<scope>compile</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>4.0.1.2</version> | |
<scope>provided</scope> | |
</dependency> | |
</dependencies> | |
<repositories> | |
<repository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</repository> | |
<repository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<sourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-samples/src</sourceDirectory> | |
<scriptSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-samples/src/main/scripts</scriptSourceDirectory> | |
<testSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-samples/src/test/java</testSourceDirectory> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-samples/target/classes</outputDirectory> | |
<testOutputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-samples/target/test-classes</testOutputDirectory> | |
<resources> | |
<resource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-samples/src/main/resources</directory> | |
</resource> | |
</resources> | |
<testResources> | |
<testResource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-samples/src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-samples/target</directory> | |
<finalName>ignition-location-samples-0.3-SNAPSHOT</finalName> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<version>1.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-assembly-plugin</artifactId> | |
<version>2.2-beta-5</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.5.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
<configuration> | |
<sourceIncludes> | |
<sourceInclude>**/*.aj</sourceInclude> | |
</sourceIncludes> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>aspectj-maven-plugin</artifactId> | |
<version>1.4</version> | |
<executions> | |
<execution> | |
<phase>process-sources</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<source>1.6</source> | |
</configuration> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.2.1</version> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<executions> | |
<execution> | |
<id>default-emma</id> | |
<phase>prepare-package</phase> | |
<goals> | |
<goal>emma</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-dex</id> | |
<phase>prepare-package</phase> | |
<goals> | |
<goal>dex</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-apk</id> | |
<phase>package</phase> | |
<goals> | |
<goal>apk</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-internal-integration-test</id> | |
<phase>integration-test</phase> | |
<goals> | |
<goal>internal-integration-test</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-internal-pre-integration-test</id> | |
<phase>pre-integration-test</phase> | |
<goals> | |
<goal>internal-pre-integration-test</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-proguard</id> | |
<phase>process-classes</phase> | |
<goals> | |
<goal>proguard</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-generate-sources</id> | |
<phase>generate-sources</phase> | |
<goals> | |
<goal>generate-sources</goal> | |
</goals> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>aspectj-maven-plugin</artifactId> | |
<version>1.4</version> | |
<executions> | |
<execution> | |
<phase>process-sources</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<aspectLibraries> | |
<aspectLibrary> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-location</artifactId> | |
<type>apklib</type> | |
</aspectLibrary> | |
</aspectLibraries> | |
<source>1.6</source> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<aspectLibraries> | |
<aspectLibrary> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-location</artifactId> | |
<type>apklib</type> | |
</aspectLibrary> | |
</aspectLibraries> | |
<source>1.6</source> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
<configuration> | |
<excludes> | |
<exclude>com.google.android:android</exclude> | |
<exclude>com.google.android.maps:maps</exclude> | |
<exclude>xpp3:xpp3</exclude> | |
<exclude>commons-logging:commons-logging</exclude> | |
<exclude>xerces:xmlParserAPIs</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.ajdt.core.ajbuilder</buildcommand> | |
<buildcommand>com.android.ide.eclipse.adt.ApkBuilder</buildcommand> | |
</buildcommands> | |
<useProjectReferences>false</useProjectReferences> | |
<sourceIncludes> | |
<sourceInclude>**/*.aj</sourceInclude> | |
</sourceIncludes> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<executions> | |
<execution> | |
<id>default-clean</id> | |
<phase>clean</phase> | |
<goals> | |
<goal>clean</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-jar-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-jar</id> | |
<phase>package</phase> | |
<goals> | |
<goal>jar</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-surefire-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-test</id> | |
<phase>test</phase> | |
<goals> | |
<goal>test</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<executions> | |
<execution> | |
<id>default-testCompile</id> | |
<phase>test-compile</phase> | |
<goals> | |
<goal>testCompile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-compile</id> | |
<phase>compile</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-deploy-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-deploy</id> | |
<phase>deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-resources-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-testResources</id> | |
<phase>process-test-resources</phase> | |
<goals> | |
<goal>testResources</goal> | |
</goals> | |
</execution> | |
<execution> | |
<id>default-resources</id> | |
<phase>process-resources</phase> | |
<goals> | |
<goal>resources</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-install-plugin</artifactId> | |
<executions> | |
<execution> | |
<id>default-install</id> | |
<phase>install</phase> | |
<goals> | |
<goal>install</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-site-plugin</artifactId> | |
<version>3.3</version> | |
<executions> | |
<execution> | |
<id>default-site</id> | |
<phase>site</phase> | |
<goals> | |
<goal>site</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-samples/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-deploy</id> | |
<phase>site-deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-samples/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-samples/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<reporting> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-samples/target/site</outputDirectory> | |
</reporting> | |
</project> | |
<!-- ====================================================================== --> | |
<!-- --> | |
<!-- Effective POM for project --> | |
<!-- 'com.github.ignition:ignition-location-tests:jar:0.3-SNAPSHOT' --> | |
<!-- --> | |
<!-- ====================================================================== --> | |
<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"> | |
<modelVersion>4.0.0</modelVersion> | |
<parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-location-project</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
</parent> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-location-tests</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<description>Kick-starts Android application development.</description> | |
<url>http://github.com/kaeppler/ignition/ignition-location-project/ignition-location-tests</url> | |
<licenses> | |
<license> | |
<name>The Apache Software License, Version 2.0</name> | |
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | |
<distribution>repo</distribution> | |
</license> | |
</licenses> | |
<developers> | |
<developer> | |
<id>mkaeppler</id> | |
<name>Matthias Käppler</name> | |
<email>[email protected]</email> | |
<url>http://androitism.posterous.com</url> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>sdacchille</id> | |
<name>Stefano Dacchille</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
<developer> | |
<id>mgengland</id> | |
<name>Michael G. England</name> | |
<email>[email protected]</email> | |
<organization>Qype GmbH</organization> | |
<organizationUrl>http://www.qype.com</organizationUrl> | |
<timezone>+1</timezone> | |
</developer> | |
</developers> | |
<scm> | |
<connection>scm:git:git://github.com/kaeppler/ignition.git/ignition-location-project/ignition-location-tests</connection> | |
<developerConnection>scm:git:[email protected]:kaeppler/ignition.git/ignition-location-project/ignition-location-tests</developerConnection> | |
<url>https://github.com/kaeppler/ignition/ignition-location-project/ignition-location-tests</url> | |
</scm> | |
<issueManagement> | |
<system>GitHub</system> | |
<url>https://github.com/kaeppler/ignition/issues</url> | |
</issueManagement> | |
<distributionManagement> | |
<repository> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<snapshotRepository> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</snapshotRepository> | |
</distributionManagement> | |
<properties> | |
<androidApiLevel>4</androidApiLevel> | |
<androidApiRevision>_r2</androidApiRevision> | |
<androidPluginVersion>3.3.2</androidPluginVersion> | |
<androidVersion>4.0.1.2</androidVersion> | |
<mapsVersion>14_r1</mapsVersion> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<qypeRepositoryUrl>http://nexus.qype.com/content/repositories</qypeRepositoryUrl> | |
<sourceCompatibility>1.6</sourceCompatibility> | |
</properties> | |
<dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>4.0.1.2_r2</version> | |
<scope>provided</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> | |
</dependencyManagement> | |
<dependencies> | |
<dependency> | |
<groupId>com.github.ignition</groupId> | |
<artifactId>ignition-location-samples</artifactId> | |
<version>0.3-SNAPSHOT</version> | |
<scope>compile</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.google.android.maps</groupId> | |
<artifactId>maps</artifactId> | |
<version>14_r1</version> | |
<scope>compile</scope> | |
</dependency> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.10</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.pivotallabs</groupId> | |
<artifactId>robolectric</artifactId> | |
<version>1.1</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>org.hamcrest</groupId> | |
<artifactId>hamcrest-core</artifactId> | |
<version>1.3.RC2</version> | |
<scope>test</scope> | |
</dependency> | |
<dependency> | |
<groupId>com.google.android</groupId> | |
<artifactId>android</artifactId> | |
<version>4.0.1.2</version> | |
<scope>provided</scope> | |
</dependency> | |
</dependencies> | |
<repositories> | |
<repository> | |
<releases> | |
<enabled>false</enabled> | |
</releases> | |
<snapshots> | |
<enabled>true</enabled> | |
</snapshots> | |
<id>qype-snapshots-repository</id> | |
<url>http://nexus.qype.com/content/repositories/snapshots</url> | |
</repository> | |
<repository> | |
<releases> | |
<enabled>true</enabled> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>qype-releases-repository</id> | |
<url>http://nexus.qype.com/content/repositories/releases</url> | |
</repository> | |
<repository> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</repository> | |
</repositories> | |
<pluginRepositories> | |
<pluginRepository> | |
<releases> | |
<updatePolicy>never</updatePolicy> | |
</releases> | |
<snapshots> | |
<enabled>false</enabled> | |
</snapshots> | |
<id>central</id> | |
<name>Central Repository</name> | |
<url>https://repo.maven.apache.org/maven2</url> | |
</pluginRepository> | |
</pluginRepositories> | |
<build> | |
<sourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-tests/src/main/java</sourceDirectory> | |
<scriptSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-tests/src/main/scripts</scriptSourceDirectory> | |
<testSourceDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-tests/src/test/java</testSourceDirectory> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-tests/target/classes</outputDirectory> | |
<testOutputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-tests/target/test-classes</testOutputDirectory> | |
<resources> | |
<resource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-tests/src/main/resources</directory> | |
</resource> | |
</resources> | |
<testResources> | |
<testResource> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-tests/src/test/resources</directory> | |
</testResource> | |
</testResources> | |
<directory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-tests/target</directory> | |
<finalName>ignition-location-tests-0.3-SNAPSHOT</finalName> | |
<pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-antrun-plugin</artifactId> | |
<version>1.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-assembly-plugin</artifactId> | |
<version>2.2-beta-5</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-dependency-plugin</artifactId> | |
<version>2.8</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.5.3</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>com.jayway.maven.plugins.android.generation2</groupId> | |
<artifactId>android-maven-plugin</artifactId> | |
<version>3.3.2</version> | |
<extensions>true</extensions> | |
<configuration> | |
<sdk> | |
<platform>4</platform> | |
</sdk> | |
<dexJvmArguments> | |
<jvmArgument>-Xms256m</jvmArgument> | |
<jvmArgument>-Xmx512m</jvmArgument> | |
</dexJvmArguments> | |
<undeployBeforeDeploy>true</undeployBeforeDeploy> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
<configuration> | |
<sourceIncludes> | |
<sourceInclude>**/*.aj</sourceInclude> | |
</sourceIncludes> | |
</configuration> | |
</plugin> | |
<plugin> | |
<groupId>org.codehaus.mojo</groupId> | |
<artifactId>aspectj-maven-plugin</artifactId> | |
<version>1.4</version> | |
<executions> | |
<execution> | |
<phase>process-sources</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<source>1.6</source> | |
</configuration> | |
</plugin> | |
</plugins> | |
</pluginManagement> | |
<plugins> | |
<plugin> | |
<artifactId>maven-release-plugin</artifactId> | |
<version>2.2.1</version> | |
</plugin> | |
<plugin> | |
<artifactId>maven-eclipse-plugin</artifactId> | |
<version>2.8</version> | |
<configuration> | |
<useProjectReferences>false</useProjectReferences> | |
<sourceIncludes> | |
<sourceInclude>**/*.aj</sourceInclude> | |
</sourceIncludes> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-clean-plugin</artifactId> | |
<version>2.5</version> | |
<executions> | |
<execution> | |
<id>default-clean</id> | |
<phase>clean</phase> | |
<goals> | |
<goal>clean</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-resources-plugin</artifactId> | |
<version>2.6</version> | |
<executions> | |
<execution> | |
<id>default-testResources</id> | |
<phase>process-test-resources</phase> | |
<goals> | |
<goal>testResources</goal> | |
</goals> | |
</execution> | |
<execution> | |
<id>default-resources</id> | |
<phase>process-resources</phase> | |
<goals> | |
<goal>resources</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-jar-plugin</artifactId> | |
<version>2.4</version> | |
<executions> | |
<execution> | |
<id>default-jar</id> | |
<phase>package</phase> | |
<goals> | |
<goal>jar</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-compiler-plugin</artifactId> | |
<version>2.3.2</version> | |
<executions> | |
<execution> | |
<id>default-compile</id> | |
<phase>compile</phase> | |
<goals> | |
<goal>compile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-testCompile</id> | |
<phase>test-compile</phase> | |
<goals> | |
<goal>testCompile</goal> | |
</goals> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<source>1.6</source> | |
<target>1.6</target> | |
</configuration> | |
</plugin> | |
<plugin> | |
<artifactId>maven-surefire-plugin</artifactId> | |
<version>2.12.4</version> | |
<executions> | |
<execution> | |
<id>default-test</id> | |
<phase>test</phase> | |
<goals> | |
<goal>test</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-install-plugin</artifactId> | |
<version>2.4</version> | |
<executions> | |
<execution> | |
<id>default-install</id> | |
<phase>install</phase> | |
<goals> | |
<goal>install</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-deploy-plugin</artifactId> | |
<version>2.7</version> | |
<executions> | |
<execution> | |
<id>default-deploy</id> | |
<phase>deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
</execution> | |
</executions> | |
</plugin> | |
<plugin> | |
<artifactId>maven-site-plugin</artifactId> | |
<version>3.3</version> | |
<executions> | |
<execution> | |
<id>default-site</id> | |
<phase>site</phase> | |
<goals> | |
<goal>site</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-tests/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
<execution> | |
<id>default-deploy</id> | |
<phase>site-deploy</phase> | |
<goals> | |
<goal>deploy</goal> | |
</goals> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-tests/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</execution> | |
</executions> | |
<configuration> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-tests/target/site</outputDirectory> | |
<reportPlugins> | |
<reportPlugin> | |
<groupId>org.apache.maven.plugins</groupId> | |
<artifactId>maven-project-info-reports-plugin</artifactId> | |
</reportPlugin> | |
</reportPlugins> | |
</configuration> | |
</plugin> | |
</plugins> | |
</build> | |
<reporting> | |
<outputDirectory>/Users/aagamshah/Documents/RedHat/ignition/ignition-location/ignition-location-tests/target/site</outputDirectory> | |
</reporting> | |
</project> | |
</projects> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment