The pom looks fine. What happens if you do "mvn clean install" from the command line ?
Michael On 8 November 2012 14:07, Jairo de Almeida <[email protected]> wrote: > Hello Michael > This is my pom.xml file > http://pastebin.com/4BbYNnCK > To export a executable jar file from eclipse works with : >>Export>Runnable jar file> copy required libraries into a subfolder nex to >> the generated jar > > But export fat jar isn't works with : >>Export>Runnable jar file> Extract required libraries into generated jar > > Thanks to help me > > > 2012/11/7 Michael Bedward <[email protected]> >> >> Hello Jairo, >> >> Using the maven shade plugin, as detailed in the build FAQ page that >> you cited, is still the recommended way to produce an executable jar. >> The shade plugin should indeed merge the individual GeoTools >> META-INF/services folders properly - at least it has for me many >> times. >> >> The first thing to check is your pom file. If you'd like to post it >> here we might be able to spot a problem. >> >> Michael >> >> >> On 8 November 2012 11:23, Jairo de Almeida <[email protected]> >> wrote: >> > Hi group, >> > How to export a executable jar using geotools >> > I found this article >> > http://docs.geotools.org/stable/userguide/advanced/build/faq.html >> > But isn't works and shows this error log http://pastebin.com/gLkDcics >> > could i make a executable fat jar file with all META-INF/services merged >> > Thanks guys >> > >> > >> > ------------------------------------------------------------------------------ >> > Everyone hates slow websites. So do we. >> > Make your web apps faster with AppDynamics >> > Download AppDynamics Lite for free today: >> > http://p.sf.net/sfu/appdyn_d2d_nov >> > _______________________________________________ >> > GeoTools-GT2-Users mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users >> > > > > > > -- > Sem mais... > Jairo de Almeida > email: [email protected] > msn: [email protected] ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_nov _______________________________________________ GeoTools-GT2-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
