Ignore:
Timestamp:
04/11/16 17:38:21 (8 years ago)
Author:
pharms
Message:
  • made this compilable without maven issues
Location:
trunk/autoquest-androidmonitor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-androidmonitor

    • Property svn:ignore set to
      bin
  • trunk/autoquest-androidmonitor/pom.xml

    r1878 r2062  
    6060                                        <extensions>true</extensions> 
    6161                                </plugin> 
     62                                <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> 
     63                                <plugin> 
     64                                    <groupId>org.eclipse.m2e</groupId> 
     65                                    <artifactId>lifecycle-mapping</artifactId> 
     66                                    <version>1.0.0</version> 
     67                                    <configuration> 
     68                                        <lifecycleMappingMetadata> 
     69                                            <pluginExecutions> 
     70                                                <pluginExecution> 
     71                                                    <pluginExecutionFilter> 
     72                                                        <groupId> 
     73                                                            com.jayway.maven.plugins.android.generation2 
     74                                                        </groupId> 
     75                                                        <artifactId>android-maven-plugin</artifactId> 
     76                                                        <versionRange>[3.8.2,)</versionRange> 
     77                                                        <goals> 
     78                                                            <goal>consume-aar</goal> 
     79                                                            <goal>generate-sources</goal> 
     80                                                            <goal>proguard</goal> 
     81                                                        </goals> 
     82                                                    </pluginExecutionFilter> 
     83                                                    <action> 
     84                                                        <ignore></ignore> 
     85                                                    </action> 
     86                                                </pluginExecution> 
     87                                            </pluginExecutions> 
     88                                        </lifecycleMappingMetadata> 
     89                                    </configuration> 
     90                                </plugin> 
    6291                        </plugins> 
    6392                </pluginManagement> 
Note: See TracChangeset for help on using the changeset viewer.