Skip to content

Commit

Permalink
Issue #8: Update Maven docs to refer to Github release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Aug 6, 2019
1 parent 997247b commit 2200e0b
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 12 deletions.
47 changes: 40 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,43 @@
target/
.DS_Store
*.log
typescript
.*.swp
*.sublime-*
# Object files
*.o
*.pkl
*.pyc

.idea
# Libraries
*.lib
*.a

# Eclipse files
.settings/
*.project
*.classpath

# IntelliJ files
.idea/
*.iml

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app

# Temporary files
*~

# other stuff
*.xpr
*.swp
/bin/
.*.swp
*.sublime-*

# Java stuff
*.javac
.gwt/
target/
8 changes: 4 additions & 4 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
<project name="Transform Tool">
<bannerLeft>
<src>images/pds4_logo.png</src>
<href>https://pds-cm.jpl.nasa.gov/pds4/</href>
<href>https://nasa-pds-incubator.github.io/transform/</href>
</bannerLeft>

<bannerRight>
Expand All @@ -44,7 +44,7 @@ POSSIBILITY OF SUCH DAMAGE.

<body>
<links>
<item name="Transform" href="https://pds-cm.jpl.nasa.gov/pds4/preparation/transform/index.html" />
<item name="Transform" href="https://nasa-pds-incubator.github.io/transform/index.html" />
</links>

<menu name="Software Documentation">
Expand All @@ -54,8 +54,8 @@ POSSIBILITY OF SUCH DAMAGE.
</menu>

<menu name="Download">
<item name="Binary Package (tar.gz)" href="ftp://pds.nasa.gov/pub/toplevel/2010/preparation/${project.artifactId}-${project.version}-bin.tar.gz"/>
<item name="Binary Package (zip)" href="ftp://pds.nasa.gov/pub/toplevel/2010/preparation/${project.artifactId}-${project.version}-bin.zip"/>
<item name="Binary Package (tar.gz)" href="https://github.com/NASA-PDS-Incubator/${project.artifactId}/releases/download/v${project.version}/${project.artifactId}-${project.version}-bin.tar.gz"/>
<item name="Binary Package (zip)" href="https://github.com/NASA-PDS-Incubator/${project.artifactId}/releases/download/v${project.version}/${project.artifactId}-${project.version}-bin.zip"/>
</menu>

<menu ref="reports"/>
Expand Down
2 changes: 1 addition & 1 deletion src/site/xdoc/install/index.xml.vm
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
</section>

<section name="Unpacking the Package">
<p>Download the <i>${project.artifactId}</i> package from the PDS <a href="ftp://pds.nasa.gov/pub/toplevel/2010/preparation/" target="_blank">FTP</a> site. The binary distribution is available in identical zip or tar/gzip packages. The installation directory may vary from environment to environment but in UNIX-based environments it is typical to install software packages in the <i>/usr/local</i> directory and in Windows-based environments it is typical to install software packages in the <i>C:\Program Files</i> directory. Unpack the selected binary distribution file with one of the following commands:
<p>Download the <i>${project.artifactId}</i> package from <a href="https://github.com/NASA-PDS-Incubator/${project.artifactId}/releases/download/v${project.version}" target="_blank">Github</a>. The binary distribution is available in identical zip or tar/gzip packages. The installation directory may vary from environment to environment but in UNIX-based environments it is typical to install software packages in the <i>/usr/local</i> directory and in Windows-based environments it is typical to install software packages in the <i>C:\Program Files</i> directory. Unpack the selected binary distribution file with one of the following commands:
</p>

<source>
Expand Down

0 comments on commit 2200e0b

Please sign in to comment.