diff options
-rw-r--r-- | src/site/apt/usage.apt | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/src/site/apt/usage.apt b/src/site/apt/usage.apt index d384b1a..b597732 100644 --- a/src/site/apt/usage.apt +++ b/src/site/apt/usage.apt @@ -95,7 +95,7 @@ to disable exceptions and not link with C++. generated by javah, we exclude this file from javah. We also include the compilation and linking with java. The example also shows how to configure the -{{{http://java.freehep.org/freehep-swig-plugin}freehep-swig-plugin}}. +{{{http://duns.github.com/maven-swig-plugin/}maven-swig-plugin}}. +-- <project> @@ -105,9 +105,7 @@ The example also shows how to configure the <build> <plugins> <plugin> - <groupId>org.freehep</groupId> - <artifactId>freehep-swig-plugin</artifactId> - <extensions>true</extensions> + <artifactId>maven-swig-plugin</artifactId> <executions> <execution> <id>swig</id> @@ -125,21 +123,8 @@ The example also shows how to configure the ... <plugin> <artifactId>maven-nar-plugin</artifactId> - <configuration> - <java> - <include>true</include> - </java> - <javah> - <excludes> - <exclude>**/ModuleJNI.class</exclude> - </excludes> - </javah> - <libraries> - <library> - <type>jni</type> - </library> - </libraries> - </configuration> + <extensions>true</extensions> + <!-- STRICTLY NO CONFIGURATION, maven-swig-plugin will configure --> </plugin> </plugins> </build> |