From 5c8b4ae513b651726022bd26e22d36c6932bceaa Mon Sep 17 00:00:00 2001 From: Hans Boom <boom@astron.nl> Date: Wed, 14 Mar 2012 09:57:53 +0000 Subject: [PATCH] Task #1771: added maven support for calling JAVAH and generating .h files from the Java JNI classes. --- SAS/OTB/jOTDB3/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/OTB/jOTDB3/pom.xml b/SAS/OTB/jOTDB3/pom.xml index 0fa4d7a2540..3637b8416bd 100644 --- a/SAS/OTB/jOTDB3/pom.xml +++ b/SAS/OTB/jOTDB3/pom.xml @@ -75,7 +75,7 @@ <executions> <execution> - <phase>generate-sources</phase> + <phase>process-classes</phase> <goals> <goal>javah</goal> </goals> -- GitLab