opentsdb_gwt_theme
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.opentsdb</groupId> <artifactId>opentsdb_gwt_theme</artifactId> <version>1.0.0</version> </dependency>
<!-- Generated by Makefile on Tue Dec 1 13:23:58 PST 2015 --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>net.opentsdb</groupId> <artifactId>opentsdb_gwt_theme</artifactId> <version>1.0.0</version> <name>OpenTSDB</name> <organization> <name>The OpenTSDB Authors</name> <url>http://opentsdb.net</url> </organization> <description> A GWT Theme generated by the GWT Theme generator at http://works.sen-sei.in/gtg/ </description> <url>http://opentsdb.net</url> <licenses> <license> <name>LGPLv2.1+</name> <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@github.com:OpenTSDB/opentsdb_gwt_theme.git</connection> <url>https://github.com/OpenTSDB/opentsdb_gwt_theme</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/OpenTSDB/opentsdb_gwt_theme/issues</url> </issueManagement> <mailingLists> <mailingList> <name>User List</name> <post>opentsdb@googlegroups.com</post> <subscribe>opentsdb+subscribe@googlegroups.com</subscribe> <unsubscribe>opentsdb+unsubscribe@googlegroups.com</unsubscribe> <archive>https://groups.google.com/group/opentsdb</archive> </mailingList> </mailingLists> <developers> <developer> <id>manolama</id> <name>Chris Larsen</name> <email>clarsen@yahoo-inc.com</email> <roles> <role>developer</role> </roles> <timezone>-8</timezone> </developer> </developers> <inceptionYear>2015</inceptionYear> <packaging>jar</packaging> <build> <resources> <resource> <directory>resources</directory> <filtering>false</filtering> </resource> </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <version>2.4.2</version> <configuration> </configuration> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.4</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.3</version> <extensions>true</extensions> <configuration> <serverId>ossrh</serverId> <nexusUrl>https://oss.sonatype.org/</nexusUrl> <autoReleaseAfterClose>false</autoReleaseAfterClose> </configuration> </plugin> </plugins> </build> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> </project>