deploy-analysis-job
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>eu.dicode-project</groupId>
<artifactId>deploy-analysis-job</artifactId>
<version>0.0.11</version>
</dependency><?xml version="1.0"?>
<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>
<artifactId>deploy</artifactId>
<groupId>eu.dicode-project</groupId>
<version>0.0.11</version>
</parent>
<artifactId>deploy-analysis-job</artifactId>
<packaging>jar</packaging>
<name>DICODE Backend Analytics Job.jar</name>
<properties>
<house.keeping.base>${basedir}/../..</house.keeping.base>
</properties>
<description>deploy-analysis-job build an job.jar including all dependencies from eu.dicodeproject:integration. One may use this job.jar to deploy map-reduce jobs to a hadoop task-tracker.</description>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>integration</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>