esday, December 05, 2007 4:57 PM
To: dev@maven.apache.org
Subject: Best way to extend a plugin
Hi,
I want to make some modifications to the way release-plugin works. For
example I want to make some modifications to the way snapshots are
handled in the check-dependency-snapshots phase. I know I can
Hi,
I want to make some modifications to the way release-plugin works. For
example I want to make some modifications to the way snapshots are
handled in the check-dependency-snapshots phase. I know I can just grab
the source code of maven-release and modify
CheckDependencySnapshotsPhase and instal