[jboss-jira] [JBoss JIRA] Created: (JBPORTAL-1615) Maven2 poms initial version ready for portal
Anders Andersen (JIRA)
jira-events at lists.jboss.org
Thu Jul 26 17:40:47 EDT 2007
Maven2 poms initial version ready for portal
--------------------------------------------
Key: JBPORTAL-1615
URL: http://jira.jboss.com/jira/browse/JBPORTAL-1615
Project: JBoss Portal
Issue Type: Patch
Security Level: Public (Everyone can see)
Environment: unix script used (use unix or cygwin)
Reporter: Anders Andersen
The _maven directory will contain a complete maven2 build environment for the jboss portal
prepare:
If you are running windows --> install cygwin and run bash from here
1) #install maven2 (2.0.6) or later
2) #install the jboss-packaging-maven-plugin
svn co https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/jboss-packaging-maven-plugin jboss-packaging-maven-plugin
mvn -f jboss-packaging-maven-plugin/pom.xml install
3) #install the portal
svn co http://anonsvn.jboss.org/repos/portal/trunk jboos-portal
cd jboss-portal
build/build.sh clean most
4) unzip the _maven into jboss-portal
5) cd _maven
cd _deploy
# deploy the third party artifacts that I did not find on the internet
# edit the script to meet your settings before running
./third-party-deploy.sh
6) #prepare the maven source locations
usage: #run script
./_build.sh
post steps:
7) #maven build the jboss 2.6 portal
mvn clean install
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list