1 <?xml version="1.0" encoding="UTF-8"?>
3 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
6 <groupId>com.actionbarsherlock</groupId>
7 <artifactId>library</artifactId>
8 <name>ActionBarSherlock</name>
9 <packaging>apklib</packaging>
12 <groupId>com.actionbarsherlock</groupId>
13 <artifactId>parent</artifactId>
14 <version>4.1.0</version>
15 <relativePath>../pom.xml</relativePath>
20 <groupId>com.google.android</groupId>
21 <artifactId>android</artifactId>
22 <scope>provided</scope>
25 <groupId>com.google.android</groupId>
26 <artifactId>support-v4</artifactId>
30 <groupId>com.pivotallabs</groupId>
31 <artifactId>robolectric</artifactId>
35 <groupId>junit</groupId>
36 <artifactId>junit</artifactId>
42 <sourceDirectory>src</sourceDirectory>
43 <testSourceDirectory>test</testSourceDirectory>
47 <groupId>com.jayway.maven.plugins.android.generation2</groupId>
48 <artifactId>android-maven-plugin</artifactId>
49 <extensions>true</extensions>
53 <groupId>org.apache.maven.plugins</groupId>
54 <artifactId>maven-javadoc-plugin</artifactId>
61 <groupId>com.google.code.maven-replacer-plugin</groupId>
62 <artifactId>maven-replacer-plugin</artifactId>
63 <version>1.4.0</version>
66 <phase>process-sources</phase>
73 <ignoreMissingFile>false</ignoreMissingFile>
74 <file>target/generated-sources/r/com/actionbarsherlock/R.java</file>
75 <outputFile>target/generated-sources/r/com/actionbarsherlock/R.java</outputFile>
77 <token>static final int</token>
78 <value>static int</value>
83 <groupId>org.apache.maven.plugins</groupId>
84 <artifactId>maven-checkstyle-plugin</artifactId>
86 <configLocation>../checkstyle.xml</configLocation>
92 <goal>checkstyle</goal>
99 <groupId>org.codehaus.mojo</groupId>
100 <artifactId>build-helper-maven-plugin</artifactId>
101 <version>1.7</version>
104 <phase>package</phase>
106 <goal>attach-artifact</goal>
112 <file>${project.build.directory}/${project.build.finalName}.jar</file>
123 <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
125 <groupId>org.eclipse.m2e</groupId>
126 <artifactId>lifecycle-mapping</artifactId>
127 <version>1.0.0</version>
129 <lifecycleMappingMetadata>
132 <pluginExecutionFilter>
133 <groupId>com.google.code.maven-replacer-plugin</groupId>
134 <artifactId>maven-replacer-plugin</artifactId>
135 <versionRange>[1.4.1,)</versionRange>
139 </pluginExecutionFilter>
145 </lifecycleMappingMetadata>