Skip to content

Commit

Permalink
Remove dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jul 6, 2023
1 parent 1ac45c0 commit b0e2ca5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ rm dita-ot-4.0.zip
- Run the plug-in installation commands:

```console
dita install https://github.com/doctales/org.doctales.xmltask/archive/master.zip
dita install https://github.com/jason-fox/com.here.validate.svrl/archive/master.zip
```

Expand Down
5 changes: 5 additions & 0 deletions build_dita2svrl_template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
</path>

<taskdef resource="com/here/validate/antlib.xml"/>
<taskdef classname="com.oopsconsultancy.xmltask.ant.XmlTask" name="xmltask">
<classpath>
<pathelement location="${dita.plugin.com.here.validate.svrl.dir}/lib/xmltask.jar"/>
</classpath>
</taskdef>
<!-- Use the default location for the schematron customization if this is not set -->
<property
name="svrl.customization.dir"
Expand Down
Binary file modified lib/xmltask.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
<plugin id="com.here.validate.svrl" version="4.1.1">
<feature extension="ant.import" file="build_dita2svrl.xml"/>
<feature extension="dita.conductor.lib.import" file="lib/validate-1.1.jar"/>
<!--
This plugin requires the XMLTask lib
-->
<require plugin="org.doctales.xmltask"/>

<!-- Ensure the plugin's error and logging messages are available -->
<feature extension="dita.xsl.strings" file="cfg/common/vars/strings.xml"/>
<feature extension="dita.xsl.messages" file="resource/messages.xml"/>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<!-- Copy the runtime dependencies to the lib folder. -->
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.8</version>
<version>3.6.0</version>
<executions>
<execution>
<phase>generate-resources</phase>
Expand All @@ -66,7 +66,7 @@

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.11.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -77,7 +77,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.1</version>
<version>3.3.0</version>
<configuration>
<outputDirectory>${basedir}/lib</outputDirectory>
</configuration>
Expand All @@ -86,7 +86,7 @@
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.3.0.603</version>
<version>3.9.1.2184</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit b0e2ca5

Please sign in to comment.