${project.groupId} - ${project.artifactId} · A POM that can be extended by all POMs that use the ear packaging type. It extends the main uberpom because EAR files don't contain Java source code so we do not want to inherit all the reporting and other settings from the JAR Uber POM, which are not necessary and would just slow the build down.
Group: com.squeakysand.devtools - All Dependencies
${project.groupId} - ${project.artifactId} · A POM that can be extended by POMs that are intended to create a Jar and a BND based Jar at the same time.
${project.groupId} - ${project.artifactId} · Contains static analysis settings to run on the checks defined in the config module.
${project.groupId} - ${project.artifactId} · Aggregates the modules related to applying static checks to Java source code.
${project.groupId} - ${project.artifactId} · A POM that can be extended by POMs that use the WAR packaging type. It extends the JAR Uber POM because WAR files can contain Java source code so we want to inherit all the reporting and other settings.
${project.groupId} - ${project.artifactId} · Parent POM for all of the Java related Uber POMs.
${project.groupId} - ${project.artifactId} · A set of Maven Wagon providers, including an AWS S3 Wagon.
${project.groupId} - ${project.artifactId} · The highest level pom used for all SqueakySand projects.
${project.groupId} - ${project.artifactId} · Contains settings for the static analysis tools.
${project.groupId} - ${project.artifactId} · A POM that can be extended by POMs that deal with Java source code (jars, wars and ejbs etc). It configures many common reports and other build settings that are common to all projects that contain Java source code.
${project.groupId} - ${project.artifactId} · A POM that can be extended by POMs that are used to build EJBs. It extends the JAR Uber POM because EJB files contain Java source code so we want to inherit all the reporting and other settings.