Merge branch 'master' into pmd/7.0.x
This commit is contained in:
35
pmd-scala-modules/pmd-scala_2.12/pom.xml
Normal file
35
pmd-scala-modules/pmd-scala_2.12/pom.xml
Normal file
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<name>PMD Scala for Scala 2.12</name>
|
||||
<artifactId>pmd-scala_2.12</artifactId>
|
||||
|
||||
<parent>
|
||||
<groupId>net.sourceforge.pmd</groupId>
|
||||
<artifactId>pmd-scala-common</artifactId>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pmd-scala-common</relativePath>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<scalaVersion>2.12</scalaVersion>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>kotlin-maven-plugin</artifactId>
|
||||
<groupId>org.jetbrains.kotlin</groupId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scalameta</groupId>
|
||||
<artifactId>scalameta_${scalaVersion}</artifactId>
|
||||
<version>${scalameta.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
Reference in New Issue
Block a user