Skip to content

Commit

Permalink
Merge pull request #85 from Inform-Software/fix-it
Browse files Browse the repository at this point in the history
Fix integration tests
  • Loading branch information
dantran authored Dec 9, 2018
2 parents 50e8f1f + e5d3b40 commit 5b63353
Show file tree
Hide file tree
Showing 146 changed files with 57 additions and 3,885 deletions.
39 changes: 0 additions & 39 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,34 +233,6 @@
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<debug>true</debug>
<preBuildHookScript>prebuild</preBuildHookScript>
<postBuildHookScript>verify</postBuildHookScript>
<localRepositoryPath>${project.build.directory}/local repository</localRepositoryPath>
<extraArtifacts>
<extraArtifact>org.apache.maven.plugins:maven-scm-plugin:${maven.scm.version}:maven-plugin</extraArtifact>
</extraArtifacts>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<settingsFile>src/it/settings.xml</settingsFile>
<pomExcludes>
<!-- Currently not correctly working. -->
<pomExclude>MBUILDNUM-5/pom.xml</pomExclude>
</pomExcludes>
</configuration>
<executions>
<execution>
<id>integration-test</id>
<goals>
<goal>install</goal>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
Expand All @@ -282,17 +254,6 @@
</build>

<profiles>
<profile>
<id>run-its-with-maven-invokder</id>
<build>
<plugins>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>

<profile>
<id>run-its</id>
<activation>
Expand Down
1 change: 0 additions & 1 deletion src/it/MBUILDNUM-5/goals.txt

This file was deleted.

40 changes: 0 additions & 40 deletions src/it/MBUILDNUM-5/pom.xml

This file was deleted.

This file was deleted.

51 changes: 0 additions & 51 deletions src/it/MBUILDNUM-5/verify.bsh

This file was deleted.

1 change: 0 additions & 1 deletion src/it/MBUILDNUM-83/goals.txt

This file was deleted.

91 changes: 0 additions & 91 deletions src/it/MBUILDNUM-83/pom.xml

This file was deleted.

68 changes: 0 additions & 68 deletions src/it/MBUILDNUM-83/verify.bsh

This file was deleted.

1 change: 0 additions & 1 deletion src/it/MBUILDNUM-85/goals.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/it/MBUILDNUM-85/invoker.properties

This file was deleted.

Loading

0 comments on commit 5b63353

Please sign in to comment.