-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I am studying aspectj and was trying this plugin. I noticed that in the /usage.html page there were some maven variables that were not expanded:
<build>
<plugins>
<plugin>
<groupId>${project.groupId}</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>${project.version}</version>
<executions>What was expected:
<build>
<plugins>
<plugin>
<groupId>dev.aspectj</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.14</version>
<executions>There were some other substitutions in this HTML that were not made in others plugin usages that was with the same issue.
I have not noted elsewhere, but I have not done thorough investigation
Metadata
Metadata
Assignees
Labels
No labels