Wednesday, October 24, 2018
Saturday, October 13, 2018
Maven: Standard Directory Structure
If we want to understand how maven works you need to understand about Maven Standard Directory Structure.
https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
https://www.baeldung.com/maven-directory-structure
https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
https://www.baeldung.com/maven-directory-structure
Friday, October 12, 2018
Maven: How to create executable JAR
If you want to work on Java world you must learn maven. in this article I will show how you can create an executable JAR file using maven.
For now i am using the reference of the following article.
https://www.baeldung.com/executable-jar-with-maven
For now i am using the reference of the following article.
https://www.baeldung.com/executable-jar-with-maven
Subscribe to:
Posts (Atom)
5 Strategies for Getting More Work Done in Less Time
Summary. You’ve got more to do than could possibly get done with your current work style. You’ve prioritized. You’ve planned. You’ve dele...
-
Imagine going to work everyday and facing a colleague who does not respect you or having to work with someone who was constantly underminin...
-
Sometimes just to get a quick success build you might need to disable/ignore/skip some of the munit test cases. you can do you by double ...
-
Install ActiveMQ Step 1: Download Apache Active MQ 5.x.x (5.15.8 Latest Version Up to Feb 2019) Step 2: Install ActiveMQ Run the Active...