[jboss-dev-forums] [Design of JBoss Build System] - New JBoss Deploy Plugin
pgier
do-not-reply at jboss.com
Fri Feb 23 16:38:42 EST 2007
I created a new plugin called jboss-deploy-maven-plugin, and it is in the repository now. The common project is currently the only project configured to use it. Once common looks ok, then I will add it to other projects.
Currently, the plugin simply copies the jars that it finds in the project target directory into a location specified through a property. And the plugin creates a file called component-info.xml using information from the pom.
The plugin will automatically be called when "mvn deploy" is run. There are two basic options for specifying the location where the plugin should deploy the artifacts. I started this wiki entry to explain how to do this:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossBuildMaven
Right now the plugin requires that snapshots are enabled in the jboss maven plugin repository, and I had to change the jboss-parent pom to enable plugin snapshots. To get the new jboss-parent you might have to delete the local copy of this file in the local maven repository (~/.m2/repository)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4021334#4021334
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4021334
More information about the jboss-dev-forums
mailing list