|
|
@@ -1,31 +1,32 @@
|
|
|
<?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>net.ranides</groupId>
|
|
|
- <artifactId>assira.common</artifactId>
|
|
|
- <version>2.0.1</version>
|
|
|
- </parent>
|
|
|
- <name>assira</name>
|
|
|
- <groupId>net.ranides</groupId>
|
|
|
- <artifactId>assira</artifactId>
|
|
|
- <version>2.0.1</version>
|
|
|
- <packaging>jar</packaging>
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
+ <parent>
|
|
|
+ <groupId>net.ranides</groupId>
|
|
|
+ <artifactId>assira.common</artifactId>
|
|
|
+ <version>2.0.1</version>
|
|
|
+ <relativePath>../assira.common</relativePath>
|
|
|
+ </parent>
|
|
|
+ <name>assira</name>
|
|
|
+ <groupId>net.ranides</groupId>
|
|
|
+ <artifactId>assira</artifactId>
|
|
|
+ <version>2.0.1</version>
|
|
|
+ <packaging>jar</packaging>
|
|
|
|
|
|
- <properties>
|
|
|
- <assira.junit.debug>false</assira.junit.debug>
|
|
|
- </properties>
|
|
|
+ <properties>
|
|
|
+ <assira.junit.debug>false</assira.junit.debug>
|
|
|
+ </properties>
|
|
|
|
|
|
- <profiles>
|
|
|
- <profile>
|
|
|
- <id>recent-coverage</id>
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.jacoco</groupId>
|
|
|
- <artifactId>jacoco-maven-plugin</artifactId>
|
|
|
- <version>0.7.5.201505241946</version>
|
|
|
- <configuration>
|
|
|
+ <profiles>
|
|
|
+ <profile>
|
|
|
+ <id>recent-coverage</id>
|
|
|
+ <build>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.jacoco</groupId>
|
|
|
+ <artifactId>jacoco-maven-plugin</artifactId>
|
|
|
+ <version>0.7.5.201505241946</version>
|
|
|
+ <configuration>
|
|
|
<includes>
|
|
|
<include>net/ranides/assira/annotations/Meta*</include>
|
|
|
<include>net/ranides/assira/annotations/javac/**</include>
|
|
|
@@ -50,7 +51,7 @@
|
|
|
|
|
|
<include>net/ranides/assira/events/EventObserver*</include>
|
|
|
|
|
|
-<!-- <include>net/ranides/assira/io/PathUtils*</include>-->
|
|
|
+ <!-- <include>net/ranides/assira/io/PathUtils*</include>-->
|
|
|
<include>net/ranides/assira/io/URIInput</include>
|
|
|
<include>net/ranides/assira/io/URIOutput</include>
|
|
|
<include>net/ranides/assira/io/URIWriter</include>
|
|
|
@@ -67,71 +68,59 @@
|
|
|
<include>net/ranides/assira/xml/XMLQuery*</include>
|
|
|
<include>net/ranides/assira/xml/XMLWriter*</include>
|
|
|
</includes>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
- <configuration>
|
|
|
- <excludes>
|
|
|
- <exclude>**/EventLockTest.java</exclude>
|
|
|
- <exclude>**/EventJoinerTest.java</exclude>
|
|
|
- <exclude>**/EventDispatcherTest.java</exclude>
|
|
|
- <exclude>**/EventProactorTest.java</exclude>
|
|
|
- <exclude>**/EventReactorTest.java</exclude>
|
|
|
- <exclude>**/LazyReferenceTest.java</exclude>
|
|
|
- </excludes>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
- </profile>
|
|
|
- </profiles>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.apache.maven.plugins</groupId>
|
|
|
+ <artifactId>maven-surefire-plugin</artifactId>
|
|
|
+ <configuration>
|
|
|
+ <excludes>
|
|
|
+ <exclude>**/EventLockTest.java</exclude>
|
|
|
+ <exclude>**/EventJoinerTest.java</exclude>
|
|
|
+ <exclude>**/EventDispatcherTest.java</exclude>
|
|
|
+ <exclude>**/EventProactorTest.java</exclude>
|
|
|
+ <exclude>**/EventReactorTest.java</exclude>
|
|
|
+ <exclude>**/LazyReferenceTest.java</exclude>
|
|
|
+ </excludes>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </build>
|
|
|
+ </profile>
|
|
|
+ </profiles>
|
|
|
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.jacoco</groupId>
|
|
|
- <artifactId>jacoco-maven-plugin</artifactId>
|
|
|
- <version>0.7.5.201505241946</version>
|
|
|
- <configuration>
|
|
|
- <excludes>
|
|
|
- <exclude>net/ranides/assira/test/**</exclude>
|
|
|
- </excludes>
|
|
|
- </configuration>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
+ <build>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.jacoco</groupId>
|
|
|
+ <artifactId>jacoco-maven-plugin</artifactId>
|
|
|
+ <version>0.7.5.201505241946</version>
|
|
|
+ <configuration>
|
|
|
+ <excludes>
|
|
|
+ <exclude>net/ranides/assira/test/**</exclude>
|
|
|
+ </excludes>
|
|
|
+ </configuration>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </build>
|
|
|
|
|
|
- <repositories>
|
|
|
- <repository>
|
|
|
- <id>ranides.net</id>
|
|
|
- <name>ranides.net</name>
|
|
|
- <url>http://maven.ranides.net</url>
|
|
|
- </repository>
|
|
|
- </repositories>
|
|
|
-
|
|
|
- <dependencies>
|
|
|
- <dependency>
|
|
|
- <groupId>net.ranides</groupId>
|
|
|
- <artifactId>assira.asm</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>junit</groupId>
|
|
|
- <artifactId>junit</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>net.ranides</groupId>
|
|
|
- <artifactId>assira.junit</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.slf4j</groupId>
|
|
|
- <artifactId>slf4j-api</artifactId>
|
|
|
- </dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>com.google.code.findbugs</groupId>
|
|
|
- <artifactId>annotations</artifactId>
|
|
|
- </dependency>
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>junit</groupId>
|
|
|
+ <artifactId>junit</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>net.ranides</groupId>
|
|
|
+ <artifactId>assira.junit</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.google.code.findbugs</groupId>
|
|
|
+ <artifactId>annotations</artifactId>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
@@ -140,10 +129,10 @@
|
|
|
<groupId>com.fasterxml.jackson.datatype</groupId>
|
|
|
<artifactId>jackson-datatype-json-org</artifactId>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>se.fishtank</groupId>
|
|
|
- <artifactId>css-selectors</artifactId>
|
|
|
- <version>2.0</version>
|
|
|
- </dependency>
|
|
|
- </dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>se.fishtank</groupId>
|
|
|
+ <artifactId>css-selectors</artifactId>
|
|
|
+ <version>2.0</version>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
</project>
|