https://github.com/rameshmf/maven-tutorial
A Guide to apache maven, httpclient, tomcat, ant and tiles.
https://github.com/rameshmf/maven-tutorial
maven maven-assembly-plugin maven-plugin
Last synced: about 1 year ago
JSON representation
A Guide to apache maven, httpclient, tomcat, ant and tiles.
- Host: GitHub
- URL: https://github.com/rameshmf/maven-tutorial
- Owner: RameshMF
- Created: 2018-06-18T08:51:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T06:21:28.000Z (about 8 years ago)
- Last Synced: 2025-04-07T18:22:32.182Z (over 1 year ago)
- Topics: maven, maven-assembly-plugin, maven-plugin
- Language: Java
- Size: 294 KB
- Stars: 13
- Watchers: 1
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Maven Basics
- Overview Of Maven
- Apache Maven Standard Directory Layout
- Getting Started with Maven
- Maven Dependency Mechanism
- Guide to Maven Repository
- Difference between Ant, Gradle, and Maven
- Maven Release to Nexus
2. Maven Project Development Guides
- Guide to Create a Simple Maven Project
- Guide to Create a Simple Maven Web Application
- How to Create Maven Multi Module using Command Line
- Source Code Quality Checks using PMD Plugin
3. Maven Plugins
- Apache Maven Compiler Plugin
- Maven Surefire Plugin
- Maven Failsafe Plugin
- Apache Maven Assembly Plugin
- Apache Maven Checkstyle Plugin
- Apache Maven Dependency Plugin
- Apache Maven Help Plugin
- Apache Maven PMD Plugin
- Apache Maven Resources Plugin
- Apache Maven Site Plugin
- Apache Maven Source Plugin
- Apache Maven Clean Plugin
- Apache Maven WAR Plugin
4. Tips and Tricks
5. External Useful Links
GitHub Repository: Maven Developer Guide Examples
Important Java Developer Guides
- Java/J2EE Best Practices
- Jersey Rest Developer Guide
- Core Java Developer Guide
- Java 8 Developer Guide
- Spring Developer Guide
- Maven developers Guide
