diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-02 15:09:21 +0200 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-10-02 15:09:21 +0200 |
commit | 4ba4c1e4029bbfd271d362413f4f4b874853763b (patch) | |
tree | 58c4f76cd63c175d94b5185a8be459adc07b6a56 /src/site/apt/intro.apt | |
parent | 036283a4a568fbf96bb6a4f423509b9b9776d7c6 (diff) | |
download | maven-nar-plugin-4ba4c1e4029bbfd271d362413f4f4b874853763b.tar.gz maven-nar-plugin-4ba4c1e4029bbfd271d362413f4f4b874853763b.tar.bz2 maven-nar-plugin-4ba4c1e4029bbfd271d362413f4f4b874853763b.tar.xz maven-nar-plugin-4ba4c1e4029bbfd271d362413f4f4b874853763b.zip |
Added simple test to be run with -Prun-its
Diffstat (limited to 'src/site/apt/intro.apt')
-rw-r--r-- | src/site/apt/intro.apt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/site/apt/intro.apt b/src/site/apt/intro.apt index 4b641a1..1c62bd9 100644 --- a/src/site/apt/intro.apt +++ b/src/site/apt/intro.apt @@ -1,5 +1,5 @@ --- -FreeHEP NAR Plugin +Maven NAR Plugin --- --- Mark Donszelmann @@ -170,7 +170,7 @@ os and linker (x86.Windows.msvc for example). All include files from <<<COMPILER.includePaths>>> are copied to be included in the noarch nar file. - << TBD If you set freehep.nar.includefilesonly to true the compilation step will be + << TBD If you set maven.nar.includefilesonly to true the compilation step will be skipped. This flag can be used if you want to distribute a library that only contains pure abstract classes in include files.>> @@ -192,7 +192,7 @@ sources, as specified in the patterns in <<<AOL.c.includes>>>, <<<AOL.nar.src.includes>>> and <<<AOL.fortran.includes>>>, where AOL is a dotted qualifier of the architecture, os and linker (x86.Windows.msvc for example). - <<TBD If you set freehep.nar.includefilesonly to true the compile-tests goal will be + <<TBD If you set maven.nar.includefilesonly to true the compile-tests goal will be skipped.>> @@ -214,7 +214,7 @@ The following jar and nar files are created: * \<Artifact\>-\<version\>-\<aol\>-\<type\>.nar, a compressed jar file containing machine specific parts of the distribution, such as the libraries. This file is specific to a particular - Architecture-OS-Linker (AOL) combination <<TBD and is not generated if freehep.nar.includefilesonly + Architecture-OS-Linker (AOL) combination <<TBD and is not generated if maven.nar.includefilesonly is set>>. Type specifies if this nar is either of type shared, static or jni. [] |