Return-Path: Delivered-To: apmail-portals-jetspeed-dev-archive@www.apache.org Received: (qmail 14025 invoked from network); 12 Aug 2005 15:20:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Aug 2005 15:20:20 -0000 Received: (qmail 37254 invoked by uid 500); 12 Aug 2005 15:20:01 -0000 Delivered-To: apmail-portals-jetspeed-dev-archive@portals.apache.org Received: (qmail 37199 invoked by uid 500); 12 Aug 2005 15:20:01 -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 37159 invoked by uid 500); 12 Aug 2005 15:20:01 -0000 Delivered-To: apmail-jakarta-jetspeed-dev@jakarta.apache.org Received: (qmail 37138 invoked by uid 99); 12 Aug 2005 15:20:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2005 08:19:59 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 221CEEB for ; Fri, 12 Aug 2005 17:19:58 +0200 (CEST) Message-ID: <272726035.1123859998138.JavaMail.jira@ajax.apache.org> Date: Fri, 12 Aug 2005 17:19:58 +0200 (CEST) From: "Ate Douma (JIRA)" To: jetspeed-dev@jakarta.apache.org Subject: [jira] Reopened: (JS2-319) Maven-plugin still too much dependent on hardcoded project configuration Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JS2-319?page=all ] Ate Douma reopened JS2-319: --------------------------- I think I found it. a small typo in j2:_copy.rdbms.sql.scripts: copy attribute flatten should be false, not true. I'll fix that right away. > Maven-plugin still too much dependent on hardcoded project configuration > ------------------------------------------------------------------------ > > Key: JS2-319 > URL: http://issues.apache.org/jira/browse/JS2-319 > Project: Jetspeed 2 > Type: Bug > Components: Deployment, Project Build > Versions: 2.0-M4 > Reporter: Ate Douma > Assignee: Ate Douma > Fix For: 2.0-M4 > > I'm gonna try to implement the following corrections and improvements to the maven-plugin: > - Create a separate portal-template resource jar and install it in the repo. > This should remove the need to have these stored within the plugin. > I'd like to see the plugin as generic as possible: only functionality, no data (at least, as less as possible) > Running initMavenPlugin should only be needed again when something in plugin.jelly changes. > - Delay property filtering in the templates to plugin goal execution time. > Currently, once you run initMavenPlugin you're stuck with (most of) the settings you had at that time. > - Extend/fix different portal name/context handling. > Right now, "jetspeed" is still embedded in several places causing runtime problems when you try to use a different portal name. > I'd like to make "jetspeed" a variable value all the way, even when used from the normal (read: non-genapp) context. > - Provide "true" overlay functionality when building your own portal. > I want to be able to maintain my own portal configuration and load/run portal.install to merge the content of the selected jetspeed-portal-template with my own. > - Output schema generation and run Hsqldb (and hopefully replaced with Derby soon) in the portal target folder (by default), not within the plugin context > If you run a full test build using Hsqldb (maven j2:start.test.server) the test database is by default run inside the plugin context/environment. > This leads to a failure at the end because the newly build plugin cannot be installed because Hsqldb has a lock on its database file within the current installed plugin. > Also, I want the generated sql (as well as the predefined sql) stored in my target portal project so I can (optionally modify, extend and) distribute it. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org For additional commands, e-mail: jetspeed-dev-help@portals.apache.org