Skip to content

Plugin failure when using interpolated versions #22

@mfoo

Description

@mfoo

I've seen a failure in a multi-module project with this pom structure:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>groupId</groupId>
            <artifactId>artifactID</artifactId>
            <version>${project.version}</version>
        </dependency>

The version is defined in the parent project.

EDIT: Output is as follows:

[ERROR] Failed to fetch release date for groupId:artifactId ${project.version}: Illegal character in query at index 72: https://search.maven.org/solrsearch/select?q=g:groupId+AND+a:artifactId+AND+v:${project.version}&wt=json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions