组织ID: |
org.wso2.analytics.solutions |
项目ID: |
siddhi-execution-filterwords |
版本: |
1.0.43 |
最后修改时间: |
2019-12-03 03:38:33 |
包类型: |
jar |
标题: |
WSO2 Stream Processor Solutions - Twitter Analytics - Siddhi Execution Filter Words |
大小: |
14.25KB |
|
Maven引入代码: |
<dependency>
<groupId>org.wso2.analytics.solutions</groupId>
<artifactId>siddhi-execution-filterwords</artifactId>
<version>1.0.43</version>
</dependency>
|
Gradle引入代码: |
org.wso2.analytics.solutions:siddhi-execution-filterwords:1.0.43
|
下载Jar包: |
|
POM文件内容: |
<?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">
<parent>
<groupId>org.wso2.analytics.solutions</groupId>
<artifactId>org.wso2.analytics.solutions.sp.twitter.analytics</artifactId>
<version>1.0.43</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>siddhi-execution-filterwords</artifactId>
<packaging>bundle</packaging>
<name>WSO2 Stream Processor Solutions - Twitter Analytics - Siddhi Execution Filter Words</name>
<dependencies>
<dependency>
<groupId>org.wso2.siddhi</groupId>
<artifactId>siddhi-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.log4j.wso2</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>false</skipTests>
<suiteXmlFiles>
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
</suiteXmlFiles>
<argLine>${surefireArgLine} -ea -Xmx512m</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${org.jacoco.version}</version>
<executions>
<execution>
<id>jacoco-initialize</id>
<goals>
<goal>prepare-agent</goal>
</goals>
<configuration>
<destFile>${basedir}/target/coverage-reports/jacoco.exec</destFile>
<propertyName>surefireArgLine</propertyName>
</configuration>
</execution>
<execution>
<id>jacoco-site</id>
<phase>post-integration-test</phase>
<goals>
<goal>report</goal>
</goals>
<configuration>
<dataFile>${basedir}/target/coverage-reports/jacoco.exec</dataFile>
<outputDirectory>${basedir}/target/coverage-reports/</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Name>${project.artifactId}</Bundle-Name>
<Export-Package>
org.wso2.extension.siddhi.execution.filterwords,
org.wso2.extension.siddhi.execution.filterwords.*
</Export-Package>
<Import-Package>
*;resolution:=optional
</Import-Package>
<Include-Resource>
META-INF=target/classes/META-INF,
words.csv=target/classes/words.csv
</Include-Resource>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
META-INF/annotations/org.wso2.siddhi.annotation.Extension
META-INF/maven/org.wso2.analytics.solutions/siddhi-execution-filterwords/pom.properties
META-INF/maven/org.wso2.analytics.solutions/siddhi-execution-filterwords/pom.xml
org.wso2.extension.siddhi.execution.filterwords.function.FilterWordsFunction.class
words.csv
|
依赖Jar: |
|