|
From: Mark P. <mc....@gm...> - 2012-11-25 17:41:22
|
In general eclipse doesn't run the package or install phase of maven (I think it may have done in the past), you really need to run maven from the command line. 2012/11/9 Michael Bedward <mic...@gm...> > Hi Jairo, > > Please direct replies to the list rather than to me personally. > > >> What happens if you do "mvn clean install" from the command line ? > > > Nothing, because i don't have mvn mapped in windows system variables, > > im using maven from m2eclipse eclipse plugin. > > Would I have to set the environment variable PATH? > > You would need maven installed on your system > (http://maven.apache.org/download.html) and either put it into a > directory already on your PATH or append its location to the PATH. > > Sorry I'm not much help with what's happening from inside Eclipse. I > use NetBeans. However, most list members use Eclipse so perhaps > someone else can provide guidance. > > As far as running maven from the command line, your pom sets the shade > plugin to run as part of the normal build so just doing "mvn clean > install" should result in the executable jar. > > Michael > > > ------------------------------------------------------------------------------ > 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 > Geo...@li... > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > -- Disclaimer; This message is just a reflection of what I thought at the time of sending. The message may contain information that is not intended for you or that you don't understand. |