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
Post a Comment