jcmd
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.bitbucket.bradleysmithllc.webserviceshubclient</groupId> <artifactId>jcmd</artifactId> <version>2.0.3</version> </dependency>
<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>org.bitbucket.bradleysmithllc.webserviceshubclient</groupId> <artifactId>jcmd</artifactId> <version>2.0.3</version> <packaging>jar</packaging> <name>webserviceshubclient</name> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <additionalparam>-Xdoclint:none</additionalparam> </properties> <description>The Web Services Hub Client provides a command-line interface to invoke workflows using the Informatica Web Services Hub. It is intended to be a replacement for pmcmd and all of the native libraries that requires.</description> <distributionManagement> <repository> <id>distrib-releases</id> <name>Releases</name> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> </repository> <snapshotRepository> <id>distrib-snapshots</id> <name>Snapshots</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <site> <id>website</id> <url>https://bitbucket.org/bradleysmithllc/webserviceshubclient</url> </site> </distributionManagement> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>owner</id> <name>Bradley Smith, LLC</name> <email>bradleysmithllc@gmail.com</email> </developer> </developers> <scm> <developerConnection>https://bradleysmithllc@bitbucket.org/bradleysmithllc/webserviceshubclient.git </developerConnection> <connection>https://bradleysmithllc@bitbucket.org/bradleysmithllc/webserviceshubclient.git</connection> <url>https://bradleysmithllc@bitbucket.org/bradleysmithllc/webserviceshubclient.git</url> </scm> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> <dependency> <groupId>javax.xml.ws</groupId> <artifactId>jaxws-api</artifactId> <version>2.2.11</version> </dependency> <dependency> <groupId>com.sun.xml.ws</groupId> <artifactId>jaxws-rt</artifactId> <version>2.2.9-b14002</version> </dependency> <dependency> <groupId>com.sun.xml.ws</groupId> <artifactId>jaxws-tools</artifactId> <version>2.2.9-b14002</version> </dependency> <dependency> <groupId>com.sun.xml.stream.buffer</groupId> <artifactId>streambuffer</artifactId> <version>1.5.3</version> </dependency> <dependency> <groupId>com.sun.xml.ws</groupId> <artifactId>policy</artifactId> <version>2.3.1</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> </dependency> <dependency> <groupId>org.bitbucket.bradleysmithllc.java-cl-parser</groupId> <artifactId>java-cl-parser</artifactId> <version>3.2.0</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <version>1.5</version> <configuration> <verbose>false</verbose> <organizationName>bradleysmithllc</organizationName> <inceptionYear>2012</inceptionYear> </configuration> <executions> <execution> <id>first</id> <goals> <goal>update-file-header</goal> </goals> <phase>process-sources</phase> <configuration> <licenseName>apache_v2</licenseName> <includes> <include>**/*.java</include> </includes> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</version> <configuration> <source>1.6</source> <target>1.6</target> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> <version>2.1.2</version> <executions> <execution> <id>attach-sources</id> <phase>verify</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.5</version> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <archive> <manifest> <mainClass>org.bitbucket.bradleysmithllc.webserviceshubclient.StartWorkflow</mainClass> </manifest> </archive> <descriptorRefs> <descriptorRef>jar-with-dependencies</descriptorRef> </descriptorRefs> </configuration> <executions> <execution> <id>make-executable</id> <phase>package</phase> <goals> <goal>single</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jaxws-maven-plugin</artifactId> <version>1.10</version> <executions> <execution> <goals> <goal>wsimport</goal> </goals> <configuration> <wsdlFiles> <wsdlFile>DataIntegration.wsdl</wsdlFile> </wsdlFiles> <staleFile> ${project.build.directory}/jaxws/stale/Customer.stale </staleFile> </configuration> <id>wsimport-generate-Customer</id> <phase>generate-sources</phase> </execution> </executions> <configuration> <sourceDestDir> ${project.build.directory}/generated-sources/jaxws-wsimport </sourceDestDir> <xnocompile>true</xnocompile> <verbose>true</verbose> <extension>true</extension> <catalog> ${basedir}/src/jax-ws-catalog.xml </catalog> </configuration> </plugin> <plugin> <groupId>com.googlecode.etl-unit</groupId> <artifactId>regular-expression-compiler</artifactId> <version>1.5.3</version> <executions> <execution> <phase>generate-sources</phase> <goals> <goal>generate-regular-expressions</goal> </goals> </execution> </executions> </plugin> </plugins> </build> <profiles> <profile> <id>deployer</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <version>1.4</version> <configuration> <passphrase>passphrase</passphrase> <keyname>EB36548A</keyname> </configuration> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>