Maven unpack goal -


i encountered strange problem while using unpack goal. here how is.

i have unpack goal defined in parent pom , have multiple child test-projects(modules) not have unpack goal defined in pom's

stage 1: execute mvn clean install -dskiptest=true build modules during phase unpack goal executed , have version = release specified zip wish unpack. during unpacking phase version a.b.c unpacked

stage 2: when want execute each test execute maven specifying module should executed- why maven again executes unpack goal parent , uses different version i.e. version p.q.r unpacked (which correct version)

could throw light on issue. q1 - correct way of executing maven , if yes why there such difference during unpack goal


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -