[jboss-dev-forums] [Design of JBoss Portal] - Re: Simple portal & samples packaging

julien@jboss.com do-not-reply at jboss.com
Wed Mar 5 11:24:57 EST 2008


I updated a few things in the packaging:

- distribution:
1/ need to use the "release" profile with maven to build project
2/ then use distrib.xml file to build the releases


  | mvn -Prelease install
  | cd build/distrib
  | ant -f distrib.xml
  | 

- use tomcat and jboss archives in order to ensure that we get clean bundles (we should do that too in core portal), also it seems to speed up the build a bit.


  | export JBOSS_4_2_PATH=..../jboss-4.2.2.GA.zip
  | export TOMCAT_6_0_PATH=..../apache-tomcat-6.0.16.zip
  | 



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

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



More information about the jboss-dev-forums mailing list