streams-moa
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.jwall</groupId>
<artifactId>streams-moa</artifactId>
<version>0.0.4</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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jwall</groupId>
<artifactId>streams-moa</artifactId>
<name>streams-moa</name>
<version>0.0.4</version>
<packaging>jar</packaging>
<description>This artifact includes the MOA learning toolbox into the streams Library</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<streams.version>[0.9.20,)</streams.version>
<streams.scope>provided</streams.scope>
</properties>
<distributionManagement>
<repository>
<id>sonatype-releases</id>
<name>sonatype Maven Staging Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>sonatype-snapshots</id>
<name>sonatype Snapshot Repository</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<site>
<id>jwall-site</id>
<url>scp://jwall.org/var/www/jwall.org/htdocs/streams-moa/</url>
</site>
</distributionManagement>
<ciManagement>
<system>Jenkins</system>
<url>https://kilab.cs.uni-dortmund.de/jenkins/</url>
</ciManagement>
<licenses>
<license>
<name>GNU Affero General Public License, Version 3</name>
<url>http://www.gnu.org/licenses/agpl-3.0-standalone.html</url>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>nz.ac.waikato.cms.moa</groupId>
<artifactId>moa</artifactId>
<version>2013.11</version>
</dependency>
<dependency>
<groupId>org.jwall</groupId>
<artifactId>streams-api</artifactId>
<version>${streams.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jwall</groupId>
<artifactId>streams-runtime</artifactId>
<version>${streams.version}</version>
<scope>${streams.scope}</scope>
</dependency>
<dependency>
<groupId>org.jwall</groupId>
<artifactId>streams-core</artifactId>
<version>${streams.version}</version>
<scope>${streams.scope}</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>[1.6.4,)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jwall</groupId>
<artifactId>streams-plotter</artifactId>
<version>${streams.version}</version>
<scope>${streams.scope}</scope>
</dependency>
</dependencies>
<developers>
<developer>
<name>Christian Bockermann</name>
<email>christian.bockermann@cs.uni-dortmund.de</email>
<organization>Informatik LS8, TU-Dortmund</organization>
<organizationUrl>http://www-ai.cs.uni-dortmund.de</organizationUrl>
<timezone>+1</timezone>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>streams development</name>
<subscribe>streams-dev-subscribe@lists.jwall.org</subscribe>
<unsubscribe>streams-dev-unsubscribe@lists.jwall.org</unsubscribe>
<post>streams-dev@lists.jwall.org</post>
</mailingList>
</mailingLists>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-markdown</artifactId>
<version>1.1.4</version>
</dependency>
<dependency><!-- add support for ssh/scp -->
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
<configuration>
<!-- <templateFile>src/site/site.vm</templateFile> -->
<inputEncoding>UTF-8</inputEncoding>
<outputEncoding>UTF-8</outputEncoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<configuration>
</configuration>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8.1</version>
</plugin>
</plugins>
</build>
<url>http://www.jwall.org/streams/</url>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.4</version>
<reportSets>
<reportSet>
<reports>
<report>project-team</report>
<report>mailing-list</report>
<report>license</report>
<report>scm</report>
<report>cim</report>
<report>dependencies</report>
<!-- <report>issue-tracking</report> <report>license</report> -->
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.8</version>
<configuration>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.11</version>
</plugin>
</plugins>
</reporting>
<scm>
<url>https://bitbucket.org/cbockermann/streams-moa</url>
<developerConnection>scm:git:ssh://git@bitbucket.org/cbockermann/streams-moa</developerConnection>
<connection>scm:git:ssh://git@bitbucket.org/cbockermann/streams-moa</connection>
<tag>HEAD</tag>
</scm>
<profiles>
<profile>
<activation>
<property>
<name>standalone</name>
<value>true</value>
</property>
</activation>
<properties>
<streams.scope>compile</streams.scope>
</properties>
<dependencies>
<dependency>
<groupId>org.jwall</groupId>
<artifactId>streams-plotter</artifactId>
<version>${streams.version}</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.5</version>
<configuration>
<finalName>streams-moa-standalone-${project.version}</finalName>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Implementation-Vendor>Christian Bockermann</Implementation-Vendor>
<Implementation-Title>streams-moa</Implementation-Title>
<Implementation-Version>${project.version}</Implementation-Version>
<Implementation-Revision>${project.version}</Implementation-Revision>
<Specification-Title>streams-moa</Specification-Title>
<Specification-Version>1.0</Specification-Version>
<main-class>stream.run</main-class>
</manifestEntries>
</transformer>
</transformers>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>