btavalley.blogg.se

Maven install download dependencies
Maven install download dependencies





maven install download dependencies

One of the config present in Super Pom indicates the followingĪll java source code is present inside src/main/javaĪll java test code is present inside src/test/java Pom.xml extends Super Pom to get all the config present in super Pom. The reason for this is that a lot of the configuration is present in something called as Super POM which is maintained internally by Maven. I Will soon explain about dependencies and plugins in Maven. If the version number does not have SNAPSHOT then its the actual release version. If SNAPSHOT is present, then it indicates the version is still in dev and may not be stable. Version indicates the version number of the artifact. It can have other values as well like ear,war,tar and so on. Packaging is the package format of the artifact. GroupdId and artifactId are the same values we gave in the command line. 4.0.0 first-maven-app jar 1.0-SNAPSHOT first-maven-app junit junit 3.8.1 test







Maven install download dependencies