summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-12-03 13:45:03 +0100
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-12-03 13:45:03 +0100
commit1c6d59f627673a420f1773bbcfeeabc32cc2919a (patch)
tree0ffe09ce25c56f0a4ae15e5e4eb0fcd6201898a1
parentbd609fc2880f517ebd3ce2862da710b45027c5d4 (diff)
downloadmaven-nar-plugin-1c6d59f627673a420f1773bbcfeeabc32cc2919a.tar.gz
maven-nar-plugin-1c6d59f627673a420f1773bbcfeeabc32cc2919a.tar.bz2
maven-nar-plugin-1c6d59f627673a420f1773bbcfeeabc32cc2919a.tar.xz
maven-nar-plugin-1c6d59f627673a420f1773bbcfeeabc32cc2919a.zip
Fixed documentation for tests
-rw-r--r--src/site/apt/examples.apt22
-rw-r--r--src/site/apt/index.apt32
2 files changed, 38 insertions, 16 deletions
diff --git a/src/site/apt/examples.apt b/src/site/apt/examples.apt
index 2ce7120..412f104 100644
--- a/src/site/apt/examples.apt
+++ b/src/site/apt/examples.apt
@@ -58,6 +58,28 @@ directory.
"lib-static" and links statically with it.
[]
+
+ [it0013-gnu-executable] A gnu autogen and configurable package.
+
+ [it0014-multi-module] A multi module package, consisting of a library and an executable dependent on that library.
+
+ [it0015-cpp-executable] A C++ program.
+
+ [it0016-layout] Tests for different repository layouts, currently NarLayout20 and NarLayout21.
+
+ [it0017-toolchain] Tests which use the toolchain to find tools such as javah.
+
+ [it0018-fortran] A Fortran 90 program, not enabled on Windows.
+
+ [it0019-compiler] Test to run with the Intel compiler.
+
+ []
+
+ [it0020-lib-3rdparty] A 3rd party library, including header files.
+
+ [it0021-executable-dep-lib-3rdparty] An executable dependent on the 3rd party library.
+
+ []
These examples are now all run as integration tests by running maven on the maven-nar-plugin from its top-level directory with the profile "run-its".
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 950b5e4..50781b6 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -31,37 +31,37 @@ allows you to build a jar file as well as nar files. The list below shows the se
[[1]] {{{#nar-validate}nar-validate}}
- [[1]] {{{#nar-download}nar-download}}
+ [[2]] {{{#nar-download}nar-download}}
- [[2]] {{{#nar-system-generate}nar-system-generate}}
+ [[3]] {{{#nar-system-generate}nar-system-generate}}
- [[3]] {{{#nar-unpack}nar-unpack}}
+ [[4]] {{{#nar-unpack}nar-unpack}}
- [[3]] {{{#nar-gnu-configure}nar-gnu-configure}}
+ [[5]] {{{#nar-gnu-configure}nar-gnu-configure}}
- [[4]] {{{#nar-resources}nar-resources}}
+ [[6]] {{{#nar-resources}nar-resources}}
- [[4]] {{{#nar-gnu-resources}nar-gnu-resources}}
+ [[7]] {{{#nar-gnu-resources}nar-gnu-resources}}
- [[5]] {{{#nar-javah}nar-javah}}
+ [[8]] {{{#nar-javah}nar-javah}}
- [[6]] {{{#nar-gnu-make}nar-gnu-make}}
+ [[9]] {{{#nar-gnu-make}nar-gnu-make}}
- [[6]] {{{#nar-compile}nar-compile}}
+ [[10]] {{{#nar-compile}nar-compile}}
- [[6]] {{{#nar-gnu-process}nar-gnu-process}}
+ [[11]] {{{#nar-gnu-process}nar-gnu-process}}
- [[7]] {{{#nar-testCompile}nar-testCompile}}
+ [[12]] {{{#nar-testCompile}nar-testCompile}}
- [[8]] {{{#nar-test}nar-test}}
+ [[13]] {{{#nar-test}nar-test}}
- [[9]] {{{#nar-package}nar-package}}
+ [[14]] {{{#nar-package}nar-package}}
- [[10]] {{{#nar-integration-test}nar-integration-test}}
+ [[15]] {{{#nar-integration-test}nar-integration-test}}
- [[11]] {{{#install}install (standard maven goal)}}
+ [[16]] {{{#install}install (standard maven goal)}}
- [[12]] {{{#deploy}deploy (standard maven goal)}}
+ [[17]] {{{#deploy}deploy (standard maven goal)}}
[]