Mark Proctor requested a few features to automate more of the maven build process. This
thread can be used to discuss these ideas.
Update the jboss maven2 repo - currently the maven deploy plugin handles several protocols
for deployment (ftp, ssh, webdav, etc) but it doesn't include the ability to commit to
cvs or svn the way that we are currently set up. So that is a manual step.
IT has set up a snapshot respository (
http://snapshots.jboss.org) which can be updated via
webdav. The ability to upload to this repo will be included in version 2 of the
jboss-parent pom.
Copy dists to
downloads.jboss.com - This can be done either with a new custom plugin, or
we might be able to configure the deploy plugin as part of the release profile to upload
these distributions the way we want. The deploy plugin will automatically pick up any
artifacts that are attached to the build, such as custom assemblies for distribution. So
we would just have to use one of the existing protocols that
downloads.jboss.com has
available.
Update the
labs.jboss.org site - depending on what information we want on the labs, this
might be a combination of the maven site plugin (which creates a default web site for a
project) and our own custom plugin which creates the info that we can't get though
configuring the default site plugin.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034522#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...