MVN

com.squeakysand.devtools : uberpom-java-ear

Maven & Gradle

Aug 07, 2013

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.

<dependency>
    <groupId>com.squeakysand.devtools</groupId>
    <artifactId>uberpom-java-ear</artifactId>
    <version>7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squeakysand.devtools : uberpom-java-ear to add to Maven - Latest Versions:

  • Latest Stable: 7

All Versions

Choose a version of com.squeakysand.devtools : uberpom-java-ear to add to Maven - All Versions:

Version Vulnerabilities Updated
7
uberpom-java-ear-7
6
uberpom-java-ear-6
5
uberpom-java-ear-5
4
uberpom-java-ear-4
3
uberpom-java-ear-3
2
uberpom-java-ear-2
1
uberpom-java-ear-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.squeakysand.devtools</groupId>
    <artifactId>uberpom-java-ear</artifactId>
    <version>7</version>
</dependency>