Issue Details (XML | Word | Printable)

Key: MPEAR-20
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Felipe Leme
Reporter: Joerg Schaible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Ear Plugin

Deploy error because of display name

Created: 15/Sep/04 06:32 AM   Updated: 11/Nov/04 07:00 AM   Resolved: 11/Nov/04 07:00 AM
Return to search
Component/s: None
Affects Version/s: 1.5
Fix Version/s: 1.6

Time Tracking:
Not Specified

Environment: IONA Orbix Application Server Platform, Windows


 Description  « Hide

The IONA Orbix J2EE server uses the display name as root directory for the exploaded EAR. Unfortunately this contains by default a colon ("${pom.groupId}:${pom.artifactId}") for a generated application.xml which is obviously not an allowed character for files in Windows. This default value should be set to something, that does not break any app server. Proposal: dot



dion gillard added a comment - 15/Sep/04 08:52 PM

If we do this, make it a property rather than hard coding a dot.


Joerg Schaible added a comment - 16/Sep/04 02:47 AM

Well, the display name can be set anyway, but it should work for as many J2EE servers as possible OOTB.


Felipe Leme made changes - 11/Nov/04 04:36 AM
Field Original Value New Value
Assignee Felipe Leme [ felipeal ]
Felipe Leme added a comment - 11/Nov/04 04:36 AM

I agree with Joerg that it should work out-of-the box in the most app servers possible, but I think defining a property for the separator is a n overkill.

So, what about simply using only the artifactId as the display-name?


Joerg Schaible added a comment - 11/Nov/04 04:42 AM

Personally I don't care. The artifactId only should rarely conflict with other apps as long as the default for the display name not just breaks the deployment.


Felipe Leme added a comment - 11/Nov/04 07:00 AM

Fixed - the default value is now ${pom.artifactId}


Felipe Leme made changes - 11/Nov/04 07:00 AM
Resolution Fixed [ 1 ]
Fix Version/s 1.6 [ 11001 ]
Status Open [ 1 ] Closed [ 6 ]