our company have a own build tool derived from maven 1.0, and have lots of our own features, after few year we decide to transfer our works to maven 2.0 and contribute some tools to the community. now the maven 2.0 and our own build tool are exist togother, we must transfer project by project to the new maven 2.0 repository.
but for maven project .we must to commit our artifactory to the old repository format and then use a tool to tranform all the repository to the maven repository. here is our situation. 2008/10/7 Brett Porter <[EMAIL PROTECTED]> > it is not presently possible to remove lifecycle phases, other than > creating your own lifecycle, or disabling a plugin through > configuration (like as is done with the surefire plugin). > > Perhaps it would be better to discuss what your need is for a > different deployment plugin? > > - Brett > > 2008/10/7 陈思淼 <[EMAIL PROTECTED]>: > > for example. when I run"mvn deploy" I want to deploy the artifactory to > my > > own reposition use my own deploy-plugin ,but the phase must run the > default > > maven-delploy-plugin, is there any method I can replace the default > plugin > > and use my own plugin ? > > > > > > -- > Brett Porter > Blog: http://blogs.exist.com/bporter/ >
