Are you sure about this change? I would have thought simply removing
the home parameter was what you wanted. ${maven.repo.local} is a
complete path, e.g.
/Users/david/.maven/repository
david jencks
On Oct 9, 2004, at 10:21 AM, [EMAIL PROTECTED] wrote:
Author: chirino
Date: Sat Oct 9 10:21:00 2004
New Revision: 54169
Modified:
geronimo/trunk/modules/assembly/maven.xml
Log:
Fixing http://nagoya.apache.org/jira/browse/GERONIMO-369
Modified: geronimo/trunk/modules/assembly/maven.xml
=======================================================================
=======
--- geronimo/trunk/modules/assembly/maven.xml (original)
+++ geronimo/trunk/modules/assembly/maven.xml Sat Oct 9 10:21:00 2004
@@ -347,8 +347,7 @@
uri="deployer:geronimo:jmx:rmi://localhost/jndi/rmi:/JMXConnector"
username="system"
password="manager"
- home="${basedir}"
-
module="${maven.repo.local}/tranql/rars/tranql-connector-
${tranql_connector_version}.rar"
+ module="${basedir}/${maven.repo.local}/tranql/rars/tranql-
connector-${tranql_connector_version}.rar"
plan="target/plan/default-database-plan.xml"
/>
<deploy:start