kriegaex commented on PR #120:
URL: https://github.com/apache/xalan-java/pull/120#issuecomment-1811766610

   > The exact command is in the mvnbuild.sh/.bat.
   
   OK, I always use `mvn` directly, either from the IDE or the console. No 
extra wrapper scripts.
   
   > I believe it's "mvn clean package"... Which, if I remember correctly, is a 
stage or two past verify.
   
   No, the `verify` phase is after `package` and also executes post-package 
integration tests, if any. Only later I noticed that this project is completely 
devoid of any automated tests, so I also would not have had to use 
`-DskipTests` for faster builds in the first place. 😉
   
   Speaking of faster builds: I think, it would make sense to define Maven 
profiles for faster vs. more complete builds. If you actually work on the code 
in the future, you do not always want to build Javadoc and other types of 
documentation, distro JARs etc. Usually, you just want to compile and run 
automated tests, if any. Currently, the build is quite slow because of all the 
optional steps.


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

To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org

Reply via email to