| Group ID: |
com.github.wshackle |
| Artifact ID: |
crcl4java-ui |
| Last modified: |
22.02.2016 20:48 |
| Packaging: |
jar |
| Name: |
crcl4java-ui |
| Description: |
User interfaces for CRCL Simulated Robot Server and Client Pendant. |
|
|
| Size: |
245.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/wshackle/crcl4java-ui/1.2/crcl4java-ui-1.2.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<relativePath>..</relativePath>
<groupId>com.github.wshackle</groupId>
<artifactId>crcl4java</artifactId>
<version>1.2</version>
</parent>
<artifactId>crcl4java-ui</artifactId>
<packaging>jar</packaging>
<description>
User interfaces for CRCL Simulated Robot Server and Client Pendant.
</description>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<main.class>crcl.ui.DefaultMain</main.class>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>crcl4java-base</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.wshackle</groupId>
<artifactId>rcslib</artifactId>
<version>2015.05.04.02</version>
</dependency>
<dependency>
<groupId>com.github.wshackle</groupId>
<artifactId>poseList3DPlot</artifactId>
<version>1.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.5</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.siemens.ct.exi</groupId>
<artifactId>exificient</artifactId>
<version>0.9.4</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>crcl4java-utils</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>crcl4java-exi</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.18.1</version>
<executions>
<execution>
<goals>
<goal>integration-test</goal>
<goal>verify</goal>
</goals>
</execution>
</executions>
<configuration>
<systemPropertyVariables>
<java.util.logging.config.file>
src/test/resources/logging.properties
</java.util.logging.config.file>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<configuration>
<archive>
<manifest>
<mainClass>${main.class}</mainClass>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.5.5</version>
<configuration>
<archive>
<manifest>
<mainClass>${main.class}</mainClass>
</manifest>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
<executions>
<execution>
<id>make-assembly</id> <!-- this is used for inheritance merges -->
<phase>package</phase> <!-- bind to the packaging phase -->
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<name>crcl4java-ui</name>
<profiles>
<profile>
<id>native_installer</id>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.2.1</version>
<executions>
<execution>
<id>deploy_native</id>
<phase>package</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<executable>
${java.home}/../bin/javapackager
</executable>
<arguments>
<argument>-deploy</argument>
<argument>-native</argument>
<argument>installer</argument>
<argument>-appclass</argument>
<argument>${main.class}</argument>
<argument>-srcfiles</argument>
<argument>
${project.build.directory}/${project.build.finalName}-jar-with-dependencies.jar
</argument>
<argument>-outdir</argument>
<argument>./target</argument>
<argument>-name</argument>
<argument>${project.artifactId}</argument>
<argument>-outfile</argument>
<argument>
${project.build.finalName}
</argument>
<argument>-v</argument>
</arguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.wshackle</groupId>
<artifactId>crcl4java-ui</artifactId>
<version>1.2</version>
</dependency>
|
| Gradle: |
com.github.wshackle:crcl4java-ui:1.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|