You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by Nikolaos Athanasis <at...@ics.forth.gr> on 2004/11/05 19:58:03 UTC

Cannot deploy jetspeed-1.5 with maven

hello all,

I am working with jetspeed 1.5.

My problem is that i cannot find the right maven  command to deploy my
jetspeed application and copy all compiled files into
$TOMCAT_HOME/webapps/jetspeed directory without first building the jar
file and the copy it into $TOMCAT_HOME/webapps folder.

If i am not correct, i must use a property of maven in my
project.properties file. But i cannot find it anywhere in the
maven documentation.

Could please anyone help me?

Thank you!
Athanasis Nikolaos
Postgraduate Student
University of the Aegean
Department of Geography
University Hill
81100 Mytilene, GREECE


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org


Re: Cannot deploy jetspeed-1.5 with maven

Posted by David Sean Taylor <da...@bluesunrise.com>.
Nikolaos Athanasis wrote:

> hello all,
> 
> I am working with jetspeed 1.5.
> 
> My problem is that i cannot find the right maven  command to deploy my
> jetspeed application and copy all compiled files into
> $TOMCAT_HOME/webapps/jetspeed directory without first building the jar
> file and the copy it into $TOMCAT_HOME/webapps folder.
> 
> If i am not correct, i must use a property of maven in my
> project.properties file. But i cannot find it anywhere in the
> maven documentation.
> 

> Could please anyone help me?
>
I'll try.
Been so long since I setup my build.properties for J1 forgot how actually...

The required build properties are defined here:

http://portals.apache.org/jetspeed-1/plugin/sample-usage.html

Recommend overriding these properties in your $HOME/build.properties

Important property to override for deployment to Tomat using Maven:

# example
maven.war.appserver.home = ${HOME}/apache/tomcat/

-- 
David Sean Taylor
Bluesunrise Software
david@bluesunrise.com
[office] +01 707 773 4646
[mobile] +01 707 529 9194

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org