I would like to build web portal from scratch. I'm using eclipse as the IDE
and jetspeed as the portal server. I installed all plugins required. But
still, in the project drop down, i don't see any mention about portal
project.  

First of all i would like to know is there anything specific project type to
build a portal? If so, under which tab it's availalbe? If it's not
avaialable, which are the plugins i need to isntall?

I read in the net that maven can help to build a project. But i don't know
how. 

I'm working on a linux platform. I use following command to create a project
under /home/xyz/workspace directory.


mvn archetype:generate -DarchetypeGroupId=org.apache.portals.jetspeed-2 
                                 
-DarchetypeArtifactId=application-archetype
                                  -DarchetypeVersion=2.1.3
                                  -DgroupId=org.apache.portals.tutorials
                                  -DartifactId=test-demo
                                  -Dversion=1.0

As i'm quite new to eclipse and maven, i don't know how to create a project
for portal application.

Any help in this regard is highly appreciated.

Thank you.

-- 
View this message in context: 
http://www.nabble.com/How-do-i-create-a-portal-project-in-eclipse-tp19145272p19145272.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to