singleton-manager-i18n
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.vmware.singleton</groupId>
<artifactId>singleton-manager-i18n</artifactId>
<version>0.7.16.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.vmware.singleton</groupId> <artifactId>singleton-manager-i18n</artifactId> <version>0.7.16.0</version> <name>com.vmware.singleton:singleton-manager-i18n</name> <description>A service that provides support for Software Internationalization and Localization</description> <url>https://github.com/vmware/singleton</url> <licenses> <license> <name>Eclipse Public License - v 2.0</name> <url>https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt</url> </license> </licenses> <developers> <developer> <name>Jiang Hua</name> <email>jiang.hua@broadcom.com</email> <organization>VMware by Broadcom</organization> <organizationUrl>https://www.vmware.com</organizationUrl> </developer> <developer> <name>Song Jiang</name> <email>song.jiang@broadcom.com</email> <organization>VMware by Broadcom</organization> <organizationUrl>https://www.vmware.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:github.com:vmware/singleton.git</connection> <developerConnection>scm:git:ssh:github.com:vmware/singleton.git</developerConnection> <url>https://github.com/vmware/singleton</url> </scm> <build> <plugins> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>0.8.0</version> <extensions>true</extensions> <configuration> <publishingServerId>central</publishingServerId> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>3.3.1</version> <executions> <execution> <id>attach-sources</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>3.2.8</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>