cziegeler commented on a change in pull request #57:
URL: 
https://github.com/apache/sling-slingfeature-maven-plugin/pull/57#discussion_r450655445



##########
File path: 
src/main/java/org/apache/sling/feature/maven/mojos/AbstractFeatureMojo.java
##########
@@ -163,7 +163,7 @@
      * The start level for the attached jar/bundle.
      */
     @Parameter(name=FeatureProjectConfig.CFG_JAR_START_ORDER)
-    private int jarStartOrder;

Review comment:
       I think leaving this as an int is slightly better as this way Maven does 
the conversion and reports on the error.
   You can check for greater zero later on (instead of a null check)




----------------------------------------------------------------
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]


Reply via email to