On Nov 11, 2009, at 3:42 PM, Jukka Zitting wrote:
It should be possible to deploy the missing artifacts like this:

   mvn gpg:sign-and-deploy-file \
-Durl=https://repository.apache.org/service/local/staging/ deploy/maven2
\
       -DrepositoryId=apache.releases.https \
       -DgroupId=org.apache.mahout.xxx -DartifactId=xxx \
       -Dversion=xxx -Dpackaging=jar -Dfile=core/lib/xxx.jar

Some further thoughts on this:

Perhaps we should do this upfront for any/all deps we use that aren't in Maven that we need, regardless of a release. Then we don't have to have users do a "mvn install" first, since all artifacts will be resolvable.

As Jukka said, then we just need to deploy them once whenever we upgrade them. The release process should also get a lot easier.

Any reason not to?

-Grant

Reply via email to