On Tue, Oct 21, 2014 at 3:21 PM, Carsten Ziegeler <[email protected]> wrote: > Am 21.10.14 um 13:27 schrieb Robert Munteanu: >> Hi, >> >> I see the following lifecycle phases used in the Maven plugin for the >> slingstart packaging type (IIUC): >> >> >> <process-sources>org.apache.sling:slingstart-maven-plugin:prepare-package</process-sources> >> <package> >> >> org.apache.sling:slingstart-maven-plugin:attach-slingfeature, >> org.apache.sling:slingstart-maven-plugin:package >> </package> >> >> It's a bit confusing that the prepare-package goal is used in the >> process-sources phase. It's also flagged as an error by m2e since it >> would like to invoke it since it's in an interesting phase ; >> process-sources happens pretty early. >> >> Would it be possible to move this goal to the prepare-package phase? > > Hi Robert, > > yes, I think this is a dumb copy/paste error from the past. So we can > move this.
Cool, moved in https://svn.apache.org/r1633371 . Robert > > Carsten > >> >> Thanks, >> >> Robert >> > > > -- > Carsten Ziegeler > Adobe Research Switzerland > [email protected] -- Sent from my (old) computer
