Details
Description
I build a new portal using the instructions from http://portals.apache.org/jetspeed-2/buildguide/jetspeed-archetype.html:
mvn org.apache.maven.plugins:maven-archetype-plugin:2.0-alpha-4:generate \
-DarchetypeGroupId=org.apache.portals.jetspeed-2 \
-DarchetypeArtifactId=jetspeed-archetype \
-DarchetypeVersion=2.2.1 \
-DartifactId=Portail-Aristote \
-Dpackage=org.aristote \
-DgroupId=org.aristote -Dversion=1.0.a
(** with jetspeed-mvn-settings.xml configured to use derby)
mvn jetspeed:mvn -Dtarget=all
builds are OK but psml pages are found because the file:
/WEB-INF/pages/page.security is missing
the solution is to get this file from
http://svn.apache.org/repos/asf/portals/jetspeed-2/portal/tags/JETSPEED-RELEASE-2.2.1/applications/jetspeed/src/main/webapp/WEB-INF/min-ui-pages/page.security
This seems to be a bug in the Jetspeed archetype.