aminabromand opened a new pull request #57: URL: https://github.com/apache/sling-slingfeature-maven-plugin/pull/57
During include-artifact mojo execution the start level for the attached jar/bundle can be set through jarStartOrder. This was only working for FM files inside the source folder. For created FMs the jar/bundle would not receive the jarStartOrder. The jarStartOrder param was changed from int to String because otherwise the not null check wouldnt be possible. Without the not null check the start order would be added always. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
