Package: maven-repo-helper
Version: 1.10
Severity: normal
POMReader.expandString() runs into an infinite loop if the version of the POM
contains a variable named 'version'. Seen in javacc 7.0:
<?xml version="1.0"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.java.dev.javacc</groupId>
<artifactId>javacc</artifactId>
<packaging>jar</packaging>
<name>JavaCC</name>
<version>${version}</version>
<properties>
<version>7.0.0</version>
</properties>
__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
Please use
[email protected] for discussions and questions.