car plugin needs to start a new kernel for each invocation
----------------------------------------------------------

                 Key: GERONIMO-2829
                 URL: https://issues.apache.org/jira/browse/GERONIMO-2829
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: buildsystem
    Affects Versions: 2.0-M2
            Reporter: David Jencks
         Assigned To: David Jencks
             Fix For: 2.0-beta1


The car maven plugin needs to start a new kernel for each invocation, or we 
need to figure out how to stop configurations that aren't desired.  This is 
currently a problem because naming builders are broken and always add their 
defaultEnvironment to every config.  With the corba builders in place that adds 
a dependency on j2ee-corba-yoko to every config and that can be resolved only 
if it's included in the pom for that config.

Changing this uses a lot of permGen space.  For me the build works with 

MAVEN_OPTS="-XX:MaxPermSize=128m -Xms512m -Xmx1024m"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to