click here for details... Sakai Executive Director Position Search now open
Issue Details (XML | Word | Printable)

Key: KNL-228
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Anthony Whyte
Reporter: Anthony Whyte
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Kernel - K1

<reporting> maven-jxr-plugin missing <artifactId>

Created: 08-Jul-2009 06:54   Updated: 05-Mar-2010 02:48
Component/s: Other
Affects Version/s: 1.0.11, 1.0.14, 1.1.0
Fix Version/s: 1.0.12, 1.1.0

Time Tracking:
Not Specified

Issue Links:
Incorporate
 

1.0.x Status: Closed


 Description  « Hide
<reporting> maven-jxr-plugin does not have an explicitly defined <artifactId>. Explicit location elements are good.

                <plugin>
<artifactId>maven-jxr-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
to

             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jxr-plugin</artifactId>
                <configuration>
                    <aggregate>true</aggregate>
                </configuration>
            </plugin>

 All   Comments   Work Log   Change History   Subversion Commits   git Commits      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.