Hervé Boutemy created MASSEMBLY-858: ---------------------------------------
Summary: don't read assembly descriptor from thread classloader but plugin classloader Key: MASSEMBLY-858 URL: https://issues.apache.org/jira/browse/MASSEMBLY-858 Project: Maven Assembly Plugin Issue Type: Improvement Affects Versions: 3.0.0 Reporter: Hervé Boutemy Assignee: Hervé Boutemy Priority: Blocker Fix For: 3.0.1 before MASSEMBLY-331 (in 2.2-beta-3), assembly descriptor was read from plugin classloader: it switched inadvertently (apparently) to thread classloader in MNG-6209 for Maven 3.5.1, thread classloader evolves and the assembly descriptor won't be available any more using thread classloader was not really a good idea, even if it didn't hurt for years: but now, it hurts :) it's time to go back to normal classloader use -- This message was sent by Atlassian JIRA (v6.3.15#6346)