1<?xml version="1.0" encoding="UTF-8"?> 2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4 <modelVersion>4.0.0</modelVersion> 5 <groupId>org.jf</groupId> 6 <artifactId>dexlib</artifactId> 7 <version>${aversion}</version> 8 <parent> 9 <groupId>org.jf</groupId> 10 <artifactId>smali-pom</artifactId> 11 <version>1.0-SNAPSHOT</version> 12 </parent> 13 <reporting> 14 <plugins> 15 <plugin> 16 <groupId>org.apache.maven.plugins</groupId> 17 <artifactId>maven-javadoc-plugin</artifactId> 18 </plugin> 19 </plugins> 20 </reporting> 21 <dependencies> 22 <dependency> 23 <groupId>junit</groupId> 24 <artifactId>junit</artifactId> 25 <version>4.6</version> 26 </dependency> 27 </dependencies> 28</project>