Maven 2 & 3

[language support] Ability to use single lifecycle with dynamic extension

Details

  • Complexity:
    Expert
  • Number of attachments :
    0

Description

Currently maven-project, via maven-artifact-manager , uses pom packaging's value (also use by lifecycle) to lookup a ArtifcactHandler and then get the extension out of that artifact handler. This is one to one relationship, one lifecyle per artifact extension.

Because of this issue, I have to use one lifecycle per extension ( ie native-dll artifact hanlder will have dll extension)
for maven-native-plugin which has the following extension .dll, .exe, .lib, .so, si, .a and may be more

The work around still need the fix for MNG-729

Activity

Hide
Brett Porter added a comment -

this involves some sort of inheritence which is discussed in TODOs but not on the schedule for 2.0

Show
Brett Porter added a comment - this involves some sort of inheritence which is discussed in TODOs but not on the schedule for 2.0

People

  • Assignee:
    Unassigned
    Reporter:
    Dan Tran
Vote (0)
Watch (0)

Dates

  • Created:
    Updated: