From 9b9da26ab81e5c7e6320b74852789016899f2446 Mon Sep 17 00:00:00 2001 From: cristiano <clucian@unibz.it> Date: Fri, 29 Nov 2019 15:01:02 +0100 Subject: [PATCH] Commit --- EclipseProject/.classpath | 11 -------- EclipseProject/pom.xml | 59 --------------------------------------- 2 files changed, 70 deletions(-) diff --git a/EclipseProject/.classpath b/EclipseProject/.classpath index 97124b3..5e8a55f 100644 --- a/EclipseProject/.classpath +++ b/EclipseProject/.classpath @@ -23,16 +23,5 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> - <classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - <attribute name="test" value="true"/> - </attributes> - </classpathentry> <classpathentry kind="output" path="target/classes"/> </classpath> diff --git a/EclipseProject/pom.xml b/EclipseProject/pom.xml index 947f986..85ff9f2 100644 --- a/EclipseProject/pom.xml +++ b/EclipseProject/pom.xml @@ -19,64 +19,5 @@ <version>5.5.2</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.jacoco</groupId> - <artifactId>org.jacoco.core</artifactId> - <version>0.8.2</version> - </dependency> </dependencies> - - <build> - <plugins> - <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.2</version> - <executions> - <execution> - <goals> - <goal>prepare-agent</goal> - </goals> - </execution> - <!-- attached to Maven test phase --> - <execution> - <id>report</id> - <phase>test</phase> - <goals> - <goal>report</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.22.1</version> - <dependencies> - <dependency> - <groupId>org.junit.platform</groupId> - <artifactId>junit-platform-surefire-provider</artifactId> - <version>1.2.0</version> - </dependency> - </dependencies> - <configuration> - <FailureIgnore>true</FailureIgnore> - <excludes> - <exclude>**/*IntegrationTest.java</exclude> - </excludes> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>3.8.1</version> - <configuration> - <source>8</source> - <target>8</target> - <testSource>8</testSource> - <testTarget>8</testTarget> - </configuration> - </plugin> - </plugins> - </build> </project> \ No newline at end of file -- GitLab