« Return to Thread: jade-native-plugin not finding sources
freddy33 wrote:Looks like a standard issue, just got a thread about it with orange telecom
(I'll forward the whole thread).The issue is that I made jade-native-plugin
use standard maven <build><sourceDirectory>xxx</sourceDirectory><test...
instead of the inline sources.
Should solve your issue.
2009/3/16 Michael Kearney <Michael.Kearney@sun.com>
> Hello All,
>
> I'm converting from native-maven-plugin to jade-native-plugin and having
> trouble getting the jade plugin to find my sources. The source is in
> src/main/native, which is the default. Experimentation shows that the
> plugin doesn't seem to recognize any of the configuration options.
>
> Here's the snippet from the pom file:
> <plugin>
> <groupId>org.jfrog.jade.plugins.build</groupId>
> <artifactId>jade-native-plugin</artifactId>
> <version>1.3.8</version> <!-- I also tried the 1.4 version
> -->
> <extensions>true</extensions>
> </plugin>
>
> I've also tried:
>
> <plugin>
> <groupId>org.jfrog.jade.plugins.build</groupId>
> <artifactId>jade-native-plugin</artifactId>
> <version>1.3.8</version>
> <extensions>true</extensions>
> <configuration>
> <sources>
> <source>
> <directory>../src/main/native</directory> <!-- I also tried
> src/main/native -->
> <includes>
> <include>*.cpp</include>
> </includes>
> </source>
> </sources>
> </configuration>
> </plugin>
« Return to Thread: jade-native-plugin not finding sources
| Free embeddable forum powered by Nabble | Forum Help |