Skip to content

Commit 405f777

Browse files
committed
Remove profiles and model from installer
1 parent 1eed479 commit 405f777

File tree

2 files changed

+0
-49
lines changed

2 files changed

+0
-49
lines changed

installer/pom.xml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -191,47 +191,6 @@
191191
<artifactId>download-maven-plugin</artifactId>
192192
<version>1.2.1</version>
193193
<executions>
194-
<!-- <execution>-->
195-
<!-- &lt;!&ndash; Download the veraPDF corpus from GitHub to offer as an install option &ndash;&gt;-->
196-
<!-- <id>corpus-master</id>-->
197-
<!-- <phase>package</phase>-->
198-
<!-- <goals>-->
199-
<!-- <goal>wget</goal>-->
200-
<!-- </goals>-->
201-
<!-- <configuration>-->
202-
<!-- <url>https://github.com/veraPDF/veraPDF-corpus/archive/staging.zip</url>-->
203-
<!-- <unpack>false</unpack>-->
204-
<!-- <skipCache>true</skipCache>-->
205-
<!-- <outputDirectory>${project.build.directory}/staging/corpus</outputDirectory>-->
206-
<!-- </configuration>-->
207-
<!-- </execution>-->
208-
<execution>
209-
<!-- Download the veraPDF validation profiles from GitHub -->
210-
<id>profiles-integration</id>
211-
<phase>package</phase>
212-
<goals>
213-
<goal>wget</goal>
214-
</goals>
215-
<configuration>
216-
<url>https://github.com/veraPDF/veraPDF-validation-profiles/archive/integration.zip</url>
217-
<unpack>false</unpack>
218-
<skipCache>true</skipCache>
219-
<outputDirectory>${project.build.directory}/staging/profiles</outputDirectory>
220-
</configuration>
221-
</execution>
222-
<execution>
223-
<id>model-integration</id>
224-
<phase>package</phase>
225-
<goals>
226-
<goal>wget</goal>
227-
</goals>
228-
<configuration>
229-
<url>https://github.com/veraPDF/veraPDF-model/archive/integration.zip</url>
230-
<unpack>false</unpack>
231-
<skipCache>true</skipCache>
232-
<outputDirectory>${project.build.directory}/staging/model</outputDirectory>
233-
</configuration>
234-
</execution>
235194
<execution>
236195
<id>release-notes</id>
237196
<phase>package</phase>

installer/src/main/izpack/install.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
</updatecheck>
8484
<file targetdir="$INSTALL_PATH/bin" src="bin/@verapdf.apps.package@[email protected]@.jar"/>
8585
<executable targetfile="$INSTALL_PATH/bin/@verapdf.apps.package@[email protected]@.jar"/>
86-
<file targetdir="$INSTALL_PATH/profiles" src="profiles/integration.zip" unpack="true"/>
8786
<file targetdir="$INSTALL_PATH/plugins" src="plugins/README.txt"/>
8887
</pack>
8988
<pack name="veraPDF Mac and *nix Scripts" required="yes">
@@ -114,13 +113,6 @@
114113
<parsable targetfile="$INSTALL_PATH/verapdf.bat" type="shell"/>
115114
<executable targetfile="$INSTALL_PATH/verapdf.bat"/>
116115
</pack>
117-
<pack name="veraPDF Validation model" required="no" preselected="no">
118-
<description>The veraPDF validation model API.</description>
119-
<updatecheck>
120-
<include name="model/**"/>
121-
</updatecheck>
122-
<file targetdir="$INSTALL_PATH/model" src="model/integration.zip" unpack="true"/>
123-
</pack>
124116
<pack name="veraPDF Documentation" required="no">
125117
<description>The veraPDF documentation.</description>
126118
<updatecheck>

0 commit comments

Comments
 (0)