It is expected that the user is familiar with the Apache Maven project tool.
If you have not already done so, download and install Maven.
2. build.properties settings:
Please set these values in your build.properties
file:
property | example | what is it? |
---|---|---|
maven.tomcat.home | /tomcat | location of the Tomcat install where you want to deploy Pluto |
maven.tomcat.version.major | 5 | Major version of Tomcat |
You can copy the build.properties.sample
file and name it
build.properties
and use this is a starting point.
Run Tomcat, go to http://localhost:8080/pluto/portal.
This will create the container jar in /container/target and also copy into you maven repository.
This will invoke the default maven goal for the /portal sub-project, tomcat:deploy. This will build and deploy the Pluto portal minus the test suite into tomcat.
This will invoke the default maven goal for the /testsute sub-project, deployTestsuite. This will build and deploy the test suite portlets into your already deployed Pluto portal.
maven deploy -Ddeploy=FULL_PATH_TO_YOUR_PORTLET_WAR