Maven 1.x Application Generation Plugin

Memory leak

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 2.3
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Environment:
    maven 1.1 beta 3
  • Number of attachments :
    0

Description

When the bootstrap is launched we test all the plugins.
Before to test the genapp plugin we have :

[exec]     +----------------------------------------
     [exec]     | Test Genapp Plugin - Templates Test
     [exec]     | Memory: 84M/89M
     [exec]     +----------------------------------------

After we have :

[exec]     +----------------------------------------
     [exec]     | Test Maven Gump Plugin
     [exec]     | Memory: 119M/197M
     [exec]     +----------------------------------------

We lost > 30M of memory
I don't know if this is a problem in the plugin or in the test itself.

Activity

Hide
Lukas Theussl added a comment -

I don't think this is a genapp issue - the memory gets consumed when test building the generated projects, so it's either a problem in the maven:maven tag, or no problem at all, as it anly happens for some templates (ejb, tapestry in particular).

Show
Lukas Theussl added a comment - I don't think this is a genapp issue - the memory gets consumed when test building the generated projects, so it's either a problem in the maven:maven tag, or no problem at all, as it anly happens for some templates (ejb, tapestry in particular).

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated: