Hi all,

I am trying to deploy some kind of customized portal using the trunk version of J2, so I've defined the following variables in the "build.properties" file:
   org.apache.jetspeed.project.home = C:/portal/jetspeed-2

org.apache.jetspeed.portal.home = ${org.apache.jetspeed.project.home}/${org.apache.jetspeed.portal.artifactId}
   org.apache.jetspeed.portal.groupId        = aaa
   org.apache.jetspeed.portal.artifactId     = bbb
   org.apache.jetspeed.portal.name           = ccc
   org.apache.jetspeed.portal.currentVersion = 1.0

I thought that when I typed the command "maven allClean allBuild", a folder in "$USER_HOME/.maven/repository/aaa" should be created (containing a "bbb.war" file). Instead of that, I think that what really happens is that a "jestpeed.war" file is created under "$USER_HOME/.maven/repository/org.apache.portals.jetspeed-2". However, when deploying the portal... maven looks for a "bbb.war" file under "aaa" directory. Is it normal?? I mean, I've read in the getting started guide that source version should not be used for customized portals...

Any help appreciated.

Thanks in advance,
Enrique


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

Reply via email to