You can always create your own internal release of it. Just get the source and deploy a release to your internal repo manager. However, if creating an internal release I suggest you use a different version than what you would expect an official release to have. This will prevent future issues due to version collision. I always put some name in the version which I know will make it unique (such as my company name for example).
/Anders On Thu, Mar 3, 2011 at 22:33, Lei Wang <[email protected]> wrote: > Hi, > > My company's project uses maven-javascript-plugin. We run into a problem > when trying to release the project by using mvn release:prepare. The > release plugin complains the project is using a snapshot version of the > maven-javascript-plugin, which is 1.0-alpha-1-SNAPSHOT. I checked the > website and found there is no release version available. Can someone > make a release version of maven javascript plugin? Or can I do it and > how? > > Lei Wang > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
