Skip to content

Commit f98fe4b

Browse files
authored
Merge pull request #40 from gcberger/remove-integration-tests-again
Remove integration tests broken after Scala upgrade, again
2 parents 566d903 + 5570b03 commit f98fe4b

File tree

17 files changed

+0
-471
lines changed

17 files changed

+0
-471
lines changed

pom.xml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -156,37 +156,6 @@
156156
<argLine>-enableassertions</argLine>
157157
</configuration>
158158
</plugin>
159-
<plugin>
160-
<artifactId>maven-invoker-plugin</artifactId>
161-
<version>1.3</version>
162-
<executions>
163-
<execution>
164-
<id>integration-test</id>
165-
<phase>integration-test</phase>
166-
<goals>
167-
<goal>install</goal>
168-
<goal>run</goal>
169-
</goals>
170-
</execution>
171-
</executions>
172-
<configuration>
173-
<skipInvocation>false</skipInvocation>
174-
175-
<projectsDirectory>src/it</projectsDirectory>
176-
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
177-
<pomIncludes>
178-
<pomInclude>lift/pom.xml</pomInclude>
179-
</pomIncludes>
180-
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
181-
<streamLogs>true</streamLogs>
182-
<settingsFile>src/it/settings.xml</settingsFile>
183-
<goals>
184-
<goal>clean</goal>
185-
<goal>test</goal>
186-
<goal>site</goal>
187-
</goals>
188-
</configuration>
189-
</plugin>
190159

191160
<plugin>
192161
<groupId>org.apache.maven.plugins</groupId>

src/it/it-parent/pom.xml

Lines changed: 0 additions & 50 deletions
This file was deleted.

src/it/lift/pom.xml

Lines changed: 0 additions & 134 deletions
This file was deleted.

src/it/lift/src/main/scala/bootstrap/liftweb/Boot.scala

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/it/lift/src/main/scala/demo/helloworld/comet/.keep

Whitespace-only changes.

src/it/lift/src/main/scala/demo/helloworld/model/.keep

Whitespace-only changes.

src/it/lift/src/main/scala/demo/helloworld/snippet/.keep

Whitespace-only changes.

src/it/lift/src/main/scala/demo/helloworld/snippet/HelloWorld.scala

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/it/lift/src/main/scala/demo/helloworld/view/.keep

Whitespace-only changes.

src/it/lift/src/main/webapp/WEB-INF/web.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/it/lift/src/main/webapp/index.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/it/lift/src/main/webapp/templates-hidden/default.html

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/it/lift/src/test/scala/LiftConsole.scala

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/it/lift/src/test/scala/RunWebApp.scala

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)