Index: trunk/autoquest-androidmonitor/.classpath
===================================================================
--- trunk/autoquest-androidmonitor/.classpath	(revision 1882)
+++ trunk/autoquest-androidmonitor/.classpath	(revision 2062)
@@ -7,17 +7,7 @@
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="me.gladwell.eclipse.m2e.android.classpath.NONRUNTIME_DEPENDENCIES">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" path="gen">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
 	<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
 	<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
-	<classpathentry kind="src" output="bin/classes" path="src/main/java">
+	<classpathentry kind="src" output="target/classes" path="src/main/java">
 		<attributes>
 			<attribute name="optional" value="true"/>
@@ -25,14 +15,14 @@
 		</attributes>
 	</classpathentry>
-	<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES">
+	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="output" path="bin/classes"/>
+	<classpathentry kind="output" path="target/classes"/>
 </classpath>
Index: trunk/autoquest-androidmonitor/pom.xml
===================================================================
--- trunk/autoquest-androidmonitor/pom.xml	(revision 1882)
+++ trunk/autoquest-androidmonitor/pom.xml	(revision 2062)
@@ -60,4 +60,33 @@
 					<extensions>true</extensions>
 				</plugin>
+				<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+				<plugin>
+				    <groupId>org.eclipse.m2e</groupId>
+				    <artifactId>lifecycle-mapping</artifactId>
+				    <version>1.0.0</version>
+				    <configuration>
+				        <lifecycleMappingMetadata>
+				            <pluginExecutions>
+				                <pluginExecution>
+				                    <pluginExecutionFilter>
+				                        <groupId>
+				                            com.jayway.maven.plugins.android.generation2
+				                        </groupId>
+				                        <artifactId>android-maven-plugin</artifactId>
+				                        <versionRange>[3.8.2,)</versionRange>
+				                        <goals>
+				                            <goal>consume-aar</goal>
+                                                            <goal>generate-sources</goal>
+                                                            <goal>proguard</goal>
+				                        </goals>
+				                    </pluginExecutionFilter>
+				                    <action>
+				                        <ignore></ignore>
+				                    </action>
+				                </pluginExecution>
+				            </pluginExecutions>
+				        </lifecycleMappingMetadata>
+				    </configuration>
+				</plugin>
 			</plugins>
 		</pluginManagement>
