Currently m2eclipse does not provide specific support for portal
development. However, you can use wizard from File / New / Project... /
New Maven Project wizard to create new project from Maven archetype. [1]
By default this wizard uses list of archetypes retrieved from Central
repository. I can see few archetypes related to portals in the list,
including the "application-archetype" from your tutorial. To search
trough available archetypes, you can type filtering criteria in the
archetype list.
Also note that you can also run Maven commands from the command line
and create new projects and then import created projects into Eclipse [2].
Hope that helps.
regards,
Eugene
[1] http://docs.codehaus.org/display/M2ECLIPSE/Creating+Maven+projects
[2] http://docs.codehaus.org/display/M2ECLIPSE/Importing+Maven+projects
laxmiraghu wrote:
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.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email