11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4- xmlns=" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
2+ <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
53 <modelVersion >4.0.0</modelVersion >
64 <groupId >de.fraunhofer.sit.sse.flowdroid</groupId >
75 <artifactId >parent</artifactId >
1412 <maven .compiler.target>1.8</maven .compiler.target>
1513 </properties >
1614
15+ <developers >
16+ <developer >
17+ <name >Steven Arzt</name >
18+ <email >steven.arzt@sit.fraunhofer.de</email >
19+ <organization >Fraunhofer SIT</organization >
20+ <organizationUrl >https://www.sit.fraunhofer.de/</organizationUrl >
21+ </developer >
22+ </developers >
23+ <licenses >
24+ <license >
25+ <name >GNU LESSER GENERAL PUBLIC LICENSE 2.1</name >
26+ <url >https://www.gnu.org/licenses/lgpl-2.1.txt</url >
27+ <distribution >repo</distribution >
28+ </license >
29+ </licenses >
1730 <modules >
1831 <module >soot-infoflow</module >
1932 <module >soot-infoflow-android</module >
5063 </dependency >
5164 </dependencies >
5265 </dependencyManagement >
53- <profiles >
54- <profile >
55- <id >sign-artifacts</id >
56- <build >
57- <plugins >
58- <plugin >
59- <groupId >org.apache.maven.plugins</groupId >
60- <artifactId >maven-gpg-plugin</artifactId >
61- <version >3.0.1</version >
62- <executions >
63- <execution >
64- <id >sign-artifacts</id >
65- <phase >verify</phase >
66- <goals >
67- <goal >sign</goal >
68- </goals >
69- </execution >
70- </executions >
71- </plugin >
72- </plugins >
73- </build >
74- </profile >
75- </profiles >
76- </project >
66+ <!-- Do not deploy parent module -->
67+ <build >
68+ <plugins >
69+ <plugin >
70+ <groupId >org.apache.maven.plugins</groupId >
71+ <artifactId >maven-deploy-plugin</artifactId >
72+ <version >2.4</version >
73+ <configuration >
74+ <skip >true</skip >
75+ </configuration >
76+ </plugin >
77+ </plugins >
78+ </build >
79+ </project >
0 commit comments