File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 <url >https://github.com/SonarSource/sonar-scanner-api</url >
1717 <inceptionYear >2011</inceptionYear >
1818
19- <modules >
20- <module >api</module >
21- <module >batch</module >
22- <module >batch-interface</module >
23- </modules >
24-
2519 <organization >
2620 <name >SonarSource</name >
2721 <url >http://www.sonarsource.com</url >
3529 </license >
3630 </licenses >
3731
32+ <modules >
33+ <module >api</module >
34+ <module >batch</module >
35+ <module >batch-interface</module >
36+ </modules >
37+
3838 <scm >
3939 <connection >scm:git:git@github.com:SonarSource/sonar-scanner-api.git</connection >
4040 <developerConnection >scm:git:git@github.com:SonarSource/sonar-scanner-api.git</developerConnection >
5656 <mockito .version>2.23.4</mockito .version>
5757 </properties >
5858
59- <profiles >
60- <profile >
61- <id >release</id >
62- <build >
63- <plugins >
64- <plugin >
65- <groupId >org.apache.maven.plugins</groupId >
66- <artifactId >maven-javadoc-plugin</artifactId >
67- <version >3.1.0</version >
68- <configuration >
69- <source >8</source >
70- </configuration >
71- <executions >
72- <execution >
73- <id >attach-javadocs</id >
74- <goals >
75- <goal >jar</goal >
76- </goals >
77- </execution >
78- </executions >
79- </plugin >
80- </plugins >
81- </build >
82- </profile >
83- <profile >
84- <id >its</id >
85- <modules >
86- <module >its</module >
87- </modules >
88- </profile >
89- </profiles >
90-
9159 <dependencyManagement >
9260 <dependencies >
9361 <dependency >
12896 <dependency >
12997 <groupId >junit</groupId >
13098 <artifactId >junit</artifactId >
131- <version >4.12 </version >
99+ <version >4.13.1 </version >
132100 </dependency >
133101 <dependency >
134102 <groupId >org.mockito</groupId >
153121 </dependencies >
154122 </dependencyManagement >
155123
124+ <profiles >
125+ <profile >
126+ <id >release</id >
127+ <build >
128+ <plugins >
129+ <plugin >
130+ <groupId >org.apache.maven.plugins</groupId >
131+ <artifactId >maven-javadoc-plugin</artifactId >
132+ <version >3.1.0</version >
133+ <configuration >
134+ <source >8</source >
135+ </configuration >
136+ <executions >
137+ <execution >
138+ <id >attach-javadocs</id >
139+ <goals >
140+ <goal >jar</goal >
141+ </goals >
142+ </execution >
143+ </executions >
144+ </plugin >
145+ </plugins >
146+ </build >
147+ </profile >
148+ <profile >
149+ <id >its</id >
150+ <modules >
151+ <module >its</module >
152+ </modules >
153+ </profile >
154+ </profiles >
155+
156156</project >
You can’t perform that action at this time.
0 commit comments