Good day to you, Laurent, If you're referring the eclipse plugin for maven, then I'm guessing yes. AFAIK, the only difference between the commandline maven and the IDE plugin maven is their entry point - the former uses maven-cli, the other, the ide specific component. But nonetheless, both would have to access maven-embedder, then everything is the same from there.
Cheers, Franz Laurent GRANIE wrote: > > Hi everyones, > > I would like to integrate jogl to my maven2 project. But jogl uses > native libraries. > I have already used profiles to manage os.family and os.arch variables > and so determined the good dependencies. > > It works in JNLP! Take a look at this files : > - > http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/jogl.jnlp > - http://download.java.net/media/gluegen/webstart/gluegen-rt.jnlp > > And now... > - does the eclipse (or netbean) plugin could deal with native > dependencies? > - does the jnlp plugin could too? > > Thanks, Laurent. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/maven-native-tf3225976s177.html#a8962901 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
