Maven 1.x War Plugin

war:webapp - copying web sources should user preservelastmodified

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

The war is prepared in a separate directory. The various sources are copied to this directory using the ant copy task. There is an option on this task to preserve the last modified time (preservelastmodified=true). The copy should use this feature.

By not using this feature, we are having a problem with WebLogic not recognizing our precompiled JSP pages. WebLogic looks at the timestamp of the generated JSP classes and the sources, and since they are the same, doesn't use the precompiled classes. The only reason they are the same is that the war:webapp goal does not preserve the last modified information.

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved:

Time Tracking

Estimated:
30m
Original Estimate - 30 minutes
Remaining:
30m
Remaining Estimate - 30 minutes
Logged:
Not Specified
Time Spent - Not Specified