Skip to content

Commit

Permalink
externalize Jampack artifacts in project-local repo
Browse files Browse the repository at this point in the history
incantation:
$ mvn jar:jar javadoc:jar source:jar -pl Jampack
$ mvn install:install-file -Dfile=Jampack/target/Jampack-1.0.jar -Djavadoc=Jampack/target/Jampack-1.0-javadoc.jar -Dsources=Jampack/target/Jampack-1.0-sources.jar -DpomFile=Jampack/pom.xml -DlocalRepositoryPath=lib/repo -DcreateChecksum=true
  • Loading branch information
psibre authored and seblemaguer committed Oct 11, 2015
1 parent 59d73e4 commit 8d08864
Show file tree
Hide file tree
Showing 15 changed files with 50 additions and 0 deletions.
Binary file not shown.
@@ -0,0 +1 @@
ecb7ede24c469ff9a070dc1c0df83077
@@ -0,0 +1 @@
4abfbef4cee1c716b0a328d2a839deb12d753513
Binary file not shown.
@@ -0,0 +1 @@
5f997bb4281c95ff3ab461196a105884
@@ -0,0 +1 @@
e153e81fccd3d87e766577c3d6ec7288a56a8269
Binary file not shown.
1 change: 1 addition & 0 deletions lib/repo/gov/nist/math/Jampack/1.0/Jampack-1.0.jar.md5
@@ -0,0 +1 @@
9430ce76cd660b4327365e7c6449d705
1 change: 1 addition & 0 deletions lib/repo/gov/nist/math/Jampack/1.0/Jampack-1.0.jar.sha1
@@ -0,0 +1 @@
2f47224a111770f50d3080fb46725b1dac4b8eeb
28 changes: 28 additions & 0 deletions lib/repo/gov/nist/math/Jampack/1.0/Jampack-1.0.pom
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>

<groupId>gov.nist.math</groupId>
<artifactId>Jampack</artifactId>
<version>1.0</version>

<name>${project.artifactId}</name>
<description>A Java Matrix Package</description>
<url>ftp://math.nist.gov/pub/Jampack/Jampack/AboutJampack.html</url>

<licenses>
<license>
<name>Public Domain</name>
</license>
</licenses>

<developers>
<developer>
<name>G. W. Stewart</name>
<email>stewart@cs.umd.edu</email>
<url>http://www.cs.umd.edu/~stewart/</url>
</developer>
</developers>

</project>
1 change: 1 addition & 0 deletions lib/repo/gov/nist/math/Jampack/1.0/Jampack-1.0.pom.md5
@@ -0,0 +1 @@
f9c6d29e6143422b9ecc9bd8fcf25b25
1 change: 1 addition & 0 deletions lib/repo/gov/nist/math/Jampack/1.0/Jampack-1.0.pom.sha1
@@ -0,0 +1 @@
85b8eeb8628119f6ecea97c8fb5b3cdf53019eec
12 changes: 12 additions & 0 deletions lib/repo/gov/nist/math/Jampack/maven-metadata-local.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>gov.nist.math</groupId>
<artifactId>Jampack</artifactId>
<versioning>
<release>1.0</release>
<versions>
<version>1.0</version>
</versions>
<lastUpdated>20150928141843</lastUpdated>
</versioning>
</metadata>
@@ -0,0 +1 @@
8f92b7eb16e4c9be64f707a7b2693712
@@ -0,0 +1 @@
8559efcb3518fe33fb8644716082529514d522db

0 comments on commit 8d08864

Please sign in to comment.