Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.1
-
Component/s: changes.xml
-
Labels:None
-
Number of attachments :
Description
The following configuration
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <version>2.0</version> <configuration> <issueLinkTemplate>http://mycompany.org/mantis//view.php?id=%ISSUE%</issueLinkTemplate> </configuration> </plugin>
will needlessly cause
[WARNING] No Issue Management/URL defined in pom.xml. Links to your issues will not work correctly.
in case the POM does not define <issueManagement>.
Fixed in r650961.