Skip to content

Commit

Permalink
314 IntegrationTest is now running
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhrotht authored and ruhrotht committed Sep 29, 2024
1 parent 93cfbd3 commit 3c0bc0c
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 23 deletions.
23 changes: 0 additions & 23 deletions htmlSanityCheck-maven-plugin/build.gradle

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>doc-test-docs</artifactId>
<groupId>org.aim42</groupId>
<version>0.1-SNAPSHOT</version>

<build>
<plugins>
<plugin>
<groupId>org.aim42.htmlSanityCheck</groupId>
<artifactId>htmlsanitycheck-maven-plugin</artifactId>
<version>2.0.0-rc1</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>sanity-check</goal>
</goals>
</execution>
</executions>
<configuration>
<sourceDocuments>
<file>src/file-to-test.html</file>
</sourceDocuments>
<sourceDir>src</sourceDir>
</configuration>
</plugin>
</plugins>
</build>


</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>doc-test-docs</artifactId>
<groupId>org.aim42</groupId>
<version>0.1-SNAPSHOT</version>

<build>
<plugins>
<plugin>
<groupId>org.aim42.htmlSanityCheck</groupId>
<artifactId>htmlsanitycheck-maven-plugin</artifactId>
<version>2.0.0-rc1</version>
<executions>
<execution>
<phase>compile</phase>
<goals>
<goal>sanity-check</goal>
</goals>
</execution>
</executions>
<configuration>
<sourceDocuments>
<file>src/file-to-test.html</file>
</sourceDocuments>
<sourceDir>src</sourceDir>
</configuration>
</plugin>
</plugins>
</build>


</project>

0 comments on commit 3c0bc0c

Please sign in to comment.