sujit mascarenhas <j2eeguy <at> gmail.com> writes: > > I have been trying to create a custom portal application. I have setup the > required properties in the build.properties under %USER_HOME% on win2k. I > have also installed the jetspeed2 maven plugin. But when I run maven j2: > portal.genapp. I get the following error : > BUILD FAILED > Goal "j2:portal.genapp" does not exist in this project. > Total time: 4 seconds > > Any help would be appreciated. > > Thanks >
I think you have to run it from $MAVE_HOME. If that doesn't work, you may be using an older version in which case try: maven j2:genapp.portal The maven goal name changed somewhere along the line... --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
