Skip to content

Commit

Permalink
Merge branch 'master' of github.com:allure-examples/allure-junit-example
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam committed Feb 25, 2019
2 parents 2b3c148 + 62ac71e commit 4d7cce5
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions pom.xml
Expand Up @@ -68,17 +68,13 @@
<value>io.qameta.allure.junit4.AllureJunit4</value>
</property>
</properties>
<systemProperties>
<property>
<name>allure.results.directory</name>
<value>${project.build.directory}/allure-results</value>
</property>
<property>
<name>allure.link.issue.pattern</name>
<value>https://example.org/issue/{}</value>
</property>
</systemProperties>
</configuration>
<systemProperties>
<property>
<name>allure.results.directory</name>
<value>${project.build.directory}/allure-results</value>
</property>
</systemProperties>
</configuration>
<dependencies>
<dependency>
<groupId>org.aspectj</groupId>
Expand Down

0 comments on commit 4d7cce5

Please sign in to comment.