Skip to content

Site with minor bug in documentation #146

@jeffque

Description

@jeffque

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions