Skip to content

Commit

Permalink
Shared common project for Report
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolovison authored and alanfx committed Feb 2, 2023
1 parent 6108af9 commit f31c957
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
2 changes: 2 additions & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@
</activation>
<modules>
<module>../reporters/reporter-default</module>
<module>../reporters/reporter-data</module>
</modules>
<properties>
<reporter.default>reporter-default</reporter.default>
Expand Down Expand Up @@ -325,6 +326,7 @@
</activation>
<modules>
<module>../reporters/reporter-horreum</module>
<module>../reporters/reporter-data</module>
</modules>
<properties>
<reporter.horreum>reporter-horreum</reporter.horreum>
Expand Down
13 changes: 13 additions & 0 deletions reporters/reporter-data/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?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.radargun</groupId>
<artifactId>radargun-reporter-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Report data</name>
<artifactId>reporter-data</artifactId>
</project>
5 changes: 5 additions & 0 deletions reporters/reporter-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
<artifactId>freemarker</artifactId>
<version>2.3.23</version>
</dependency>
<dependency>
<groupId>org.radargun</groupId>
<artifactId>reporter-data</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
3 changes: 1 addition & 2 deletions reporters/reporter-horreum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@
</dependency>
<dependency>
<groupId>org.radargun</groupId>
<artifactId>reporter-default</artifactId>
<artifactId>reporter-data</artifactId>
<version>${project.version}</version>
</dependency>

</dependencies>
</project>

0 comments on commit f31c957

Please sign in to comment.