Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

add non xml file in example pds4 package, upgrade pds4 example to 1.14 #111

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ POSSIBILITY OF SUCH DAMAGE.
<goal>wget</goal>
</goals>
<configuration>
<url>https://pds.nasa.gov/datastandards/documents/examples/v1/DPH_Examples_V11300.zip</url>
<url>https://pds.nasa.gov/datastandards/documents/examples/v1/DPH_Examples_V11400.zip</url>
<unpack>true</unpack>
<outputDirectory>${project.build.directory}</outputDirectory>
<md5>471c865358aae0e69216738607186ab3</md5>
<outputDirectory>${project.build.directory}/v11400</outputDirectory>
<md5>f63879feecf50fc60e083b92c3f6354b</md5>
</configuration>
</execution>
</executions>
Expand Down
8 changes: 4 additions & 4 deletions src/main/assembly/tar-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
<lineEnding>keep</lineEnding>
</fileSet>
<fileSet>
<directory>target/V11300</directory>
<directory>target/V11400</directory>
<outputDirectory>test</outputDirectory>
<includes>
<include>**/*.xml</include>
</includes>
<excludes>
<exclude>**/*.img</exclude>
</excludes>
<fileMode>664</fileMode>
<lineEnding>keep</lineEnding>
</fileSet>
Expand Down
10 changes: 5 additions & 5 deletions src/main/assembly/zip-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
<lineEnding>keep</lineEnding>
</fileSet>
<fileSet>
<directory>target/V11300</directory>
<directory>target/V11400</directory>
<outputDirectory>test</outputDirectory>
<includes>
<include>**/*.xml</include>
</includes>
<excludes>
<exclude>**/*.img</exclude>
</excludes>
<fileMode>664</fileMode>
<lineEnding>keep</lineEnding>
</fileSet>
Expand Down Expand Up @@ -92,4 +92,4 @@
<filtered>true</filtered>
</file>
</files>
</assembly>
</assembly>