RE: Best way to extend a plugin

2007-12-05 Thread Brian E. Fox
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

Best way to extend a plugin

2007-12-05 Thread Bashar Jawad
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