Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
1st Milestone Release
Browse files Browse the repository at this point in the history
- Fixed system test fixture configuration creation: force usage of POM
  properties for configuring the fixture's POM, and use its filtered
  version for building the WAR file.
  • Loading branch information
mestebangutierrez committed Sep 3, 2015
1 parent 271bf9a commit 3d7249c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Expand Up @@ -58,7 +58,7 @@ protected static WebArchive createWebArchive(String archiveName) throws Exceptio
File[] files =
Maven.
configureResolver().
loadPomFromFile("src/test/resources/pom.xml").
loadPomFromFile("target/test-classes/pom.xml").
importCompileAndRuntimeDependencies().
resolve().
withTransitivity().
Expand Down
6 changes: 1 addition & 5 deletions frontend/dist/src/test/resources/pom.xml
Expand Up @@ -34,11 +34,7 @@

<groupId>org.smartdeveloperhub.harvesters.ci.frontend</groupId>
<artifactId>ci-frontend-mock</artifactId>
<version>1.0.0-SNAPSHOT</version>

<properties>
<ldp4j.version>0.1.0</ldp4j.version>
</properties>
<version>${project.version}</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 3d7249c

Please sign in to comment.