File tree Expand file tree Collapse file tree
content-api/content-service
search-api/search-service
taxonomy-api/taxonomy-service Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 <properties >
4040 <play2 .version>3.0.5</play2 .version>
4141 <play2 .plugin.version>1.0.0-rc5</play2 .plugin.version>
42- <sbt-compiler .plugin.version>1.0.0</sbt-compiler .plugin.version>
4342 <scala .major.version>2.13</scala .major.version>
4443 <netty .version>4.1.112.Final</netty .version>
4544 </properties >
415414 <extensions >true</extensions >
416415 </plugin >
417416 <plugin >
418- <groupId >com.google.code.sbt-compiler-maven-plugin</groupId >
419- <artifactId >sbt-compiler-maven-plugin</artifactId >
420- <version >${sbt-compiler.plugin.version} </version >
421- <configuration >
422- <scalacOptions >-feature -deprecation -Xfatal-warnings</scalacOptions >
423- </configuration >
417+ <groupId >net.alchim31.maven</groupId >
418+ <artifactId >scala-maven-plugin</artifactId >
419+ <version >4.9.1</version >
424420 <executions >
425421 <execution >
426- <id >default-compile</id >
427- <phase >none</phase >
428- </execution >
429- <execution >
430- <id >default-testCompile</id >
431- <phase >none</phase >
422+ <goals >
423+ <goal >compile</goal >
424+ <goal >testCompile</goal >
425+ </goals >
432426 </execution >
433427 </executions >
434428 </plugin >
Original file line number Diff line number Diff line change 3636 <properties >
3737 <play2 .version>3.0.5</play2 .version>
3838 <play2 .plugin.version>1.0.0-rc5</play2 .plugin.version>
39- <sbt-compiler .plugin.version>1.0.0</sbt-compiler .plugin.version>
4039 <netty .version>4.1.112.Final</netty .version>
4140 </properties >
4241
325324 <extensions >true</extensions >
326325 </plugin >
327326 <plugin >
328- <groupId >com.google.code.sbt-compiler-maven-plugin</groupId >
329- <artifactId >sbt-compiler-maven-plugin</artifactId >
330- <version >${sbt-compiler.plugin.version} </version >
331- <configuration >
332- <scalacOptions >-feature -deprecation -Xfatal-warnings</scalacOptions >
333- </configuration >
327+ <groupId >net.alchim31.maven</groupId >
328+ <artifactId >scala-maven-plugin</artifactId >
329+ <version >4.9.1</version >
334330 <executions >
335331 <execution >
336- <id >default-compile</id >
337- <phase >none</phase >
338- </execution >
339- <execution >
340- <id >default-testCompile</id >
341- <phase >none</phase >
332+ <goals >
333+ <goal >compile</goal >
334+ <goal >testCompile</goal >
335+ </goals >
342336 </execution >
343337 </executions >
344338 </plugin >
Original file line number Diff line number Diff line change 3333 <properties >
3434 <play2 .version>3.0.5</play2 .version>
3535 <play2 .plugin.version>1.0.0-rc5</play2 .plugin.version>
36- <sbt-compiler .plugin.version>1.0.0</sbt-compiler .plugin.version>
3736 <netty .version>4.1.112.Final</netty .version>
3837 </properties >
3938
312311 <extensions >true</extensions >
313312 </plugin >
314313 <plugin >
315- <groupId >com.google.code.sbt-compiler-maven-plugin</groupId >
316- <artifactId >sbt-compiler-maven-plugin</artifactId >
317- <version >${sbt-compiler.plugin.version} </version >
318- <configuration >
319- <scalacOptions >-feature -deprecation -Xfatal-warnings</scalacOptions >
320- </configuration >
314+ <groupId >net.alchim31.maven</groupId >
315+ <artifactId >scala-maven-plugin</artifactId >
316+ <version >4.9.1</version >
321317 <executions >
322318 <execution >
323- <id >default-compile</id >
324- <phase >none</phase >
325- </execution >
326- <execution >
327- <id >default-testCompile</id >
328- <phase >none</phase >
319+ <goals >
320+ <goal >compile</goal >
321+ <goal >testCompile</goal >
322+ </goals >
329323 </execution >
330324 </executions >
331325 </plugin >
You can’t perform that action at this time.
0 commit comments