mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-06 01:06:37 +00:00
4.9 KiB
4.9 KiB
Maven
- Wikipedia.org: Apache Maven
- maven.apache.org
- Dzone.com: Starting with Apache Maven
- Dzone.com: Maven Demystified
- Dzone.com: Creating a Maven Archetype
- Dzone refcard: Apache Maven 2
- Dzone refcard: Getting Started with Maven Repository Management
- Dzone: Installing Maven With Your JDK
- Dzone: 10 Effective Tips on Using Maven
- Dzone: Building Java Applications With Maven
- howtodoinjava.com/maven
Maven Tests
- Dzone: Maven Skipping Tests
- Dzone: Integration Tests with Maven
- Dzone.com: Running Cucumber with Maven
Dependency resolution in maven
- Apache Maven Dependency Analyzer
- Dzone.com: Solving Dependency conflicts in maven
- Dzone.com: Taming Maven: Transitive Dependency Pitfalls
- Dzone.com: Maven Dependency Management Without Going Full Maven If you like using Maven to manage your projects, check out the MyEclipse IDE with its dependencies only mode, allowing you to take advantage of just this feature
mvn dependency:analyze (shows you the usage of listed and unlisted dependencies)
mvn dependency:resolve (give me a list of everything I have declared, a nice way to avoid reading the POM file)
mvn dependency:tree (how you got something on your classpath)
Maven and Docker
IDEs
- Dzone: Maven, Eclipse, and Java 9 Eclipse users who use Maven are used to the M2E plugin issue of having your JRE reset on you. But there's an additional gotcha between Java 8 and Java 9.
- code.visualstudio.com: Java Project Management in VS Code
- medium.com: Instalación de Java y Visual Studio Code en plataformas Windows
Intellij IDEA
- jetbrains.com/help/idea/maven-support.html
- Dzone: Maven IntelliJ Idea Project
- vaadin.com/learn/tutorials/import-maven-project-intellij-idea
- javaspringvaadin.wordpress.com: Crea un Proyecto Maven desde el IDE IntelliJ IDEA
- howtodoinjava.com: Maven IntelliJ Idea Project
Other commands
jar tf target/example-1.0.0-SNAPSHOT.jar
Plugins
- Apache Maven Changelog Plugin
- Apache Maven Checkstyle Plugin
- Apache Maven Javadoc Plugin
- Maven Surefire Report Plugin