Maven create JAR

2010-12-10 Thread madeOfStarStuff
age in context: http://maven.40175.n5.nabble.com/Maven-create-JAR-tp3300215p3300215.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org Fo

Re: Maven create JAR

2010-12-10 Thread Anders Hammar
> > .... > > using mvn clean install > > myapp-1.0-SNAPSHOT.jar > - META-INF > - spring-context.xml > - package folders? > > Any advice? > Many thanks.. > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/M

Re: Maven create JAR

2010-12-10 Thread madeOfStarStuff
Thanks for the reply. The problem is that NO .class files are being included in the .jar file. -- View this message in context: http://maven.40175.n5.nabble.com/Maven-create-JAR-tp3300215p3300312.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Maven create JAR

2010-12-10 Thread Anders Hammar
eply. The problem is that NO .class files are being > included > in the .jar file. > -- > View this message in context: > http://maven.40175.n5.nabble.com/Maven-create-JAR-tp3300215p3300312.html > Sent from the Maven - U

Re: Maven create JAR

2010-12-10 Thread Wayne Fay
>                             >                                    spring-context.xml >                             As Anders has told you repeatedly now, this line in your config tells Maven to "only include the following file(s) in my jar" and that is exactly what Maven is doing. Remove the in