[jboss-dev-forums] [Design of JBoss Build System] - Re: New JBoss Deploy Plugin

pgier do-not-reply at jboss.com
Thu Mar 15 12:38:05 EDT 2007


"wolfc" wrote : I spotted a few problems:
  | 
  | 1. The maven artifacts are getting deployed to ${maven.cvs.root}, which is an unset variable. Do I have to set it, or should it be derived from jboss.repository.root by the plugin?
  | 

They are two separate variable, so you will have to add ${maven.cvs.root} to your settings.xml.  Since the location of these two repositories could be separate, they are separate variables.  I will add some information to the wiki.  I think I'll change ${maven.cvs.root} to ${maven.repository.root} in the next parent pom so that the names are more clear.

"wolfc" wrote : 
  | 2. My aggrate is ignored: [INFO] Ignoring project with packaging type: pom
  | 3. Will imports be autogenerated or shall I add them to the poms (TODO in plugin)?

Both of these are todo items.  I wasn't sure how to handle aggregates with the deploy plugin, but I think I have some ideas now and I should be able to get that implemented next week.

For the imports, you can put the list into the deploy plugin configuration.  I added a 1.1-beta version of the deploy plugin to the repository, and I updated the wiki page  here  with an example of how to use the imports and exports config.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028456#4028456

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028456



More information about the jboss-dev-forums mailing list