You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2022/08/14 18:27:00 UTC

[jira] [Updated] (JXR-166) Two versions of velocity engines on plugin classpath

     [ https://issues.apache.org/jira/browse/JXR-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov updated JXR-166:
-------------------------------
    Fix Version/s: 3.3.0

> Two versions of velocity engines on plugin classpath
> ----------------------------------------------------
>
>                 Key: JXR-166
>                 URL: https://issues.apache.org/jira/browse/JXR-166
>             Project: Maven JXR
>          Issue Type: Bug
>    Affects Versions: 3.2.0
>            Reporter: Slawomir Jaranowski
>            Assignee: Michael Osipov
>            Priority: Minor
>             Fix For: 3.3.0
>
>
> Velocity engine change *{{artifactId}}* in updates 1.7.x to 2.0.x
> https://velocity.apache.org/engine/2.2/upgrading.html#upgrading-from-velocity-17-to-velocity-20
> Now we have both.
> Dependency tree:
> {code}
> org.apache.maven.plugins:maven-jxr-plugin:maven-plugin:3.2.0-SNAPSHOT
> +- org.apache.maven:maven-jxr:jar:3.2.0-SNAPSHOT:compile
> |  +- org.apache.velocity:velocity-engine-core:jar:2.3:compile
> +- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
> |  \- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
> |     +- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
> |     +- org.apache.velocity:velocity:jar:1.7:compile
> |     +- org.apache.velocity:velocity-tools:jar:2.0:compile
> {code}
>  
> I don't see any errors so far ... but should be fixed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)