In spite of having run the most recent release, and implemented the
aggregation feature, I'm seemingly unable to use it myself.

In build/plugins I have

              <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jxr-plugin</artifactId>
                <version>2.3</version>
                <executions>
                  <execution>
                    <id>aggregate</id>
                    
<goals><goal>aggregate</goal><goal>test-aggregate</goal></goals>
                    <phase>site</phase>
                  </execution>
                </executions>
            </plugin>

and then in reporting I have:


            <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-jxr-plugin</artifactId>
              <version>2.3</version>
            </plugin>


First, the report page fails to substitute for ${project.version}. I
literally see that in the HTML.

More to the point, I get no output at all on the page.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to