pmd/pmd-ruby/pom.xml

30 lines
965 B
XML
Raw Normal View History

2014-10-04 20:09:46 +02:00
<?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>
<artifactId>pmd-ruby</artifactId>
<name>PMD Ruby</name>
<parent>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd</artifactId>
2017-06-24 22:29:36 +02:00
<version>6.0.0-SNAPSHOT</version>
2014-10-04 20:09:46 +02:00
</parent>
<properties>
<config.basedir>${basedir}/../pmd-core</config.basedir>
</properties>
2014-10-04 20:09:46 +02:00
<dependencies>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
2014-10-04 20:09:46 +02:00
</dependency>
2014-10-11 13:26:10 +02:00
2014-10-04 20:09:46 +02:00
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>