I am using the checkstyle plugin for a multi-module build. As directed
in the checkstyle documentation, I configured the checkstyle plugin to
include a dependency on one of my sub projects like this :
...
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<dependencies>
<dependency>
<groupId>com.example.whizbang</groupId>
<artifactId>build-tools</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</plugin>
...
When running a release build, the reference to the build tools version
does not get updated to the target release version, even though the
build-tools project is a sub-module of the project.
Could the release plugin be enhanced to update this version?
Checkstyle doc :
http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-m
odule-config.html
Thanks,
Peter Hayes
Architecture & Shared Technology Services | Fidelity Investments
Management Technology
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]