1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
- <modelVersion >4.0.0</modelVersion >
4
- <groupId >com.android</groupId >
5
- <artifactId >pluginmgr</artifactId >
6
- <version >0.0.6 </version >
7
- <name >androidx.pluginmgr</name >
8
- <description >dynamic load uninstalled apk</description >
9
- <dependencies >
10
- <dependency >
11
- <groupId >com.google.dexmaker</groupId >
12
- <artifactId >dexmaker</artifactId >
13
- <version >1.0</version >
14
- </dependency >
15
- <dependency >
16
- <groupId >com.google.android</groupId >
17
- <artifactId >android</artifactId >
18
- <version >2.3.3</version >
19
- </dependency >
20
- <dependency >
21
- <groupId >junit</groupId >
22
- <artifactId >junit</artifactId >
23
- <version >4.11</version >
24
- </dependency >
25
-
26
- </dependencies >
27
- <build >
28
- <pluginManagement >
29
- <plugins >
30
- <plugin >
31
- <artifactId >maven-compiler-plugin</artifactId >
32
- <version >3.1</version >
33
- <executions >
34
- <execution >
35
- <id >default-testCompile</id >
36
- <phase >test-compile</phase >
37
- <goals >
38
- <goal >testCompile</goal >
39
- </goals >
40
- <configuration >
41
- <skip >src/test/java</skip >
42
- <source >1.6</source >
43
- <target >1.6</target >
44
- <encoding >UTF-8</encoding >
45
- </configuration >
46
- </execution >
47
- <execution >
48
- <id >default-compile</id >
49
- <phase >compile</phase >
50
- <goals >
51
- <goal >compile</goal >
52
- </goals >
53
- <configuration >
54
- <skip >src/test/java</skip >
55
- <source >1.6</source >
56
- <target >1.6</target >
57
- <encoding >UTF-8</encoding >
58
- </configuration >
59
- </execution >
60
- </executions >
61
- <configuration >
62
- <skip >src/test/java</skip >
63
- <source >1.6</source >
64
- <target >1.6</target >
65
- <encoding >UTF-8</encoding >
66
- </configuration >
67
- </plugin >
68
- </plugins >
69
- </pluginManagement >
70
-
71
- </build >
72
-
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <modelVersion >4.0.0</modelVersion >
4
+ <groupId >com.android</groupId >
5
+ <artifactId >pluginmgr</artifactId >
6
+ <version >0.1.2 </version >
7
+ <name >androidx.pluginmgr</name >
8
+ <description >dynamic load uninstalled apk</description >
9
+ <dependencies >
10
+ <dependency >
11
+ <groupId >com.google.dexmaker</groupId >
12
+ <artifactId >dexmaker</artifactId >
13
+ <version >1.0</version >
14
+ </dependency >
15
+ <dependency >
16
+ <groupId >com.google.android</groupId >
17
+ <artifactId >android</artifactId >
18
+ <version >2.3.3</version >
19
+ </dependency >
20
+ <dependency >
21
+ <groupId >junit</groupId >
22
+ <artifactId >junit</artifactId >
23
+ <version >4.11</version >
24
+ </dependency >
25
+
26
+ </dependencies >
27
+ <build >
28
+ <pluginManagement >
29
+ <plugins >
30
+ <plugin >
31
+ <artifactId >maven-compiler-plugin</artifactId >
32
+ <version >3.1</version >
33
+ <executions >
34
+ <execution >
35
+ <id >default-testCompile</id >
36
+ <phase >test-compile</phase >
37
+ <goals >
38
+ <goal >testCompile</goal >
39
+ </goals >
40
+ <configuration >
41
+ <skip >src/test/java</skip >
42
+ <source >1.6</source >
43
+ <target >1.6</target >
44
+ <encoding >UTF-8</encoding >
45
+ </configuration >
46
+ </execution >
47
+ <execution >
48
+ <id >default-compile</id >
49
+ <phase >compile</phase >
50
+ <goals >
51
+ <goal >compile</goal >
52
+ </goals >
53
+ <configuration >
54
+ <skip >src/test/java</skip >
55
+ <source >1.6</source >
56
+ <target >1.6</target >
57
+ <encoding >UTF-8</encoding >
58
+ </configuration >
59
+ </execution >
60
+ </executions >
61
+ <configuration >
62
+ <skip >src/test/java</skip >
63
+ <source >1.6</source >
64
+ <target >1.6</target >
65
+ <encoding >UTF-8</encoding >
66
+ </configuration >
67
+ </plugin >
68
+ </plugins >
69
+ </pluginManagement >
70
+
71
+ </build >
72
+
73
73
</project >
0 commit comments