Return-Path: Delivered-To: apmail-portals-jetspeed-dev-archive@www.apache.org Received: (qmail 53860 invoked from network); 24 Oct 2007 00:39:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Oct 2007 00:39:13 -0000 Received: (qmail 68256 invoked by uid 500); 24 Oct 2007 00:39:00 -0000 Delivered-To: apmail-portals-jetspeed-dev-archive@portals.apache.org Received: (qmail 68225 invoked by uid 500); 24 Oct 2007 00:39:00 -0000 Mailing-List: contact jetspeed-dev-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@portals.apache.org Received: (qmail 68212 invoked by uid 99); 24 Oct 2007 00:39:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Oct 2007 17:39:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Oct 2007 00:39:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 93C8771422C for ; Tue, 23 Oct 2007 17:38:50 -0700 (PDT) Message-ID: <21440839.1193186330595.JavaMail.jira@brutus> Date: Tue, 23 Oct 2007 17:38:50 -0700 (PDT) From: "Ate Douma (JIRA)" To: jetspeed-dev@portals.apache.org Subject: [jira] Resolved: (JS2-793) Support deployment of jetspeed under a custom context name (e.g. ROOT) with the maven 1 jetspeed plugin In-Reply-To: <10603443.1193182670690.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JS2-793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ate Douma resolved JS2-793. --------------------------- Resolution: Fixed Implemented supporting both Tomcat 5.0.x and 5.5.x. Note: the template tomcat context deployment descriptors (under src tree etc/conf/tomcat) have been adapted to support this too. > Support deployment of jetspeed under a custom context name (e.g. ROOT) with the maven 1 jetspeed plugin > ------------------------------------------------------------------------------------------------------- > > Key: JS2-793 > URL: https://issues.apache.org/jira/browse/JS2-793 > Project: Jetspeed 2 > Issue Type: Improvement > Components: Deployment > Affects Versions: 2.1.3 > Reporter: Ate Douma > Assignee: Ate Douma > Priority: Minor > Fix For: 2.1.3 > > > The maven-1 jetspeed plugin currently uses the "org.apache.jetspeed.portal.artifactId" property both for generating a custom portal project artifactId *and* > as the context Name under which the portal is deployed (logically, as maven uses the artifactId for naming the war file itself too). > For deploying to the Tomcat ROOT context though this is not very optimal as naming the artifactId as such is not very informative and usually not desired. > I'll provide a new optional plugin property, "org.apache.jetspeed.portal.contextName" which will still default to the value of the "org.apache.jetspeed.portal.artifactId" property, > but which you can override in the build.properties to support using a different context name like ROOT (note: for Tomcat this needs to be specified in full capitals). > The created artifact then can be named as desired for deploying to the (local or a remote) maven repository, but during deployment (e.g. j2:portal.deploy) the plugin will using the provided "org.apache.jetspeed.portal.contextName". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org For additional commands, e-mail: jetspeed-dev-help@portals.apache.org