Andreas Wiesauer wrote:
Hello,

I succeeded in deploying Jetspeed 2 to Tomcat using Maven-2. How can I customzize the deployment (using own context names for example /myportal instead of /jetspeed)?

Thats explained in the wiki, scroll down to the section on "Jetspeed 2.1-dev Maven2 Custom Portal Generation"

http://wiki.apache.org/portals/Jetspeed2/Maven2BuildSupport

mvn archetype:create -DarchetypeGroupId=org.apache.portals.jetspeed-2 -DarchetypeArtifactId=portal-archetype -DarchetypeVersion=2.1-dev -DgroupId=myportalgroup -DartifactId=myportal -Dversion=1.0


I called maven-2 from command line; how do I use the maven 2 plugin in Eclipse? (I got an error when using an empty goal ("mvn") as I had to do while building jetspeed. mvn install does not work either, because it copies only the pom file, but does not complie anything).


http://m2eclipse.codehaus.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to