
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
09/Aug/05 06:00 AM
|
|
The new log4j.properties is being bundled in apacheds-main.jar .
This is okay for standalone versions and during development but is annoying for embedded versions.
We should override the jar:resources goal in maven.xml so it isn't copied across.
|
|
Description
|
The new log4j.properties is being bundled in apacheds-main.jar .
This is okay for standalone versions and during development but is annoying for embedded versions.
We should override the jar:resources goal in maven.xml so it isn't copied across.
|
Show » |
|
I also added an instruction to the clean goal in maven.xml . Someone has overriden it but forgotton to delete the target dir in doing so. The clean goal now deletes the target dir and its contents.