فایل های lint.xml و pom.xml چی هستند؟
با سلام
من یه مثال از اینترنت دانلود کردم این 2 تا فایل کنار فایل منیفست بود. می خوام ببینم کاربردشون چیه؟آیا روش خاصی برای نوشتن دارن؟ پاک کنم ضرر داره؟
lint.xml
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="NewApi" severity="ignore">
<ignore path="src/com/lylc/widget/circularprogressbar/example/CircularProgressBar.java" />
<ignore path="src/com/hasan/activity/AlarmReceiver.java" />
<ignore path="src/me/tangke/slidemenudemo/activity/AlarmReceiver.java" />
</issue>
</lint>
pom.xml
<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>
<name>SlideMenuDemo</name>
<groupId>com.aretha</groupId>
<artifactId>slidemenu-demo</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>apk</packaging>
<build>
<sourceDirectory>src</sourceDirectory>
<plugins>
<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.8.2</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<artifactId>android</artifactId>
<version>4.1.1.4</version>
<groupId>com.google.android</groupId>
<scope>provided</scope>
</dependency>
<dependency>
<artifactId>support-v4</artifactId>
<version>r7</version>
<groupId>com.google.android</groupId>
</dependency>
<dependency>
<artifactId>slidemenu-library</artifactId>
<groupId>com.aretha</groupId>
<version>1.0-SNAPSHOT</version>
<type>apklib</type>
</dependency>
</dependencies>
<parent>
<artifactId>slidemenu</artifactId>
<groupId>com.aretha</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
پاسخگویی و مشاهده پاسخ های این سوال تنها برای اعضای ویژه سایت امکان پذیر است .
چنانچه تمایل دارید به همه بخش ها دسترسی داشته باشید میتوانید از این بخش لایسنس این آموزش را خریداری نمایید .