...
Project source code is available at: https://github.com/Jasig/ContentManagementPortlet
Build
- Adjust the paths in the build.properties file (portal, tomcat and maven directories)
- On the command line inside the project source directory, use the following command:
Code Block | ||||
---|---|---|---|---|
| ||||
> ant package |
...
Once the build is successful, you should be able to browse to the "<tomcat-home>/webapps" and find the "ContentManagementPortlet.war" application file.
...