bear
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.chaschev</groupId>
<artifactId>bear</artifactId>
<version>1.0.3</version>
</dependency><?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>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<groupId>com.chaschev</groupId>
<artifactId>bear</artifactId>
<version>1.0.3</version>
<packaging>jar</packaging>
<scm>
<connection>scm:git:git@github.com:chaschev/bear.git</connection>
<developerConnection>scm:git:git@github.com:chaschev/bear.git</developerConnection>
<url>git@github.com:chaschev/bear.git</url>
</scm>
<developers>
<developer>
<id>chaschev</id>
<email>chaschev@gmail.com</email>
<name>Andrey Chaschev</name>
</developer>
</developers>
<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>
<properties>
<javaHome>${env.JAVA_HOME}</javaHome>
<rt.jar.path>${javaHome}/jre/lib/rt.jar</rt.jar.path>
<jsse.jar.path>${javaHome}/jre/lib/jsse.jar</jsse.jar.path>
<fx.jar.path>${javaHome}/jre/lib/jfxrt.jar</fx.jar.path>
<jackson.version>2.3.0</jackson.version>
<manufacturer>org.eclipse</manufacturer>
<aetherVersion>0.9.0.M3</aetherVersion>
<mavenVersion>3.1.1</mavenVersion>
<timestamp>${maven.build.timestamp}</timestamp>
<firebug.script />
<project.env>production</project.env>
</properties>
<profiles>
<profile>
<id>development</id>
<properties>
<firebug.script><![CDATA[<script src='js/firebug-lite-compressed.js'></script>]]></firebug.script>
<project.env>development</project.env>
</properties>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
<includes>
<include>**/metis/img/**/*.*</include>
<include>**/*firebug*.*</include>
<include>**/js/content/**/*.*</include>
<include>**/js/sandbox/**/*.*</include>
</includes>
</resource>
</resources>
</build>
</profile>
<profile>
<id>allow-snapshots</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.0-beta9</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.0-beta9</version>
</dependency>
<dependency>
<groupId>net.schmizz</groupId>
<artifactId>sshj</artifactId>
<version>0.9.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.9.2</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>com.chaschev</groupId>
<artifactId>chutils</artifactId>
<version>1.4</version>
</dependency>
<!--
<dependency>
<groupId>com.oracle</groupId>
<artifactId>javafx</artifactId>
<version>2.2.3</version>
<scope>provided</scope>
<!–<systemPath>${fx.jar.path}</systemPath>–>
</dependency>
-->
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
<version>4.6</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<version>0.9.9-RC1</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.1.7</version>
</dependency>
<dependency>
<groupId>com.gistlabs</groupId>
<artifactId>mechanize</artifactId>
<version>0.11.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.2.5</version>
</dependency>
<!-- Maven Aether dependencies -->
<dependency>
<groupId>${manufacturer}.aether</groupId>
<artifactId>aether-api</artifactId>
<version>${aetherVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-aether-provider</artifactId>
<version>${mavenVersion}</version>
<exclusions>
<exclusion>
<groupId>org.sonatype.aether</groupId>
<artifactId>aether-impl</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${manufacturer}.aether</groupId>
<artifactId>aether-spi</artifactId>
<version>${aetherVersion}</version>
</dependency>
<dependency>
<groupId>${manufacturer}.aether</groupId>
<artifactId>aether-util</artifactId>
<version>${aetherVersion}</version>
</dependency>
<dependency>
<groupId>${manufacturer}.aether</groupId>
<artifactId>aether-impl</artifactId>
<version>${aetherVersion}</version>
</dependency>
<dependency>
<groupId>${manufacturer}.aether</groupId>
<artifactId>aether-connector-basic</artifactId>
<version>${aetherVersion}</version>
</dependency>
<dependency>
<groupId>${manufacturer}.aether</groupId>
<artifactId>aether-transport-file</artifactId>
<version>${aetherVersion}</version>
</dependency>
<dependency>
<groupId>${manufacturer}.aether</groupId>
<artifactId>aether-transport-http</artifactId>
<version>${aetherVersion}</version>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert-core</artifactId>
<version>2.0M10</version>
<!--<optional>true</optional>-->
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.9.5</version>
</dependency>
</dependencies>
<build>
<plugins>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.2</version>
<executions>
<execution>
<id>javafx</id>
<inherited>false</inherited>
<phase>validate</phase>
<configuration>
<file>${fx.jar.path}</file>
<repositoryLayout>default</repositoryLayout>
<groupId>com.oracle</groupId>
<artifactId>javafx</artifactId>
<version>2.2.3</version>
<packaging>jar</packaging>
<generatePom>true</generatePom>
</configuration>
<goals>
<goal>install-file</goal>
</goals>
</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-jar-plugin</artifactId>
<version>2.4</version>
<configuration>
<archive>
<manifestEntries>
<Main-Class>bear.core.BearMain</Main-Class>
<implementation-vendor>chaschev</implementation-vendor>
<implementation-title>${project.name}</implementation-title>
<implementation-version>${project.version}</implementation-version>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>com.zenjava</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>2.0</version>
<configuration>
<mainClass>bear.main.BearFX.BearFXApp</mainClass>
</configuration>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>2.1.7</version>
<executions>
<execution>
<goals>
<goal>revision</goal>
</goals>
</execution>
</executions>
<configuration>
<!-- that's the default value -->
<dateFormat>dd/MM/yyyy HH:mm z</dateFormat>
<verbose>true</verbose>
<gitDescribe>
<skip>false</skip>
<always>false</always>
<abbrev>7</abbrev>
<dirty>-dirty</dirty>
</gitDescribe>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<executions>
<execution>
<phase>generate-sources</phase>
<configuration>
<target>
<fileset id="examples-fileset" dir="src/test/groovy">
<include name="examples/**/*.*" />
</fileset>
<pathconvert targetos="unix" pathsep="::" property="my-file-list" refid="examples-fileset">
<map from="${basedir}/src/test/groovy" to="" />
</pathconvert>
<echo file="${basedir}/src/main/resources/demoFiles.txt">${my-file-list}</echo>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>**/metis/img/**/*.*</exclude>
<exclude>**/*firebug*.*</exclude>
<exclude>**/js/content/**/*.*</exclude>
<exclude>**/js/sandbox/**/*.*</exclude>
</excludes>
<filtering>false</filtering>
</resource>
<resource>
<directory>.bear</directory>
<includes>
<include>*.properties</include>
<include>*.rename</include>
</includes>
<!--<excludes>-->
<!--<exclude>classes/**/*.*</exclude>-->
<!--<exclude>idea/**/*.*</exclude>-->
<!--<exclude>logs/**/*.*</exclude>-->
<!--<exclude>*.iml</exclude>-->
<!--</excludes>-->
<filtering>false</filtering>
</resource>
<resource>
<directory>src/main/resources-filtered</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/test/groovy</directory>
<includes>
<include>examples/**/*.*</include>
</includes>
<filtering>false</filtering>
</resource>
</resources>
</build>
</project>