mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-14 21:27:07 +00:00
2.6 KiB
2.6 KiB
Maven
- Wikipedia.org: Apache Maven
- https://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
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
Other commands
jar tf target/example-1.0.0-SNAPSHOT.jar